mirror of
https://github.com/SuperClaude-Org/SuperClaude_Framework.git
synced 2025-12-29 16:16:08 +00:00
59 lines
837 B
Markdown
59 lines
837 B
Markdown
|
|
# 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: []
|
||
|
|
```
|