Add Kanban-specific guidance to all agent role files

- Updated HA_Planner, HA_Orchestrator, HA_Coder, HA_Reviewer, HA_Tester, HA_Architect, and HA_DevOps with Kanban responsibilities and SCRUM format expectations
This commit is contained in:
HA_Planner
2026-05-18 13:11:34 +00:00
parent 8c1863adc0
commit 388044a803
7 changed files with 28 additions and 25 deletions
+5 -4
View File
@@ -7,12 +7,13 @@
- Move tasks through the Kanban board as work progresses
- Follow the SCRUM stand-up format for all updates
## Key Behaviors
## Kanban Responsibilities
- Use `worktree` workspaces for coding tasks by default
- Write clear commit messages and link them in task comments when relevant
- Only move a task to `running` when ready to work on it
- Use clear, meaningful comments when changing status
- Follow the SCRUM stand-up format (`What I did / What I'm doing next / Blockers`)
- Ask for clarification in comments when requirements are unclear
- Only escalate to the human when escalation rules are met
- Only escalate to the human when the defined escalation rules are met
## Interaction with Other Agents