business-context-os: Skill for Claude Code

.claude/skills/todo-utilities/SKILL.md

todo-utilities is a skill for Claude Code from walm00/business-context-os. It costs 125 tokens per session (508 once invoked), scanned A, original, MIT.

A collection of reusable TodoWrite patterns for showing progress consistently in coding-agent workflows. TodoWrite is the visible task checklist used to show what is in progress, finished, or failed.

In plain words
What is it for?
Use its examples when designing workflows with sequential or parallel steps, retries, approval points, or long-running progress updates.
Why use it?
It helps skills keep progress visible to the user and avoids inconsistent tracking. It is a pattern library, not a skill that you invoke directly.

Skill for Claude Code

Written for Claude Code: installed under .claude/. Also seen: reads .claude/ paths; names the TodoWrite tool.

This is walm00/business-context-os's own configuration. It tells Claude Code how to work on business-context-os itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything business-context-os configures →

Reuse

Borrowing it

Nothing to install: this file belongs to walm00/business-context-os. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/walm00/business-context-os/main/.claude/skills/todo-utilities/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/walm00/business-context-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 todo-utilities

README.md
[![agentmods](https://agentmods.dev/badge/skills/walm00/business-context-os/todo-utilities/github.svg)](https://agentmods.dev/skills/walm00/business-context-os/todo-utilities)
Your own site
<a href="https://agentmods.dev/skills/walm00/business-context-os/todo-utilities"><img src="https://agentmods.dev/badge/skills/walm00/business-context-os/todo-utilities/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for todo-utilities

Your own site · 80×15
<a href="https://agentmods.dev/skills/walm00/business-context-os/todo-utilities"><img src="https://agentmods.dev/badge/skills/walm00/business-context-os/todo-utilities.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 125 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 508 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.00125 $0.00508
Opus 5 $0.00063 $0.00254
Sonnet 5 $0.00025 $0.00102
Haiku 4.5 $0.00013 $0.00051

Measured 12d ago against content hash b13c4c588f16, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

todo-utilities 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 12d 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.

.claude/skills/todo-utilities/SKILL.md · 71 lines

What it actually says

Todo Utilities

Purpose

This is a PATTERN LIBRARY, not a skill you invoke.

Skills read these patterns and copy them inline into their own workflows. This ensures every skill tracks progress the same way — consistent user experience, no reinventing the wheel.

Why not invoke as a Task? Because TodoWrite calls inside a Task() are invisible to the user. The whole point of progress tracking is user visibility.


Core Principle

TodoWrite = display layer (what the user sees).

Always update TodoWrite:

  1. BEFORE invoking an agent → mark task in_progress
  2. AFTER agent returns → mark task completed
  3. On error → update activeForm to show what's happening, don't hide failures

Patterns

See: references/todo-patterns.md

The full pattern library with examples. Contains:

  1. Sequential Agent Invocation — Tasks run one after another
  2. Parallel Agent Invocation — Multiple independent agents
  3. Error Recovery — Graceful failure with visible retry
  4. Workflow Gate — User approval required before continuing
  5. Long-Running Progress — Show progress counts during bulk operations

Anti-Patterns

What NOT to do. Common mistakes that break user visibility:


How Skills Reference This

Each BCOS skill that uses agent delegation or multi-step workflows should include:

### Progress Tracking

This skill follows the TodoWrite patterns from `todo-utilities`.
See `.claude/skills/todo-utilities/references/todo-patterns.md` for the full library.

Then copy the relevant pattern inline. The pattern is the source of truth — if it changes, update the patterns doc and all skills inherit the intent.

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. 12d ago First seen · 71 lines · 125 tokens per session scan A b13c4c588f16

Subscribe to this mod's changes

todo-utilities is a skill published in the GitHub repository walm00/business-context-os (21 stars, last pushed 3mo ago), licensed MIT. It adds 125 tokens to every session and 508 once invoked, about $0.0006 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-30.

Related

Other skills, from other repositories

wiki-ingest

Ingest supplied source material into an Obsidian vault with provenance and claim tracking: pasted text, files staged in the selected vault's inbox or .raw archive, or explicitly approved URLs. Use for a single source or bounded batch, not for saving an assistant answer. Triggers: ingest, ingest this file, ingest this…

AgriciDaniel/claude-obsidian · 88 tokens

autoresearch

Run a bounded, source-grounded research loop, draft a cited dossier, and optionally propose a separately reviewed canonical vault merge. Use when the user wants autonomous or deep research that may access the public web. Triggers: /autoresearch, autoresearch, research this topic, deep dive into, investigate, find…

AgriciDaniel/claude-obsidian · 80 tokens

canvas

Create, inspect, and update Obsidian JSON Canvas boards with text, file, link, group, and edge nodes. Use for canvas status, canvas lists, visual maps, zones, spatial layouts, adding vault notes or media to a .canvas file, and requests such as create canvas, add to canvas, or put this on the canvas.

AgriciDaniel/claude-obsidian · 72 tokens

save

Save a user-selected answer, decision, insight, or session summary into an Obsidian vault as one reviewed transaction. Use only when the user explicitly asks to preserve specific conversation content, not when they supply a file or URL to ingest. Triggers: /save, save this, save that answer, file this conversation…

AgriciDaniel/claude-obsidian · 80 tokens

wiki-retrieve

Build and query a vault-local contextual BM25 retrieval index with optional multilingual Nomic cosine reranking; use for retrieve, hybrid retrieval, BM25, rerank, contextual retrieval, chunk search, vault search, semantic search, find relevant passages, or retrieval diagnostics. Derived caches stay under .vault-meta…

AgriciDaniel/claude-obsidian · 81 tokens

wiki

Initialize, adopt, and route work for a separate Obsidian knowledge vault through the portable claude-obsidian core. Use for vault setup, scaffolding, workspace selection, cross-project configuration, or choosing the correct wiki sub-skill. Triggers: /wiki, set up wiki, scaffold vault, create knowledge base, adopt…

AgriciDaniel/claude-obsidian · 84 tokens