verify-done

verify-done is a command for Claude Code from walidboulanouar/define-done. It costs 22 tokens per session (769 once invoked), scanned A, original, MIT.

A daily end-of-work check that records which three planned outcomes were completed. It uses a tracker file, asks about unfinished outcomes, and prepares the next day's three outcomes.

In plain words
What is it for?
Use it at 5pm to review the day's work, update the tracker and log, record delays, and plan tomorrow's outcomes.
Why use it?
It turns an informal end-of-day review into a written record, including a brief reason when an outcome was missed. This makes it easier to see what actually shipped and what slipped.

Command for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the define-done plugin — 1 skill, 3 commands shipped together

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/walidboulanouar/define-done/verify-done
Clone the repo
git clone --depth 1 https://github.com/walidboulanouar/define-done

Made for: Claude Code.

Or install define-done, the plugin that ships this one along with the rest of its 1 skill, 3 commands.

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 verify-done

README.md
[![agentmods](https://agentmods.dev/badge/commands/walidboulanouar/define-done/verify-done.svg)](https://agentmods.dev/commands/walidboulanouar/define-done/verify-done)
Your own site
<a href="https://agentmods.dev/commands/walidboulanouar/define-done/verify-done"><img src="https://agentmods.dev/badge/commands/walidboulanouar/define-done/verify-done.svg" alt="Measured on agentmods" height="20"></a>
Per session 22 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 769 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.00022 $0.00769
Opus 5 $0.00011 $0.00385
Sonnet 5 $0.00004 $0.00154
Haiku 4.5 $0.00002 $0.00077

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

Security

Grade A, and why

verify-done 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/verify-done.md · 92 lines

How it starts

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

/verify-done

The 5pm hard stop ritual. Run it once per day, at 5pm, before closing the laptop.

What it does

  1. Loads the most recent tracker from 008_Builds/define-done/
  2. Asks the user what shipped today (one outcome at a time)
  3. Updates the HTML state (preserves the live JS, but writes the truth)
  4. Logs the day to 008_Builds/define-done/log.md
  5. If today < 3/3 → asks why one specific outcome slipped (not generic "what happened")
  6. Prompts user to write tomorrow's 3 outcomes BEFORE closing the laptop
  7. Optionally appends tomorrow's outcomes to the same tracker

Workflow

Step 1 — Load today's tracker

Find the latest file in 008_Builds/define-done/ matching *-define-done.html. Parse the day cards. Find today's day card.

Step 2 — Verify each outcome

Walk through today's 3 outcomes one at a time. For each:

"Outcome 1: {{outcome_text}}. Did it ship? (y / n / partial)"

If n or partial → one follow-up:

"What got in the way? One sentence. We're logging it, not analyzing it."

Record the answer verbatim. Do not editorialize. Do not say "no worries, tomorrow's a new day."

Step 3 — Update the HTML

Edit the today card in the HTML:

  • Add checked attribute to checkboxes for shipped outcomes
  • Update the <span class="score"> to the final count (3/3, 2/3, etc.)
  • Add a data-verified="true" attribute to the day card

Step 4 — Log the day

Append to 008_Builds/define-done/log.md:

## {{YYYY-MM-DD}} · {{Day name}}

- [x/✗] outcome 1: {{text}}{{ · slipped because: ... if partial/no}}
- [x/✗] outcome 2: {{text}}
- [x/✗] outcome 3: {{text}}

Score: {{hit}}/3 · Closed at: {{time}}

Step 5 — Define tomorrow

"Three outcomes for tomorrow. One sentence each. Verb-first. Done before you close the laptop."

Audit each against the 6 rules from /define-done. Reject vague outcomes. Push back once, then accept.

Add tomorrow's outcomes as a new day card in the same tracker HTML (or roll over to a fresh weekly tracker if Sunday).

Read the full file on GitHub · 92 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. 6d ago First seen · 92 lines · 22 tokens per session scan A 6f8f7a95b936

Subscribe to this mod's changes

verify-done is a command published in the GitHub repository walidboulanouar/define-done (9 stars, last pushed 3mo ago), licensed MIT. It adds 22 tokens to every session and 769 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.