Use When
- A prompt names an AIDE queue item such as
Q00-bootstrap-audit. - Work is non-trivial and should be routed through
.aide/queue/. - A future agent needs to claim, run, block, or prepare a queue item for review.
Workflow
- Read
AGENTS.md,.aide/queue/README.md,.aide/queue/policy.yaml, the tasktask.yaml,ExecPlan.md,prompt.md, andstatus.yaml. - For Profile/Contract-sensitive work, read
.aide/profile.yamlanddocs/reference/source-of-truth.md. - Confirm the worktree and allowed paths before edits.
- Update
status.yamlas work moves throughclaimed,planning,running,blocked, orneeds_review. - Keep edits inside the task allowlist.
- Write evidence under the task
evidence/directory. - Run proportionate validation and record commands plus results.
- Stop at blockers and review gates. Do not widen permissions silently.
Do Not Use For
- Trivial read-only answers covered by bypass policy.
- Product implementation outside an approved queue item.
- Release, publishing, destructive, or secret-access actions without review.
Generated AIDE Source Summary
- Read
.aide/profile.yaml,.aide/queue/policy.yaml, and the active queue packet before editing. .aide/queue/is canonical for long-running task state; extension task queues are not canonical.- Generated downstream artifacts are not source of truth and must preserve provenance markers.
- Stop at review gates, write evidence, and keep changes inside the task allowlist.
Source: Julesc013/aide — distributed by TomeVault.