# Project Planner

> Create detailed project plans with milestones, dependencies, and resource allocation. TRIGGERS - Use when user wants a project plan, timeline, Gantt chart, or project management document.

- Skill: `winbda/project-planner` (Agent Skill)
- Install (CLI): `npx skillmds add winbda/project-planner`
- Raw SKILL.md: https://api.skillmd.com/api/skills/winbda/project-planner/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: Winbda (https://skillmd.com/u/winbda)
- Updated: 2026-09-08
- Page: https://skillmd.com/skills/winbda/project-planner

---


# Project Planner

## Overview
Creates comprehensive project plans with phases, milestones, task breakdowns, dependencies, and resource allocation.

## Output Format

```markdown
# Project Plan: [Project Name]

## Project Overview
- **Objective**: [what success looks like]
- **Duration**: [total timeline]
- **Team**: [who's involved]
- **Budget**: [if applicable]

## Milestones
| Milestone | Target Date | Criteria |
|-----------|------------|----------|
| [M1] | [date] | [what must be true] |

## Phase Breakdown

### Phase 1: [Name] — [Duration]
| Task | Owner | Duration | Dependencies | Status |
|------|-------|----------|-------------|--------|
| [Task] | [who] | [days] | [blockers] | ⬜ |

### Phase 2: [Name] — [Duration]
[Same structure]

## Risk Register
| Risk | Likelihood | Impact | Mitigation |
|------|-----------|--------|-----------|
| [risk] | High/Med/Low | High/Med/Low | [plan] |

## Communication Plan
- **Standups**: [frequency]
- **Status updates**: [frequency and format]
- **Stakeholder reviews**: [schedule]
```

## Quality Checklist
- [ ] Milestones are specific and measurable
- [ ] Every task has an owner and timeline
- [ ] Dependencies mapped
- [ ] Risks identified with mitigation plans
- [ ] Communication cadence defined

