From khanrad
This skill should be used when the user asks to "work through issues", "start working", "execute the board", "implement the stories", "grind through the backlog", or wants the agent to autonomously pick up and complete Khanrad issues one by one until the board is done.
How this skill is triggered — by the user, by Claude, or both
Slash command
/khanrad:workThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill turns the agent into an autonomous executor that works through Khanrad issues sequentially — claiming each issue, implementing the changes, verifying the code, committing, and marking the issue done before moving to the next.
This skill turns the agent into an autonomous executor that works through Khanrad issues sequentially — claiming each issue, implementing the changes, verifying the code, committing, and marking the issue done before moving to the next.
/khanrad:plan-project or /khanrad:plan-feature) and wants them implemented/khanrad:plan-project → Board of issues (greenfield)
/khanrad:plan-feature → Board of issues (brownfield)
↓
/khanrad:work → Issues implemented and committed
npx claudepluginhub savantly-net/khanrad-mcp-pluginGuides an 8-step agentic development workflow for issues: parsing, loading issue-type skills, reading specs, planning, implementing, testing, opening PRs/MRs, and addressing review.
Orchestrates 6-phase workflow (EXPLORE→PLAN→CODE→TEST→FIX→COMMIT) for Jira issues using multi-agent coordination. Manages bugs, stories, tasks, epics with progress tracking and PR linking.
Provides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.