| name | goal-planner |
| description | Refines user inputs into executable step-by-step plans |
| version | 1.0.0 |
| author | Agentic OS |
| tags | ["planning","goals","execution"] |
Goal Planner
Description
Takes a high-level goal or objective and breaks it down into a concrete, executable step-by-step plan with dependencies, milestones, and estimated effort.
When to Use
- When user says "I want to..." with a complex goal
- Project kickoff
- Quarterly planning
- Learning roadmap creation
Process
- Clarify the goal with targeted questions
- Identify constraints and dependencies
- Break goal into milestones
- Break milestones into tasks
- Estimate effort per task
- Identify critical path
- Save plan to context/
Output
Structured plan with: goal, milestones, tasks, dependencies, estimates
Agent Assignment
- Primary: opencode
- Fallback: gemini