# Task: {TASK_NAME} ## Metadata ```yaml id: {TASK_ID} title: {TASK_TITLE} status: pending priority: medium created: {TIMESTAMP} updated: {TIMESTAMP} assignee: Claude branch: feature/{TASK_ID} ``` ## Requirement {REQUIREMENT_DESCRIPTION} ## Breakdown ### Analysis Phase - [ ] Understand requirements - [ ] Identify affected files - [ ] Plan architecture changes - [ ] Create git branch ### Implementation Phase - [ ] {STEP_1} - [ ] {STEP_2} - [ ] {STEP_3} ### Testing Phase - [ ] Write tests - [ ] Run test suite - [ ] Manual testing ### Completion Phase - [ ] Code review - [ ] Documentation update - [ ] Merge to main ## Files Affected ```yaml new: [] modified: [] deleted: [] ``` ## Context Preservation ```yaml key_decisions: [] blockers: [] notes: [] session_state: {} ``` ## Checkpoints ```yaml commits: [] branches: [] ```