From pmp
Use when the user says 'decompose plan', 'break this into phases', 'phase this plan', or has a large plan that needs dependency-ordered phase boundaries with entry and exit criteria
How this skill is triggered — by the user, by Claude, or both
Slash command
/pmp:decomposeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
**Announce at start:** "Using pmp:decompose to break the plan into phases."
Announce at start: "Using pmp:decompose to break the plan into phases."
Break large implementation plans into dependency-ordered phases with entry/exit criteria.
Always ask before modifying. Use AskQuestion. Never auto-apply phases.
Track progress with TodoWrite throughout.
## Phases section into the plan filenpx claudepluginhub paixaop/my-claude-skills --plugin pmpGenerates structured phased implementation plans from feature descriptions, sized for 30-50k token sub-agent contexts, with clarifying questions, acceptance criteria, and dependencies. Invoke before multi-phase execution.
Decomposes specs into milestones with tasks, dependencies, sizing, risks, and mitigations. Generates structured execution plans after /spec for project builds.
Creates phased implementation plans with risks, dependencies, validation checkpoints, and rollback notes. Useful for non-trivial tasks involving multiple files, subsystems, strategies, or migrations.