What problem does it solve?
This Skill helps teams plan and manage complex multi-phase projects by providing a memory-aware, phase-driven workflow that resumes from CURRENT_PLAN.md and structures work into research, planning, building, validation, and cleanup phases.
Core Features & Use Cases
- Memory-efficient phase handling: minimize context load by loading only phase summaries and required inputs.
- Resume from CURRENT_PLAN.md: pick up where you left off and continue with the next phase.
- Structured phase artifacts: generate phase-specific outputs and concise summaries to guide next steps.
- Automation-ready templates: phase templates and orchestrator tooling to speed up planning.
Quick Start
Start a new plan and manage progress with the Plan Orchestrator. For example:
python3 dot_claude/skills/plan/scripts/executable_orchestrator.py --dir . init "Achieve X goal" [--phases research planning building]