What problem does it solve?
This Skill helps users break down multi-step tasks into milestones, capture required resources and constraints, and coordinate execution by delegating work to specialized agents. It reduces mental load and shortens project cycle times by providing a repeatable planning and delegation workflow.
Core Features & Use Cases
- Planning workflow: Create milestones with specifications and dependency graphs for complex tasks.
-
- Execution coordination: Delegate implementation steps to specialized agents and track progress.
- Review & audit: Initiate a structured review phase to scrub plans for risks and quality before execution.
- Use Case: Plan a feature end-to-end and hand off milestones to developers, QA, and docs agents.
Quick Start
Run the planning workflow to generate a plan file, then invoke the review phase and finally the execution phase:
- Example: python3 scripts/planner.py --step-number 1 --total-steps 4 --thoughts "Plan a new feature"