Install
$ agentstack add skill-works-on-your-machine-womm-skills-epic-breakdown ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
Epic Breakdown
Take a design doc and produce an epics.md tracking hub plus individual epic files with stories, dependencies, and risk ordering.
Before Starting
- Check golden specs access. Try to list files in
~/.womm-skills/golden-specs/. If not accessible, tell the user:
- Add
~/.womm-skills/to allowed paths in~/.claude/settings.json - Add a reference in
~/.claude/CLAUDE.mdpointing to the golden specs directory
- Read the project for structure conventions:
CLAUDE.mdfor project-specific instructions- Existing
docs/directory and anyepics.mdalready present - Golden specs at
~/.womm-skills/golden-specs/for context
- Find the design doc. Ask the user to point to it, or look in
docs/,docs/design/, etc.
- Check for existing
epics.md. If present, we're adding to it, not replacing it.
Process
1. Read the Design Doc
Read the full design doc. Understand the problem, solution, architecture, constraints, and implementation approach.
2. Identify Work Boundaries
Break the work into epics along natural boundaries:
- By component or system area
- By feature or user-facing capability
- By risk level (safe infrastructure changes vs. complex new features)
3. Determine Dependencies
Map which epics depend on others. Look for:
- Data model dependencies (can't build the UI before the API exists)
- Infrastructure dependencies (can't deploy before the infra is set up)
- Knowledge dependencies (one epic's lessons inform another's approach)
4. Order by Risk
Within a dependency level:
- Bug fixes and safe changes first
- Low-risk consolidation and infrastructure next
- Complex, risky, or uncertain work last
This means if something goes wrong, it goes wrong early when it's cheap to change course.
5. Break Epics into Stories
Each story should be sized for a single AI coding session (15-30 minutes, fits in one context window). See references/story-sizing.md for guidelines.
Each story needs:
- Description — what to do and why
- Inputs — what files/context are needed
- Outputs — what changes when done
- Acceptance criteria — how to verify it worked
- Dependencies — which other stories must be done first
Number stories within each epic (1.1, 1.2, 2.1, etc.). Stories are embedded in the epic file, not separate files.
6. Draft the Output
Produce two things:
epics.md— tracking hub using the format inreferences/epics-hub-template.md- Individual epic files — one per epic using the format in
references/epic-template.md, placed indocs/epics/(or matching project convention)
7. Review
Present the breakdown to the user. They may want to:
- Reorder epics or stories
- Merge small epics or split large ones
- Adjust dependencies
- Change scope (move stories to a later phase)
8. Write Files
Save epics.md and all epic files. If an epics.md already existed, add the new epics to it rather than replacing.
Cross-References
- Before this: suggest
/design-docif no design doc exists - After this: suggest
/implementation-planto plan the technical approach for an epic, then/implementto execute
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: works-on-your-machine
- Source: works-on-your-machine/womm-skills
- License: MIT
- Homepage: https://skills.worksonmymachine.ai
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.