write-spec
Write a detailed feature specification from requirements. Use after shaping to create spec.md with goals, user stories, requirements, and technical approach.
$ Installieren
git clone https://github.com/korallis/Amp-OS /tmp/Amp-OS && cp -r /tmp/Amp-OS/profiles/default/skills/write-spec ~/.claude/skills/Amp-OS// tip: Run this command in your terminal to install the skill
SKILL.md
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
Repository

korallis
Author
korallis/Amp-OS/profiles/default/skills/write-spec
2
Stars
0
Forks
Updated3d ago
Added1w ago