chain-configuratorlisted
Install: claude install-skill sumitake/agent-collab
# Chain-configurator — interactive YAML generator for the `chain` orchestrator
This skill **writes a chain YAML**; it does not execute one. Lead the user through batched Q&A to produce a draft chain spec under `drafts/sample-chains/<name>.yaml`, then hand off to the `chain` skill (or `python3 -m orchestrator` for the workspace-side runtime) for execution and validation.
Use only the closed chain fields documented by the installed `chain` skill.
Do not require or disclose an external private schema.
## When to use
Use this skill when one or more of the following are true:
- **The user explicitly asks for it** — "help me configure a chain," "generate a chain for X," "set up a chain," "create a new chain," "configure audit-<topic>," "build a chain from scratch," "scaffold a chain for me."
- **The user wants to formalize a repeating workflow** but has not written chain YAML before.
- **The user wants to adapt an existing chain template** (audit-cross-systems, validate-release-candidate, validate-calculation, validate-decision, etc.) to their specific domain.
- **The user has a workflow described in natural language** and wants it captured as a verifiable chain.
- **A first-time chain author needs scaffolding + sanity-checking.**
## When to skip
- **The user already has a chain YAML draft** and just wants validation — read the file directly + reference the chain-spec format doc; no Q&A overhead needed.
- **One-shot work that won't be repeated** — use ad-hoc skill invocation