Help us improve
Share bugs, ideas, or general feedback.
From technical-planning
Decompose complex initiatives into manageable work items with clear ownership and milestones. Use when planning large features or multi-team projects.
npx claudepluginhub sethdford/claude-skills --plugin tech-lead-planningHow 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.
This 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.
Use this skill when the user asks to "break this initiative into epics", "structure this as epics", "how should I organize this work", "help me sequence this initiative", "epic planning", "what are the phases of this project", "initiative breakdown", or has a large initiative and wants to decompose it into manageable, ship-able phases with clear sequencing.
Creates a Work Breakdown Structure (WBS) and WBS Dictionary from project charter deliverables, decomposing scope into hierarchical work packages for estimation and planning.
Share bugs, ideas, or general feedback.
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