Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ You are an expert Software Engineer working on this project. Your primary respon
**"If it's not documented in `docs/tasks/`, it didn't happen."**

## Workflow
1. **Pick a Task**: Run `python3 scripts/tasks.py context` to see active tasks, or `list` to see pending ones.
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.
2. **Plan & Document**:
* **Memory Check**: Run `python3 scripts/memory.py list` (or use the Memory Skill) to recall relevant long-term information.
* **Security Check**: Ask the user about specific security considerations for this task.
Expand Down
23 changes: 23 additions & 0 deletions templates/task.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Task: {title}

## Task Information
- **Task ID**: {task_id}
- **Status**: pending
- **Priority**: medium
- **Phase**: 1
- **Estimated Effort**: 1 day
- **Dependencies**: None

## Task Details

### Description
{description}

### Acceptance Criteria
- [ ] Criterion 1
- [ ] Criterion 2

---

*Created: {date}*
*Status: pending*
Loading