| name | write-spec |
| description | Write a detailed feature specification from requirements. Use after shaping to create spec.md with goals, user stories, requirements, and technical approach. |
Write Spec
Create a comprehensive specification document from gathered requirements.
When to Use
- Requirements are gathered in
planning/requirements.md - Ready to document the technical specification
- Need a clear spec before task breakdown
Workflow
Analyze Inputs
- Read
amp-os/specs/[feature]/planning/requirements.md - Review any visuals in
planning/visuals/ - Load relevant standards skills
- Read
Search for Reusable Code
- Use
finderto locate similar implementations - Document patterns to reuse
- Note existing components to leverage
- Use
Write Specification
- Follow template exactly from spec-template.md
- Save to
amp-os/specs/[feature]/spec.md
Generate Architecture Diagram
- Load
amp-os-architecture-diagramsskill - Create system/component diagram with
mermaid
- Load
Verify Spec Quality
- Load
amp-os-spec-verifierskill - Ensure completeness and feasibility
- Load
Important Constraints
- Do NOT write actual code in spec.md
- Keep sections concise and skimmable
- Reference visual assets when available
- Follow template structure exactly
Resources
Amp Tools to Use
finder- Find similar implementationsmermaid- Architecture diagramsoracle- Review spec for completeness