cm-skill-chainlisted
Install: claude install-skill tody-agent/codymaster
# Skill Chain Engine
> **TRIZ #40 Composite Materials** — Skills compose into pipelines.
> One command → full workflow → automated step progression.
## When to Use
ALWAYS trigger for: chain, pipeline, workflow, multi-step, end-to-end,
"run the whole thing", "full process", "feature pipeline", "bug fix flow",
"from scratch to deploy", "brainstorm to ship", "skill chain", "full pipeline"
## Quick Reference
| Command | Description |
|---------|-------------|
| `cody chain list` | Show all available chains |
| `cody chain info <id>` | Show chain pipeline details |
| `cody chain auto "task"` | Auto-detect best chain & start |
| `cody chain start <id> "task"` | Start specific chain |
| `cody chain status [exec-id]` | Show progress |
| `cody chain advance <exec-id>` | Complete current step, move to next |
| `cody chain skip <exec-id>` | Skip current step |
| `cody chain abort <exec-id>` | Cancel chain |
| `cody chain history` | View past chain runs |
## Naming Convention
Step names use short-form identifiers — the `cm-` prefix is stripped by convention.
Full skill names: `cm-brainstorm-idea`, `cm-planning`, `cm-tdd`, `cm-execution`, `cm-quality-gate`,
`cm-safe-deploy`, `cm-debugging`, `cm-content-factory`, `cm-ads-tracker`, `cm-project-bootstrap`,
`cm-code-review`. All skills now use the `cm-` prefix convention.
## Built-in Chains
### 🚀 feature-development (up to 3 active steps)
`brainstorm-idea* → planning → tdd → execution → quality-gate → safe-deploy*`
*optional steps —