Create detailed execution plan for a phase (PLAN.md)
Creates executable PLAN.md files that break roadmap phases into concrete tasks with confidence scores.
/plugin marketplace add cyberbloke9/pmp-gywd/plugin install pmp-gywd@pmp-gywd[phase]gywd/Purpose: Break down roadmap phases into concrete, executable PLAN.md files that Claude can execute. Output: One or more PLAN.md files in the phase directory (.planning/phases/XX-name/{phase}-{plan}-PLAN.md) </objective>
<execution_context>
@/.claude/get-your-work-done/workflows/plan-phase.md
@/.claude/get-your-work-done/templates/phase-prompt.md
@/.claude/get-your-work-done/references/plan-format.md
@/.claude/get-your-work-done/references/scope-estimation.md
@/.claude/get-your-work-done/references/checkpoints.md
@/.claude/get-your-work-done/references/tdd.md
@/.claude/get-your-work-done/references/confidence-scoring.md
@/.claude/get-your-work-done/references/adaptive-decomposition.md
</execution_context>
Load project state first: @.planning/STATE.md
Load roadmap: @.planning/ROADMAP.md
Load phase context if exists (created by /gywd:discuss-phase):
Check for and read .planning/phases/XX-name/{phase}-CONTEXT.md - contains research findings, clarifications, and decisions from phase discussion.
Load codebase context if exists:
Check for .planning/codebase/ and load relevant documents based on phase type.
</context>
<success_criteria>
<confidence_requirements> Every PLAN.md must include a confidence summary:
## Confidence Summary
**Overall: XX%** (High/Moderate/Low)
| Task | Confidence | Notes |
|------|------------|-------|
| T1 | 95% | Standard pattern |
| T2 | 72% | Multiple approaches possible |
| T3 | 58% | ⚠️ Needs clarification |
**Low-confidence items require review before execution.**
See confidence-scoring.md reference for calculation guidelines. </confidence_requirements>