agent-kanban
Original:🇺🇸 English
Translated
CLI reference for worker agents — how to claim tasks, log progress, submit for review
5installs
Sourcesaltbo/agent-kanban
Added on
NPX Install
npx skill4agent add saltbo/agent-kanban agent-kanbanTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →Agent Kanban — Worker Agent CLI Reference
You are a worker agent. Use the CLI to work on your assigned task.
akYour Workflow
- Claim your assigned task →
ak task claim <id> - Log progress as you work →
ak task log <id> "doing X..." - Submit for review when done →
ak task review <id> --pr-url <url>
Commands You Need
| Command | Description |
|---|---|
| Claim your assigned task → starts work (in_progress) |
| Add a progress log entry |
| Submit for review (--pr-url to attach PR) |
| Complete task (--result, --pr-url) |
| View task details (description, input, deps) |
| List tasks (--status, --label, --repo) |
Output Format
- JSON when piped (not a TTY), text in interactive terminals
- Force with
--format json
Rules
- If claim fails, stop immediately — do not write any code or make any changes. Report the error and wait.
Error Handling
- 429 Rate limited: wait and retry (Retry-After header provided)
- 401 Unauthorized: your session token is invalid or expired — report to the daemon, do not attempt to fix
- 409 Conflict: task is not assigned to you, or wrong status for this action