What problem does it solve? After analyzing a large epic into sub-tasks, teams struggle to coordinate execution across multiple independent AI sessions that share no context. This Skill converts an epic analysis into a concrete execution plan with ordered phases, milestones, and self-contained task guides. ## Core Features & Use Cases - Execution Ordering: Finalizes phase structure and sequential/parallel task order based on dependencies from the analysis document. - Cold-Start Task Guides: Writes per-task execution guides specifying what to read, what prior tasks produced, key constraints, and the exact /workflow-analyze invocation. - Milestone Checkpoints: Defines 2-4 verification milestones with check conditions and fallback actions if conditions are not met. - Use Case: After running epic-analyze on a legacy migration project, run this Skill to produce docs/epic/{project}/plan.md so each sub-task can start in a fresh session with full context. ## Quick Start Run /epic-plan with your project name, for example "/epic-plan LEGACY-MIGRATION prioritize task 3", after completing epic-analyze.