# Tasks

> Breakdown of development tasks. Update status as you progress.

---

## 📊 Progress Overview

| Status | Count |
|--------|-------|
| ✅ Done | 0 |
| 🔄 In Progress | 0 |
| ⏳ Pending | 0 |
| ❌ Blocked | 0 |

---

## 🎯 Current Sprint

### Epic: [Epic Name - e.g., User Authentication]

#### TASK-001: [Task Name]
- **Status:** ⏳ Pending
- **Priority:** P0
- **Estimated:** [2-4 hours]
- **Depends On:** None

**Description:**
[What needs to be done]

**Acceptance Criteria:**
- [ ] [Criteria 1]
- [ ] [Criteria 2]
- [ ] [Criteria 3]

**Files to Create/Modify:**
- `/path/to/file1.tsx`
- `/path/to/file2.ts`

---

#### TASK-002: [Task Name]
- **Status:** ⏳ Pending
- **Priority:** P0
- **Estimated:** [1-2 hours]
- **Depends On:** TASK-001

**Description:**
[What needs to be done]

**Acceptance Criteria:**
- [ ] [Criteria 1]
- [ ] [Criteria 2]

**Files to Create/Modify:**
- `/path/to/file.tsx`

---

#### TASK-003: [Task Name]
- **Status:** ⏳ Pending
- **Priority:** P1
- **Estimated:** [2-3 hours]
- **Depends On:** TASK-001, TASK-002

**Description:**
[What needs to be done]

**Acceptance Criteria:**
- [ ] [Criteria 1]
- [ ] [Criteria 2]

---

## 📋 Backlog

### Future Epics

| Epic | Tasks | Priority | Notes |
|------|-------|----------|-------|
| [Epic 2 Name] | ~5 | P1 | After MVP |
| [Epic 3 Name] | ~3 | P2 | Nice to have |

---

## ✅ Completed

### [Date]
- [x] TASK-XXX: [Description] - [Duration]

---

## ❌ Blocked

| Task | Blocked By | Resolution |
|------|------------|------------|
| - | - | - |

---

## 📝 Notes

- [Any relevant notes for development]
- [Decisions made along the way]

---

*Template from Thinking in Systems framework*
