analytics-insights
Deep dive into product analytics — investigate a question, surface insights, build a data narrative. Use when you need to go beyond dashboards to understand…
Decompose a large problem, epic, or initiative into independently shippable slices. Use when work is too big to build in one sprint and you need to find the seams.
$ npx -y skills add mrthames/lean-pm-skills --skill story-breakdown --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/story-breakdownContext preview
The summary Claude sees to decide when to auto-load this skill.
Decompose a large problem, epic, or initiative into independently shippable slices. Use when work is too big to build in one sprint and you need to find the seams.
name: story-breakdown description: Decompose a large problem, epic, or initiative into independently shippable slices. Use when work is too big to build in one sprint and you need to find the seams.
Take something large and ambiguous — a big problem, a meaty epic, a multi-sprint initiative — and systematically decompose it into slices that are independently shippable, testable, and valuable. Claude applies splitting patterns and identifies natural seams. You make the judgment calls about what constitutes a meaningful increment.
| Step | Time | Claude Does | You Do | |---|---|---|---| | Map the whole | 15 min | Structure the full scope of the work into a visual map | Confirm completeness, flag what's missing | | Identify seams | 15 min | Apply splitting patterns to find natural decomposition points | Judge which seams produce meaningful slices | | Slice and sequence | 20 min | Propose ordered slices with rationale for each boundary | Validate that each slice is independently valuable | | Define the first slice | 10 min | Detail the first slice into stories ready for sprint planning | Confirm it's the right starting point |
Before you can break something down, you need to see the full picture. Map everything the work involves, even if it's rough.
I need to break down [large problem / epic / initiative]: [Describe the full scope — what it needs to accomplish, who it's for, what success looks like] Help me map the full scope: 1. User capabilities: What will users be able to do when this is complete? List every distinct thing a user can do, grouped by workflow or journey step. 2. System changes: What needs to change under the hood? List backend work, data migrations, integrations, infrastructure. 3. User types: Who interacts with this? Do different roles need different things? 4. States and transitions: What are the key states this feature moves through? (e.g., created → submitted → reviewed → approved → completed) 5. Touch points: What existing features or systems does this interact with? Don't optimize yet — just map everything so we can see the full picture.
Seams are the natural places where work can be split into independently shippable pieces. Claude applies splitting patterns; you judge which ones produce slices worth shipping.
Look at the full scope map and identify splitting seams using these patterns: 1. **Workflow steps** — Can we ship one step of the journey before others? (e.g., "create" before "edit," "submit" before "approve") 2. **User roles** — Can we ship for one user type first? (e.g., admin flow before end-user flow, internal before external) 3. **Happy path vs. edge cases** — Can we ship the core flow first and handle exceptions later? (e.g., standard checkout before gift cards, coupons, and split payments) 4. **Data operations** — Can we split by CRUD operation? (e.g., read-only view before create, create before update, update before delete) 5. **Simple rules vs. complex rules** — Can we ship with simple business logic first? (e.g., flat pricing before tiered pricing, single currency before multi-currency) 6. **Single vs. bulk** — Can we handle one item before handling many? (e.g., single upload before batch upload, one notification before notification preferences) 7. **Manual vs. automated** — Can we ship a manual version first? (e.g., admin-triggered before scheduled, human review before auto-approval) 8. **Platforms** — Can we ship on one platform first? (e.g., web before mobile, API before UI) For each seam identified: - What would the slice include? - Is it independently valuable? (Can a user do something meaningful with just this slice?) - What's the rough size? (S / M / L) - What does it de-risk or validate?
Now order the slices for incremental delivery. The goal: each slice ships value and reduces uncertainty for the next one.
From the seams identified, propose an ordered set of slices: For each slice: - Name: [short descriptive name] - What's included: [specific capabilities in this slice] - What's NOT included: [explicitly deferred to later slices] - User value: [what a user can do with just this slice — must be independently meaningful] - Risk it reduces: [what uncertainty this slice resolves for future slices] - Rough size: [S / M / L or sprint estimate] - Dependencies: [does this slice depend on another slice shipping first?] Sequencing criteria: 1. Does it validate the riskiest assumption? (ship uncertainty-reducers first) 2. Does it deliver user value? (every slice should be demoable) 3. Does it unblock other work? (foundation before features) 4. Is it a quick win? (small slices that build momentum early) Flag: - Slices that aren't independently valuable (need to be combined or redrawn) - The minimum viable first delivery (the absolute smallest thing worth shipping) - The "walking skeleton" — if there's a thin end-to-end slice that touc
AI-native product management skills that move at the speed your team needs. Traditional PM frameworks were built for a world without AI — multi-week discovery sprints, day-long planning offsites, months of analysis before a decision.
Deep dive into product analytics — investigate a question, surface insights, build a data narrative. Use when you need to go beyond dashboards to understand…
Evaluate whether to build in-house, buy a vendor solution, or partner. Use when facing a make-or-buy decision for a capability.
Build a complete business case for a product investment — strategic rationale, financial model, risk assessment, and recommendation. Use when you need…
Assess and respond to a competitor move within 24-48 hours. Use when a competitor launches, changes pricing, or makes a strategic shift.
Run a compressed 5-day product discovery cycle. Use when validating whether a problem is worth solving before committing engineering resources.
Define an epic with strategic context, feature breakdown, milestones, and success metrics. Use when scoping a large body of work for planning and tracking.