# Goal Planner

> Refines user inputs into executable step-by-step plans

- Skill: `modimihir07/goal-planner` (Agent Skill, multi-file: 4 files)
- Install (CLI): `npx skillmds@latest add modimihir07/goal-planner`
- Raw SKILL.md: https://api.skillmd.com/api/skills/modimihir07/goal-planner/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: modimihir07 (https://skillmd.com/u/modimihir07)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/modimihir07/goal-planner

---


# 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
1. Clarify the goal with targeted questions
2. Identify constraints and dependencies
3. Break goal into milestones
4. Break milestones into tasks
5. Estimate effort per task
6. Identify critical path
7. Save plan to context/

## Output
Structured plan with: goal, milestones, tasks, dependencies, estimates

## Agent Assignment
- Primary: opencode
- Fallback: agy

