plan-creation
// Create a structured task_plan.md with phases, goals, and checkbox tracking for persistent planning.
$ git log --oneline --stat
stars:384
forks:73
updated:March 4, 2026
SKILL.mdreadonly
Plan Creation
Create a structured task_plan.md with phases, goals, and checkbox tracking for persistent planning.
Agent
Plan Architect - pwf-plan-architect
Workflow
- Analyze task description to identify logical phases
- Decompose phases into specific, achievable goals
- Define phase dependencies and review gates
- Generate task_plan.md with markdown checkbox format
- Validate plan completeness and goal coverage
- If recovering, merge with existing plan state
Inputs
taskDescription- Description of the task to planprojectPath- Root path for planning filesrecoveredState- Previous session state (optional)customPhases- Custom phase names (optional)
Outputs
- task_plan.md with phases, goals, and checkboxes
- Plan object with phase count, total goals, summary
Process Files
planning-orchestrator.js- Phase 1 plan creationplanning-session.js- Three-file pattern initialization