draft
01Command
Write a spec for a new feature. Conducts a brainstorm if the brief is fuzzy. Skips if the work does not warrant a spec.
2 4mo ago A 29 tokens
Command
Write a spec for a new feature. Conducts a brainstorm if the brief is fuzzy. Skips if the work does not warrant a spec.
Command
One-time setup. Creates docs/specs/ and docs/solutions/, and teaches CLAUDE.md (or AGENTS.md) about the spec-driven workflow so future agents know to use it. Idempotent.
Command
Refresh stale entries in docs/solutions/. Checks references, patterns, and overlap against the current codebase. Requires a scope argument (category, module, tag, or file path).
Command
Check the current implementation against the spec. Produces findings to feed back into /plan.
Command
Validate a spec for completeness and ambiguity before implementation begins.