spec-smith
Installation
SKILL.md
Spec Smith
Turn ephemeral plans into structured, persistent specs built through deep
research and iterative interviews. Specs have phases, tasks, resume context,
and a decision log. They live in .specs/ at the project root and work
with any AI coding tool that can read markdown.
Plugin Commands
Spec Smith is a Claude Code plugin. These commands are the primary interface:
| Command | What it does |
|---|---|
/spec-smith:forge <description> |
The main workflow. Deep research → interview → more research → more interview → write spec → implement. This replaces plan mode. |
/spec-smith:resume |
Resume the active spec from where you left off |
/spec-smith:pause |
Pause the active spec with detailed resume context |
/spec-smith:switch <id> |
Switch to a different spec (pauses current) |
/spec-smith:list |
List all specs with status and progress |
/spec-smith:status |
Detailed progress of the active spec |
Related skills