diff --git a/.gitea/ISSUE_TEMPLATE/task.md b/.gitea/ISSUE_TEMPLATE/task.md new file mode 100644 index 0000000..c922e42 --- /dev/null +++ b/.gitea/ISSUE_TEMPLATE/task.md @@ -0,0 +1,38 @@ +--- +name: Task +about: Create a new task for an agent +title: 'TASK: ' +labels: + - type:task +- agent:kalaiko +- workflow:ready +- priority:medium +--- + +# Description +What needs to be done? + + +# Why +Why is this task important? + + +# Acceptance Criteria +- [ ] Criterion 1 +- [ ] Criterion 2 +- [ ] Criterion 3 + + +# Assignee +Which agent should own this? (add label `agent:`) + + +# Dependencies +Any tasks that must be completed first? (use `gitea-robot add-dep`) + + +# Handoff Protocol +When done, comment with: +- What was completed +- What's next +- Any blockers