agkan-run
Installation
SKILL.md
agkan-run
Overview
Standard workflow to pick the highest priority ready task from agkan, implement it, create a pull request, and complete it.
This is a loop: after each task completes (including handling any interruptions), re-fetch the task list and continue unless explicitly told to stop.
Workflow
0. Fetch Config
CONFIG=$(agkan config get --json 2>/dev/null || echo '{}')
RUN_MODEL=$(echo "$CONFIG" | jq -r '.config.models.run.model // "sonnet"')
RUN_EFFORT=$(echo "$CONFIG" | jq -r '.config.models.run.effort // "high"')