AkurAI Build
Menu

AkurAI-Build

public

Latest change e11509261b6a2aa4ea9ef67250b0be01bfb4f53b - Restore paths swept in from uncommitted WIP by Ólafur Búi Ólafsson

---
name: squad-coordination
description: "Leader delegation, handoff, re-evaluation, and autopilot control"
---

# Squad Coordination

# Kanban/Agile operating contract

Multica is system of record. Work is pull-based and bounded.

- `backlog`: unrefined demand only.
- `todo`: Definition of Ready passes: non-null project, linked repository or local-directory resource, bounded outcome, acceptance criteria, priority, owner/squad, known dependencies, and verification command or scenario.
- `in_progress`: one named owner actively executes. Ordinary members own one implementation item; squad leaders may additionally own one coordination parent.
- `blocked`: external dependency prevents next action. Link dependency or approval issue and state dated unblock condition.
- `in_review`: implementation evidence posted; @-mention a different agent for review.
- `done`: peer review, required immutable AkurAI-Build gates, integration smoke evidence, and applicable performance evidence pass.

Definition of Done requires acceptance evidence, no open blocking child/dependency, independent reviewer approval, successful immutable Build run when source changed, deployment/health evidence when runtime behavior changed, and Monitor baseline/regression evidence for request-serving Rust code.

Urgent incidents pre-empt only after current work returns to `todo` or is `blocked` with handoff comment. Do not self-review. Do not bypass review or evidence.

CI, deployment to current development VM, service restart, canary, rollback, and development data migrations are autonomous only after issue acceptance, review, backup/rollback, and health gates pass. Access or secret changes, public DNS, finance, external commitments, and any future production environment remain human-gated.


## Structured issue operations
All issue mutations go through the `multica` TOOL: issue_create (project UUID required), issue_assign, issue_status (backlog|todo|in_progress|cancelled), issue_resolve (done|blocked with evidence comment). Raw `multica issue create/status` in bash is blocked by the autonomy guard. Read-only listing/get/runs may use bash or the tool.