# Project Planner

> Detailed implementation plans and spec-driven development

- Skill: `modimihir07/project-planner` (Agent Skill, multi-file: 4 files)
- Install (CLI): `npx skillmds@latest add modimihir07/project-planner`
- Raw SKILL.md: https://api.skillmd.com/api/skills/modimihir07/project-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/project-planner

---


# Project Planner

## Description
Creates detailed implementation plans from high-level goals. Breaks work into bite-sized tasks with exact file paths, complete code templates, and verification steps.

## When to Use
- Starting a new feature
- Planning a refactor
- Spec-driven development
- Before writing any significant code

## Process
1. Brainstorm and refine requirements
2. Read standards/ for project conventions
3. Create spec document with screens and data model
4. Break into tasks (2-5 minutes each)
5. Each task has: file path, code template, verification step
6. Save spec and plan to context/

## Output
Spec document + task plan + implementation order

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

