task-driver

task-driver is a skill for Claude Code from kouroshez/coding-os. It costs 61 tokens per session (3,411 once invoked), scanned A, original, Apache-2.0.

A task-management guide for handling Scrumban work items, from creating and starting tasks to tracking blockers, standups, and retrospectives. Scrumban combines Scrum planning habits with Kanban's visual flow of work.

In plain words
What is it for?
Use it to create, update, move, review, and report on tasks stored in project documentation.
Why use it?
It keeps task records consistent and prevents duplicate or incomplete work items.

Skill for Claude Code

Written for Claude Code: PostToolUse hook event. Also seen: mentions CLAUDE.md; mentions AGENTS.md; mentions Codex.

Good fit Use it to create, update, move, review, and report on tasks stored in project documentation.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/kouroshez/coding-os/task-driver
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 kouroshez/coding-os --skill task-driver
Clone the repo
git clone --depth 1 https://github.com/kouroshez/coding-os

Made for: Claude Code.

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 task-driver

README.md
[![agentmods](https://agentmods.dev/badge/skills/kouroshez/coding-os/task-driver.svg)](https://agentmods.dev/skills/kouroshez/coding-os/task-driver)
Your own site
<a href="https://agentmods.dev/skills/kouroshez/coding-os/task-driver"><img src="https://agentmods.dev/badge/skills/kouroshez/coding-os/task-driver.svg" alt="Measured on agentmods" height="20"></a>
Per session 61 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,411 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.00061 $0.03411
Opus 5 $0.00030 $0.01706
Sonnet 5 $0.00012 $0.00682
Haiku 4.5 $0.00006 $0.00341

Measured 4d ago against content hash 676f0730eaae, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

task-driver 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 4d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/task-lint.sh), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

src/core/skills/task-driver/SKILL.md · 273 lines

How it starts

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

Task Driver Skill — Scrumban

You are in task-management mode. Apply these rules mechanically.

Mandatory intake loop (run for every implementation request)

  1. Reconcile existing tasks first. Check whether the user request maps to:
    • an explicit task id (TASK-###), or
    • an existing open/in_progress/testing task in the same area.
  2. If a matching task exists: use it (do not create a duplicate).
  3. If no matching task exists and work is non-trivial: create it fully formed in ONE call. When you already know the scope (you almost always do — you just analyzed the work), the SAME cos_task_create call carries outcome=, acceptance=, read_first= and ready=True (--ready). Creating a skeleton "to fill in later" is a defect, not a shortcut: the create envelope echoes data.dor — a non-empty gaps list or ready: false you did not intend is YOUR bug; fix it before proceeding. CLI flag trap: --read-first / --labels are comma-separated single flags — repeating the flag silently keeps only the last value.
  4. Before in_progress: the task body gate must already hold. Outcome (one measurable sentence), Read First (minimal links), Acceptance (G/W/T). Step 3 done right makes this a no-op; the icebox→in_progress gate blocks placeholders regardless.
  5. Then execute through statuses: in_progresstestingcomplete.
  6. If blocked at any time: move to blocked and record the concrete blocker.

Golden rules

  1. Prefer MCP tools over hand-written YAML. Always call cos_task_create instead of writing the frontmatter yourself. Always call cos_task_move to transition — not an Edit on the MD file.

  2. Rule 15 — tasks are pointers, not specs. Never inline content from docs/**, src/core/rules/**, CLAUDE.md, or AGENTS.md. If you find yourself writing >800 tokens of task body: stop, find the doc to link, or create a new doc (Documenter role) and link to it.

Read the full file on GitHub · 273 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 4d ago First seen · 273 lines · 61 tokens per session scan A 676f0730eaae

Subscribe to this mod's changes

task-driver is a skill published in the GitHub repository kouroshez/coding-os (6 stars, last pushed yesterday), licensed Apache-2.0. It adds 61 tokens to every session and 3,411 once invoked, about $0.0003 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-09-03.

Related

Other skills, from other repositories

coordinate-project-relay

Coordinate technical work with the ¿Qué pasó ayer? MCP when Codex is operating inside an explicitly associated project. Use for implementation, diagnosis, review, testing, architecture changes, technical debt, recurring problems, handoffs, or questions about why code and constraints exist. Do not use or send project…

franmelx/que-paso-ayer · 82 tokens

graph-mutation-plan

Cookbook for composing an applygraphmutations plan — stable entitykey patterns, the canonical label/edge vocabulary, evidence/invalidation/confidence discipline, and a worked example. Load this when building a non-trivial mutation plan.

potpie-ai/potpie · 51 tokens

potpie-infra-architecture

Use for project infra and architecture context: environments, adapters, runtime configuration, deployments, service dependencies, datastores, API contracts, ownership, incidents, and dependency blast radius.

potpie-ai/potpie · 43 tokens

issue-triage

Triage and categorize GitHub issues with priority labels. Use when user says "triage issues", "check issues", "review open issues", or during regular maintenance of GitHub issue backlog.

decebals/claude-code-java · 44 tokens

feature-dev

Guide a feature implementation through a structured seven-phase workflow with deep codebase understanding, clarifying questions, parallel architecture design, and quality review. Use this skill when the user asks to build a new feature, add functionality, or wants a methodical approach to implementation rather than…

waybarrios/opencode-power-pack · 62 tokens

product-manager-toolkit

Use when the user needs product management workflows such as RICE prioritization, customer interview analysis, PRD templates, discovery frameworks, go-to-market strategy, feature prioritization, research synthesis, or requirements documentation.

majiayu000/spellbook · 47 tokens