Require all work to have a corresponding backlog task
Agents should create a task first if one doesn't exist, rather than
doing untracked work.
Assisted-by: Claude Opus 4.6 via pi
diff --git a/AGENTS.md b/AGENTS.md
index 9b35acb..2a45e53 100644
--- a/AGENTS.md
+++ b/AGENTS.md
@@ -29,6 +29,8 @@ ranger backlog create "Ranger"
### Workflow
+All work must correspond to a task in the backlog. If the user asks for something that isn't tracked, create a task for it first, then pick it up.
+
Before starting work, check the backlog:
```bash