Claude-skill-registry create-epics-and-stories
Create Epics and Stories Workflow
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/create-epics-and-stories" ~/.claude/skills/majiayu000-claude-skill-registry-create-epics-and-stories && rm -rf "$T"
manifest:
skills/data/create-epics-and-stories/SKILL.mdsource content
Create Epics and Stories Workflow
Goal: Break down architecture into implementable epics with user stories.
Agent: Architect (Winston) Phase: 3 - Solutioning
Workflow Architecture
Step-file architecture with 4 steps.
Initialization
Check for project config at
bmad/config.yaml. Requires PRD, architecture
document, and optionally UX design.
Execution
Read and execute:
./steps/step-01-validate-prerequisites.md