| name | am-command-spec |
| description | Start spec-driven development — write a structured specification before writing code |
| x-agentsmesh-kind | command |
| x-agentsmesh-name | spec |
Invoke the agent-skills:spec-driven-development skill.
Begin by understanding what the user wants to build. Ask clarifying questions about:
- The objective and target users
- Core features and acceptance criteria
- Tech stack preferences and constraints
- Known boundaries (what to always do, ask first about, and never do)
Then generate a structured spec covering all six core areas: objective, commands, project structure, code style, testing strategy, and boundaries.
Save the spec as SPEC.md in the project root and confirm with the user before proceeding.