burndown-full

burndown-full is a command for Claude Code from kensaurus/cursor-kenji. It costs 25 tokens per session (558 once invoked), scanned A, original, MIT.

A workflow for finishing a partly completed repository-wide refactor, migration, rename, or rule change.

In plain words
What is it for?
It defines searchable unfinished and completed patterns, lists every match, records progress in batches, and verifies that no work remains.
Why use it?
It finds missed occurrences across the whole codebase instead of relying only on the original file list.

Command for Claude Code

Written for Claude Code: argument-hint in frontmatter.

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.

agentmods
npx agentmods add commands/kensaurus/cursor-kenji/burndown-full
Clone the repo
git clone --depth 1 https://github.com/kensaurus/cursor-kenji

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 burndown-full

README.md
[![agentmods](https://agentmods.dev/badge/commands/kensaurus/cursor-kenji/burndown-full.svg)](https://agentmods.dev/commands/kensaurus/cursor-kenji/burndown-full)
Your own site
<a href="https://agentmods.dev/commands/kensaurus/cursor-kenji/burndown-full"><img src="https://agentmods.dev/badge/commands/kensaurus/cursor-kenji/burndown-full.svg" alt="Measured on agentmods" height="20"></a>
Per session 25 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 558 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00025 $0.00558
Opus 5 $0.00013 $0.00279
Sonnet 5 $0.00005 $0.00112
Haiku 4.5 $0.00003 $0.00056

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

Security

Grade A, and why

burndown-full 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 6d 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.

commands/burndown-full.md · 25 lines

What it actually says

Burndown Full

Drive a partially-executed plan to 100% coverage across the entire codebase. Use this when a refactor / migration / rename / rule-application was planned and started but stopped before it was actually complete everywhere.

Follow the burndown-full skill end to end. Do not improvise a shortcut version of it. In brief:

  1. Recover the change from the plan + git diff/git log, and express it as a searchable MATCH pattern (still-needs-changing) and DONE pattern (already-changed). If it can't be made searchable, stop and ask. Discover the repo's typecheck/lint/test/build commands.
  2. Enumerate the full worklist with a repo-wide rg for MATCH — the whole repo, not the plan's file list. Hunt the usual misses: barrels, re-exports, aliased/namespace imports, tests, stories, snapshots, fixtures, configs, type defs, docs. Write every occurrence to .cursor/burndown-state.md and state the total count out loud (vs. how many the plan named).
  3. Execute in batches of 5–10 files, ticking each off in .cursor/burndown-state.md immediately per batch. Append any newly discovered occurrences. Do not pause to ask "continue?" — keep going until the worklist is empty. Re-read the state file instead of trusting memory if context gets long.
  4. Prove completeness: re-run the MATCH search from scratch (expect zero hits), sweep for orphans, then whole-project typecheck + lint + test + build. Any new hit or failure → add to the worklist and loop back to step 3.
  5. Report coverage (call out files the plan missed), verification results, intentional exceptions, and any genuine ambiguities needing a human.

Done is defined by verification, not by effort: a from-scratch search for the old pattern returning zero and the project checking clean — never "I edited the planned files."

The plan is a hypothesis about scope, never its limit. The repo is bigger than the plan and bigger than your context window; the state file is your memory and the fresh grep is your source of truth.

The full playbook lives in the burndown-full skill.

Related: composer-2.5-execution rule for approved-plan execution, plan-* skills for audit-only burndowns before changes.

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. 6d ago First seen · 25 lines · 25 tokens per session scan A fca713c03209

Subscribe to this mod's changes

burndown-full is a command published in the GitHub repository kensaurus/cursor-kenji (9 stars, last pushed 8d ago), licensed MIT. It adds 25 tokens to every session and 558 once invoked, about $0.0001 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.