From technical-planning
Decompose complex initiatives into manageable work items with clear ownership and milestones. Use when planning large features or multi-team projects.
How this skill is triggered — by the user, by Claude, or both
Slash command
/technical-planning:work-breakdown-structureThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Create hierarchical decomposition of large initiatives to clarify scope, ownership, and sequencing.
Create hierarchical decomposition of large initiatives to clarify scope, ownership, and sequencing.
You are helping break down a complex project or feature into work items for sprint planning and execution. If you have an epic, feature, or initiative description, use it to guide decomposition.
Key principles:
Example structure:
Authentication Migration
├─ OIDC Infrastructure (Owner: Backend Lead)
│ ├─ Set up OIDC provider (identity.example.com)
│ ├─ Deploy in staging, validate with staging users
│ └─ Production infrastructure hardening
├─ Web Client (Owner: Frontend Lead)
│ ├─ Integrate OIDC library, handle token refresh
│ ├─ Migrate local storage to secure storage
│ └─ Test SSO across browsers
├─ Mobile Client (Owner: Mobile Lead)
│ ├─ Native OIDC integration (iOS & Android)
│ └─ Validate on device, handle edge cases
└─ Migration & Operations (Owner: Platform Lead)
├─ Data migration (JWT → OIDC credentials)
├─ Runbook and support training
└─ Rollback plan validation
npx claudepluginhub sethdford/claude-skills --plugin tech-lead-planningThis skill should be used when the user asks to "break down this initiative", "decompose into tasks", "create tasks from initiative", "how to size tasks", "when to decompose", "vertical slices", "task granularity", or needs guidance on breaking higher-level work into lower-level work items.
Splits scope into a product-first work breakdown following the 100% rule with no overlaps, outline numbers, and dictionary entries for each piece.
Decomposes goals, features, or epics into structured task trees with dependencies using Astravue. Use when planning, scoping, or breaking down work.