# ROADMAP.md - Template

```markdown
# Roadmap: <Project Name>

## Overview
This roadmap outlines the phased approach to building this project.

## Phases

### Phase 1: <Title>
**Goal:** <One sentence goal>
**Plans:**
- Plan 1: <Plan title>
- Plan 2: <Plan title>
- Plan 3: <Plan title> (optional)
**Dependencies:** None (first phase)
**Effort:** <X> days

### Phase 2: <Title>
**Goal:** <One sentence goal>
**Plans:**
- Plan 1: <Plan title>
- Plan 2: <Plan title>
**Dependencies:** Phase 1
**Effort:** <Y> days

### Phase 3: <Title>
**Goal:** <One sentence goal>
**Plans:**
- Plan 1: <Plan title>
**Dependencies:** Phase 2
**Effort:** <Z> days

---

## Effort Summary
| Phase | Effort | Plans |
|-------|--------|-------|
| Phase 1 | <X> days | <N> |
| Phase 2 | <Y> days | <N> |
| Phase 3 | <Z> days | <N> |
| **Total** | **<XYZ> days** | **<N>** |

## Milestones
| Milestone | Phases | Target |
|-----------|--------|--------|
| MVP | 1 | <date> |
| Beta | 1-2 | <date> |
| Launch | 1-3 | <date> |

---
*Created: <date>*
*Last Updated: <date>*
```
