Generate Complete Story Specification
Automatically execute ALL FOUR sub-skills in sequence without stopping or asking for confirmation.
Usage
code
/spec "Story name" /spec 5 # By MVP story number /spec # Interactive selection
Workflow
- •Parse story from user input (name, number, or interactive)
- •Check for
ProductSpecification/stories/NN-story-name/story-specifics.txt(additional context) - •Execute all four skills sequentially:
- •
Skill(skill="story", args="<story-name>") - •
Skill(skill="mockups", args="<story-name>") - •
Skill(skill="api-spec", args="<story-name>") - •
Skill(skill="test-spec", args="<story-name>")
- •
- •Provide summary of all generated files
Story mapping: see .claude/shared/story-mapping.md
Rules
- •Execute ALL FOUR skills automatically — do NOT stop between them
- •Each skill must complete before starting the next
- •If any skill fails, report error but continue tracking