skills/by-role/pm/epic-breakdown/SKILL.md
Decompose large epics into sprint-ready sub-epics using 9 splitting patterns. Use this skill when: - A spec is approved and you need to break a large feature into estimable work items for engineering - You want to split an epic that is too large for a single sprint - You need sized sub-epics with story point estimates for sprint planning - You are preparing for engineering handoff and need to identify work packages
npx skillsauth add qa-aman/claude-skills epic-breakdownInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Take a spec's Functional Requirements and Differences sections, apply 9 decomposition patterns to produce sized sub-epics ready for sprint planning.
| # | Pattern | When to Use | |---|---------|-------------| | 1 | Workflow Steps | Multi-step flow (create -> configure -> publish) | | 2 | Business Rules | Complex validation logic | | 3 | Data Variations | Multiple content types or input formats | | 4 | Platform Differences | Different behavior across web/mobile/tablet/offline | | 5 | Operations (CRUD) | Standard data management flow | | 6 | Spike/Research | Technical unknowns or third-party integrations | | 7 | Performance | Specific NFR targets | | 8 | Persona Variations | Different behavior per user role | | 9 | Happy Path vs Edge Cases | Feature can deliver value with just happy path |
See references/splitting-patterns.md for detailed examples of each pattern.
| Points | Complexity | Example | |--------|-----------|---------| | 1 | Simple, no unknowns | Config change, copy update | | 2 | Small, minor complexity | Add a field, simple UI change | | 3 | Medium, some complexity | New API endpoint, form with validation | | 5 | Significant, multiple components | New screen with backend integration | | 8 | Large, cross-cutting | Offline sync, real-time updates | | 13 | Very large — SPLIT FURTHER | Use the 9 patterns to decompose |
If estimate > 8 points, attempt to split further using the patterns.
# Epic Breakdown — {Feature Name}
**Source Spec:** {path}
**Date:** {DD-MM-YYYY}
**Total Sub-Epics:** {count}
**Total Estimated Points:** {sum}
---
## Sub-Epics
### SE-001: {Title}
**Pattern:** {which of the 9}
**Estimate:** {points} points
**Spec Section:** {reference}
**Description:** {what this delivers}
**Dependencies:** {SE-NNN or "None"}
**Acceptance Summary:** {key outcomes}
---
## Dependency Map
```mermaid
graph TD
SE-001 --> SE-003
SE-002 --> SE-003
| Sprint | Sub-Epics | Points | Theme | |--------|-----------|--------|-------| | Sprint 1 | SE-001, SE-002 | {n} | Core happy path | | Sprint 2 | SE-003, SE-004 | {n} | Edge cases + offline |
| Pattern Used | Count | Total Points | |-------------|-------|-------------| | Workflow Steps | {n} | {n} | | Happy Path vs Edge | {n} | {n} |
## Anti-Patterns
- Don't create sub-epics smaller than 1 point — group them
- Don't ignore dependencies — they determine sprint order
- Don't estimate > 13 points — split further instead
- Don't skip the dependency map — it prevents sprint planning surprises
## Quality Checklist
- [ ] Every sub-epic has a clear pattern attribution
- [ ] All estimates are Fibonacci (1, 2, 3, 5, 8, 13)
- [ ] Dependencies are mapped
- [ ] Sprint allocation respects dependencies
- [ ] No sub-epic exceeds 8 points without a split rationale
development
Plan a webinar end-to-end using April Dunford's Obviously Awesome positioning framework to find the topic angle that makes the webinar obviously valuable to the right audience. Produces topic positioning, abstract, speaker brief, registration page, promotion sequence, day-of run-of-show, and post-webinar follow-up. Use when the user asks to plan a webinar, virtual event, online workshop, "we need a webinar on X", host a webinar, online masterclass, or any live virtual event with promotion and follow-up. Reads ICP, services, and brand voice from knowledge/.
development
Write long-form thought leadership articles, opinion pieces, industry POV essays, and CEO/founder bylines using the Made to Stick SUCCESs framework (Chip and Dan Heath). Use when the user asks for a long-form article, executive byline, opinion piece, industry POV, manifesto, "explain our point of view on X", or wants to publish an authority-building piece (1200-2500 words). Reads brand voice and positioning from knowledge/.
development
Plan a monthly content calendar across channels using the Content Marketing Matrix (Dave Chaffey, Smart Insights) - Entertain/Inspire/Educate/Convince. Every post gets a quadrant label. The monthly calendar must hit 40% Educate, 40% Inspire+Convince, 20% Entertain. Produces a week-by-week posting schedule with topics, formats, channels, and asset links. Use when the user says "content calendar", "social calendar", "plan next month's content", "what should we post", "content plan", "editorial calendar", "schedule posts for the month", or wants a structured posting plan for LinkedIn, Twitter, email, or blog. Reads brand voice, ICP, and past learnings from knowledge/.
development
Write SEO-optimized long-form articles targeting specific keywords using the They Ask You Answer Big 5 framework (Marcus Sheridan). Articles are categorized by Big 5 type (Cost, Problems, Versus, Best/Reviews, How-To) and structured accordingly. The "answer first" rule applies to every article. Use when the user asks for an SEO article, blog post for ranking, "rank for keyword X", organic content, search-optimized post, pillar page, or content for organic traffic. Includes keyword targeting, search intent matching, internal linking suggestions, and meta tags.