Create a new SpecSafe specification.
When to use:
- Starting a new feature
- Beginning a bug fix with TDD
- Creating a new project specification
Input: A spec name (kebab-case) or description of what to build.
Steps:
If no clear input, ask what to build
"What spec do you want to create? Describe what you want to build or fix."
Check specsafe is initialized Verify
specsafe.config.jsonexists. If not, advise runningspecsafe init.Create the spec
specsafe new "<name>"Show results
- Spec ID and location
- Current stage: SPEC
- Next: Edit requirements, then run
specsafe test <id>
Guardrails:
- Require valid kebab-case name
- Ensure project is initialized first