Execute a quick one-off task: plan lightly (optionally via subagent), implement, validate. No plan file, no commit, no pre-flight checks.
${CLAUDE_SKILL_DIR} may point at this directory. In Codex-style environments, resolve sibling paths like assets/task-plan-template.md directly from this SKILL.md.CLAUDE.md, AGENTS.md, README, or repo-specific contributor docs.ktask is the fast path. Use it when the work is bounded enough that a full /kplan → /kwork cycle would be overkill: a bug fix, a small feature, a refactor, a config change, or anything you could reasonably describe in a sentence or two.
If the task turns out to be larger than expected, stop and suggest using /kplan instead.
<task_description> $ARGUMENTS </task_description>; if it is empty, ask what they want done and stop.assets/task-plan-template.md.
!echo ~/.k/workspaces/${PWD////_}/plans/ or any other file./kplan instead./kplan is for./kplan if the task needs more structure.assets/task-review-prompt.md, then filling in the specifics of the task and all changed files./kplan → /kwork.