# Feature: {FEATURE_NAME}
 
**Started**: {DATE}  
**Developer**: {DEVELOPER}

## Problem Statement

[What problem does this feature solve?]

## Goals

- [ ] [Primary objective]
- [ ] [Secondary objective]
- [ ] [Nice-to-have if time permits]

## Success Criteria

- [ ] [How do we know it works?]
- [ ] [What behavior should we see?]
- [ ] [Performance/quality expectations]

## Acceptance Scenarios

1. **Given**: [Initial state]
   **When**: [Action performed]
   **Then**: [Expected result]

2. **Given**: [Another state]
   **When**: [Another action]
   **Then**: [Another result]

## Scope

**Included in this iteration:**
- [What we will build]
- [What we will deliver]

**Excluded from this iteration:**
- [What we won't do]
- [What's for future iterations]

## Dependencies

- [ ] [What must exist before we start]
- [ ] [What systems this touches]

## Risks

| Risk | Impact | Mitigation |
|------|--------|------------|
| [Main risk] | [High/Med/Low] | [How we'll handle it] |

## Initial Approach

[High-level thoughts on implementation strategy]

---
Next: `/feature:design`