kanso-task

kanso-task is a skill for Claude Code from blakecyze/kanso. It costs 45 tokens per session (2,669 once invoked), scanned A, original, MIT.

A guided workflow for turning a rough task request into a clearer prompt before carrying it out.

In plain words
What is it for?
Use it for underspecified or detail-sensitive coding tasks that need careful planning and execution in the same chat.
Why use it?
It helps resolve important ambiguity and gives you a chance to review the clarified request before work begins.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: mentions subagents.

Part of the kanso plugin — 11 skills, 1 hook shipped together

Good fit Use it for underspecified or detail-sensitive coding tasks that need careful planning and execution in the same chat.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/blakecyze/kanso/kanso-task
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add blakecyze/kanso --skill kanso-task
Clone the repo
git clone --depth 1 https://github.com/blakecyze/kanso

Made for: Claude Code.

Or install kanso, the plugin that ships this one along with the rest of its 11 skills, 1 hook.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for kanso-task

README.md
[![agentmods](https://agentmods.dev/badge/skills/blakecyze/kanso/kanso-task.svg)](https://agentmods.dev/skills/blakecyze/kanso/kanso-task)
Your own site
<a href="https://agentmods.dev/skills/blakecyze/kanso/kanso-task"><img src="https://agentmods.dev/badge/skills/blakecyze/kanso/kanso-task.svg" alt="Measured on agentmods" height="20"></a>
Per session 45 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,669 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00045 $0.02669
Opus 5 $0.00023 $0.01334
Sonnet 5 $0.00009 $0.00534
Haiku 4.5 $0.00005 $0.00267

Measured 7d ago against content hash 27cde1504709, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

kanso-task scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/kanso-task/SKILL.md · 159 lines

How it starts

The opening of the file, as written. The whole thing — 159 lines — stays where its author put it; the contents beside it link to each section on GitHub.

kanso-task

The user types /kanso-task <rough request>. This skill turns that rough request into a sharp prompt, then executes the task in the same chat with both kanso-prompting and kanso-principles standing as context. The output should be measurably better than what the user would have got from typing the same words into the chat directly.

Three phases:

  • Phase A — Clarify (only if needed). Run the ambiguity pre-flight. If a trigger fires, ask one tight batch of questions and fold the answers in. If the input is already concrete — or the user waved the skip valve — go straight to formatting with no questions.
  • Phase B — Rewrite. Apply the kanso-prompting rules to produce a sharp version of the prompt. Show it to the user. Wait for approval.
  • Phase C — Execute. Run the rewritten prompt inline in the current chat. Any code produced during execution follows kanso-principles.

Always run inline

This skill runs in the calling chat. Never dispatch the rewrite, the approval gate, or the execution via the Agent or Task tool. Never spawn a subagent. The user has to be able to see the rewritten prompt before it runs, intervene during execution, and inspect the result without switching windows. A subagent dispatch defeats the entire workflow.

Phase A — Clarify

A pre-flight ambiguity check that runs before formatting. Its only job is to catch the gaps that would force a guess. Concrete input passes through untouched — the yap-and-go feel survives; the pause is earned, not routine.

The skip valve — check this first

Two ways an input skips questioning entirely:

  1. Explicit. The user signalled skip. The unambiguous form is the --go flag. A plain-language equivalent (just format it, no questions) counts only when it is a directive about the request rather than part of it — a trailing or standalone instruction to the skill, not a phrase inside the task being described. /kanso-task format the users table, no questions about the schema yet is a task that happens to contain "no questions"; it is not a skip signal. When a plain-language form is genuinely ambiguous, treat it as task content and run the triggers. Honour a real skip without comment: format silently, even if a trigger would otherwise fire. The user has taken the wheel.
  2. Inferred. The input is high-confidence — a trained reader could produce a sharp prompt from it without inventing anything load-bearing. Format silently.

Read the full file on GitHub · 159 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 159 lines · 45 tokens per session scan A 27cde1504709

Subscribe to this mod's changes

kanso-task is a skill published in the GitHub repository blakecyze/kanso (3 stars, last pushed 4d ago), licensed MIT. It adds 45 tokens to every session and 2,669 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.