What problem does it solve?
This skill helps teams convert vague, multi-step tasks into a concrete, auditable plan with milestones, actions, and rationale that guides execution and review.
Core Features & Use Cases
- Two-phase planning workflow with planning and review phases to structure tasks and validation.
- Plan-to-execution artifacts including a milestone map, decision log, and risk notes that assist handoffs and reviews.
- AI-assisted guidance via a Python script at scripts/planner.py to generate concrete steps, dependencies, and next actions.
- Use Cases: planning a product feature, choreographing a system migration, or scoping a multi-team project.
Quick Start
Run the planner from the project root:
- Planning: python3 scripts/planner.py --step-number 1 --total-steps 4 --thoughts "<problem statement>"
- Review: python3 planner.py --phase review --step-number 1 --total-steps 2 --thoughts "Plan written to [path]"
This provides a starting point for automated planning and downstream validation.