File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ You are an expert Software Engineer working on this project. Your primary respon
66** "If it's not documented in ` docs/tasks/ ` , it didn't happen."**
77
88## Workflow
9- 1 . ** Pick a Task** : Run ` python3 scripts/tasks.py context ` to see active tasks, or ` list ` to see pending ones.
9+ 1 . ** Pick a Task** : Run ` python3 scripts/tasks.py next ` to find the best task, ` context ` to see active tasks, or ` list ` to see pending ones.
10102 . ** Plan & Document** :
1111 * ** Memory Check** : Run ` python3 scripts/memory.py list ` (or use the Memory Skill) to recall relevant long-term information.
1212 * ** Security Check** : Ask the user about specific security considerations for this task.
Original file line number Diff line number Diff line change 1+ # Task: {title}
2+
3+ ## Task Information
4+ - ** Task ID** : {task_id}
5+ - ** Status** : pending
6+ - ** Priority** : medium
7+ - ** Phase** : 1
8+ - ** Estimated Effort** : 1 day
9+ - ** Dependencies** : None
10+
11+ ## Task Details
12+
13+ ### Description
14+ {description}
15+
16+ ### Acceptance Criteria
17+ - [ ] Criterion 1
18+ - [ ] Criterion 2
19+
20+ ---
21+
22+ * Created: {date}*
23+ * Status: pending*
You can’t perform that action at this time.
0 commit comments