spec-writer
Installation
SKILL.md
Spec Writing
Capture WHAT and WHY. Never prescribe HOW.
When invoked with arguments, write a spec for: $ARGUMENTS
Workflow
- Gather context: Collect feature description, target users, problem statement, and constraints from user input or $ARGUMENTS. Ask clarifying questions for missing information.
- Create directory:
specs/feature-name/ - Copy
assets/spec.mdtospecs/feature-name/README.md - Complete every section from the Required Sections table below
- Validate against the checklist before completing