agkan-subtask-direct
Installation
SKILL.md
agkan-subtask-direct
Overview
A workflow to directly implement a selected task without creating a branch or PR and mark it as complete.
Workflow
0. Fetch Config
CONFIG=$(agkan config get --json 2>/dev/null || echo '{}')
REVIEW_MODEL=$(echo "$CONFIG" | jq -r '.config.models.review.model // "opus"')
REVIEW_EFFORT=$(echo "$CONFIG" | jq -r '.config.models.review.effort // "high"')