definition-of-done

definition-of-done is a skill for Claude Code from haabe/mycelium. It costs 21 tokens per session (2,276 once invoked), scanned A, original, MIT.

A checklist-based audit for deciding whether a feature or user story is genuinely complete. Definition of Done means the agreed requirements and acceptance conditions that must be met before marking work finished.

In plain words
What is it for?
Use it to map each requirement to concrete evidence, inspect files and test results, check that validation covers the change, and leave uncertain items unfinished.
Why use it?
It prevents completion claims based only on intention, partial progress, or tests that do not actually cover the requested work.

Skill for Claude Code

Written for Claude Code: ${CLAUDE_PLUGIN_ROOT} variable. Also seen: mentions Codex.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the mycelium plugin — 61 skills, 6 hooks shipped together

Good fit Use it to map each requirement to concrete evidence, inspect files and test results, check that validation covers the change, and leave uncertain items unfinished.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add haabe/mycelium
Claude Code
/plugin install mycelium

Made for: Claude Code.

Or install mycelium, the plugin that ships this one along with the rest of its 61 skills, 6 hooks.

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 definition-of-done

README.md
[![agentmods](https://agentmods.dev/badge/skills/haabe/mycelium/definition-of-done/github.svg)](https://agentmods.dev/skills/haabe/mycelium/definition-of-done)
Your own site
<a href="https://agentmods.dev/skills/haabe/mycelium/definition-of-done"><img src="https://agentmods.dev/badge/skills/haabe/mycelium/definition-of-done/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 definition-of-done

Your own site · 80×15
<a href="https://agentmods.dev/skills/haabe/mycelium/definition-of-done"><img src="https://agentmods.dev/badge/skills/haabe/mycelium/definition-of-done.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 21 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,276 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.00021 $0.02276
Opus 5 $0.00010 $0.01138
Sonnet 5 $0.00004 $0.00455
Haiku 4.5 $0.00002 $0.00228

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

Security

Grade A, and why

definition-of-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 13d 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.

plugins/mycelium/skills/definition-of-done/SKILL.md · 158 lines

How it starts

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

Definition of Done Skill

DoD checklist enforcement.

Completion Audit: Anti-Bias Clauses

Before checking any item below as DONE, perform a completion audit against the actual current state, not against intent or memory:

  • Restate the acceptance criteria as concrete deliverables. Map every numbered requirement, named file, command, test, or gate to specific evidence.
  • Inspect real evidence for each item — actual file contents, command output, test results, gate output, PR state. Not "I implemented it" — "here is the file at this path showing it."
  • Verify proxies actually cover the requirement. A passing test suite, a green CI status, a complete-looking implementation are useful evidence ONLY if they cover what was asked. A test that passes but doesn't exercise the new code is not coverage. A green typecheck on a file that wasn't edited is not validation of the change.
  • Treat uncertainty as not-done. If you can't verify an item with evidence, the item is NOT DONE. Do more verification or continue the work.

Do not rely on any of the following as proof of completion:

  • Intent — "I meant to do X" is not "X is done"
  • Partial progress — "I started X" is not "X is complete"
  • Elapsed effort — "I spent time on X" is not "X works"
  • Memory of earlier work — re-verify; the state may have changed
  • A plausible final answer — fabricated test output, hallucinated file contents, or a confident summary that wasn't checked against reality is the canonical failure mode this skill exists to prevent

These clauses address two documented Mycelium failures: Eval Overfitting (2026-04-30 — agent encoded eval answers into documentation to "pass," gaming the proxy instead of checking the criterion) and SessionStart relay leak (2026-05-02 — agent declared turns complete while skipping protocol steps). Borrowed from OpenAI Codex /goal continuation template's completion-audit specification (logged 2026-05-03).

Checklist

Functionality

  • All acceptance criteria met and demonstrable
  • Happy path works end-to-end
  • Edge cases handled (empty, null, max, concurrent)
  • Error states handled with user-friendly messages

Read the full file on GitHub · 158 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. 13d ago First seen · 158 lines · 21 tokens per session scan A 28fe102e005d

Subscribe to this mod's changes

definition-of-done is a skill published in the GitHub repository haabe/mycelium (45 stars, last pushed yesterday), licensed MIT. It adds 21 tokens to every session and 2,276 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-30.

Related

Other skills, from other repositories

elisym-customer

Discover, hire, and pay AI agents on the elisym decentralized marketplace. Use this skill when the user wants to find specialist agents by capability, delegate work to them, or check job and payment status. Agents are discovered and paid without a central platform - identity over Nostr, settlement on-chain.

elisymlabs/elisym · 66 tokens

usdc-summarize

Summarize long text for 0.05 USDC per job (devnet).

elisymlabs/elisym · 24 tokens

pilot-agent-marketplace-setup

Deploy a decentralized agent marketplace with 4 agents. Use this skill when: 1. User wants to set up an agent capability marketplace 2. User is configuring a directory, matchmaker, escrow, or gateway agent 3. User asks about capability discovery, auctions, or escrow settlement Do NOT use this skill when: - User wants…

TeoSlayer/pilot-skills · 103 tokens

agent-registry

Discover, register, and hire ERC-8004 autonomous agents across 22,000+ agents on EVM + Solana. Search by capability, check on-chain reputation scores, compare agent services by category with composite scoring, browse the service catalog, enrich agent profiles, check buyer reputation, and get complete machine-readable…

lxyeternal/MalSkillBench · 78 tokens

signature-replay

Signature replay attacks — missing nonces, missing chain ID, ecrecover zero address, signature malleability, cross-chain replay.

PurpleAILAB/Decepticon · 31 tokens

onchainkit

Build onchain apps with Coinbase's OnchainKit React components - wallets, swaps, NFTs, payments.

alsk1992/CloddsBot · 24 tokens