AGENTS.md: default to next queued task and jj workspaces
Assisted-by: Claude Opus 4.6 via pi
diff --git a/AGENTS.md b/AGENTS.md
index 0d3b178..6533e5d 100644
--- a/AGENTS.md
+++ b/AGENTS.md
@@ -39,12 +39,16 @@ Before starting work, check the backlog:
ranger backlog show <name>
```
+When the user says "let's keep working" or similar without specifying a task, pick up the next queued task (top of the queue).
+
When picking up a task:
```bash
ranger task edit <key> --state in_progress
```
+**Use a jj workspace** (see `jj-workspaces` skill) for all feature work unless the change is exceedingly simple (e.g., a one-line config tweak or AGENTS.md update). Name workspaces `<key-prefix>-<short-descriptor>` (e.g., `voxv-position-args`).
+
While working, add comments only for decisions, blockers, or scope changes that the commit message won't capture:
```bash