workshop
Installation
SKILL.md
Workshop
A curated tour of the headline Crucible skills — the orchestrators a user typically invokes directly. Crucible ships ~50 skills total, but most of those are sub-skills that orchestrators dispatch internally. This skill is the front door: when you don't know which command to type, start here.
Skill type: Reference. Read this skill when the user is choosing what to do; do not dispatch subagents from it.
Pick by what you're doing
Starting fresh on something new
| Skill | When to reach for it |
|---|---|
/build |
Going from idea to working code. The full pipeline — design → plan → TDD execute → quality gate → PR. One command, complete arc. |
/design |
You want to explore design space before any code. Produces a design doc. Build runs this internally; invoke directly when the design itself is the deliverable. |
/planning |
You already have a spec or requirements and need a multi-step implementation plan. Build runs this too; invoke directly for plan-only work. |
/spec |
You have a GitHub epic with child tickets and want autonomous spec generation (design + plan + contracts per ticket) without human interaction. |