# Phase Template: phase-N.md

```markdown
# Phase N: <Title>

## Overview
<What this phase accomplishes>

## Dependencies
- <Dependency 1 - must be complete>
- <Dependency 2 - must be complete>

## Deliverables
- [ ] <Deliverable 1>
- [ ] <Deliverable 2>
- [ ] <Deliverable 3>

## Plans

### Plan 1: <Title>
**Goal:** <What this plan accomplishes>

**Steps:**
1. <Step description>
2. <Step description>
3. <Step description>

**Verify:** <How to verify this plan is complete>

**Rollback:** <How to undo if needed>

**Artifacts:**
- <file created/modified>

---

### Plan 2: <Title>
**Goal:** <What this plan accomplishes>

**Steps:**
1. <Step description>
2. <Step description>

**Verify:** <How to verify>

**Rollback:** <How to undo>

**Artifacts:**
- <file created/modified>

---

## Success Criteria
- [ ] <Criteria 1>
- [ ] <Criteria 2>
- [ ] <Criteria 3>

## Notes
<Additional notes>

---
*Created: <date>*
*Planned by: GSD Hermes*
```
