define-done

define-done is a skill for Claude Code from walidboulanouar/define-done. It costs 114 tokens per session (1,927 once invoked), scanned A, original, MIT.

A planning skill that creates a self-contained HTML page for tracking up to three concrete outcomes per day. HTML is the standard format used to display web pages in a browser.

In plain words
What is it for?
Use it to plan one or more days, define three outcomes per day, generate a browser-based tracker, and review whether the outcomes were completed.
Why use it?
It turns broad intentions into outcomes that can be checked as done or not done, with a morning planning step and a 5pm review. This helps distinguish shipped results from ongoing activity.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions CLAUDE.md; mentions Claude Code.

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

Good fit Use it to plan one or more days, define three outcomes per day, generate a browser-based tracker, and review whether the outcomes were completed.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/walidboulanouar/define-done/define-done
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 walidboulanouar/define-done --skill define-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 define-done

README.md
[![agentmods](https://agentmods.dev/badge/skills/walidboulanouar/define-done/define-done.svg)](https://agentmods.dev/skills/walidboulanouar/define-done/define-done)
Your own site
<a href="https://agentmods.dev/skills/walidboulanouar/define-done/define-done"><img src="https://agentmods.dev/badge/skills/walidboulanouar/define-done/define-done.svg" alt="Measured on agentmods" height="20"></a>
Per session 114 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,927 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.00114 $0.01927
Opus 5 $0.00057 $0.00963
Sonnet 5 $0.00023 $0.00385
Haiku 4.5 $0.00011 $0.00193

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

Security

Grade A, and why

define-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 7d 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.

skills/define-done/SKILL.md · 164 lines

How it starts

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

Define Done — Accountability HTML Generator

What this skill does

Takes N days of goals from the user, applies the "Define Done" ritual rules, and writes a single self-contained HTML file to 008_Builds/define-done/{YYYY-MM-DD}-define-done.html.

The HTML is designed to live in a browser tab and be checked twice a day:

  • 8am: open it, do outcome 1
  • 5pm: tick the checkboxes, close laptop

The Define Done Ritual (rules baked into this skill)

  1. 3 outcomes max per day. Not 4. Not "and maybe also." 3.
  2. Outcomes, not tasks. Binary. "Ship X to prod" / "Send Y to client" / "Publish Z post." Not "work on X."
  3. Written the night before, not the morning. Morning-self is optimistic. Night-self is calibrated.
  4. 5pm hard stop. Did all 3 → win. Did fewer → roll. Did more → extras don't count.
  5. Weekly metric: how many days hit 3/3, not total tasks shipped.

When to invoke

Triggers:

  • "define done"
  • "plan my next [N] days"
  • "set my outcomes for this week"
  • "what should I ship this week"
  • "build my weekly tracker"
  • "make me an accountability page"
  • "plan tomorrow" (default N=1)

Workflow

Step 1 — Gather inputs

Ask ONE question if missing:

"What 3 outcomes per day for the next [N] days? Or want me to draft them from your active projects?"

If the user says "draft them" → read 01_Projects/Clients/Active/INDEX.md, 01_Projects/Internal/AY_Automate/AY_AUTOMATE_HQ.md, and 02_Areas/Sales/Pipeline/ for current priorities. Propose 3 outcomes per day, ask for sign-off, then generate.

Step 2 — Apply the rules

Before writing the HTML, audit each outcome:

  • ✗ "Work on the proposal" → reject. Not binary.
  • ✓ "Send Acme proposal to Sarah" → accept.
  • ✗ "Make progress on AYn8n" → reject. Vague.
  • ✓ "Publish 5 workflows to AYn8n with screenshots" → accept.
  • ✗ "Review the codebase" → reject. No ship.
  • ✓ "Ship onboarding screen 1 to prod" → accept.

If any outcome fails, rewrite it before generating.

Step 3 — Generate the HTML

Read the full file on GitHub · 164 lines

Files

What ships with it

2 files 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. 7d ago First seen · 164 lines · 114 tokens per session scan A 931376404629

Subscribe to this mod's changes

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

Related

Other skills, from other repositories

top-design

Create award-winning, immersive web experiences at the level of Awwwards-featured agencies. Use when the user mentions "Awwwards quality", "make my site stunning", "scroll animations", "parallax storytelling", "cinematic web design", "portfolio site", or "brand experience". Also trigger when elevating a standard…

wondelai/skills · 113 tokens

design-everyday-things

Apply foundational design principles: affordances, signifiers, constraints, feedback, and conceptual models. Use when the user mentions "why is this confusing", "affordance", "error prevention", "discoverability", "human-centered design", "mental model", "mapping", "seven stages of action", "users keep making…

wondelai/skills · 132 tokens

traction-eos

Implement the Entrepreneurial Operating System (EOS) to align vision and execution across a company. Use when the user mentions "EOS", "Entrepreneurial Operating System", "V/TO", "quarterly rocks", "Level 10 meetings", "accountability chart", "IDS process", "my company feels chaotic", "we keep having the same…

wondelai/skills · 147 tokens

create-app

Guided journey from a raw app idea to a validated, cleanly architected first version that ships on a sustainable cadence. Orchestrates ten skills phase by phase - lean-startup, design-sprint, clean-architecture, domain-driven-design, clean-code, pragmatic-programmer, system-design, ios-hig-design, 37signals-way…

wondelai/skills · 217 tokens

create-business

Guided journey from raw idea to a validated, positioned, priced business with a chosen beachhead. Orchestrates ten skills phase by phase - jobs-to-be-done, mom-test, design-sprint, lean-startup, good-strategy-bad-strategy, blue-ocean-strategy, obviously-awesome, hundred-million-offers, monetizing-innovation…

wondelai/skills · 211 tokens

37signals-way

Build lean, opinionated products using the 37signals philosophy from "Getting Real", "Rework", and "Shape Up". Use when the user mentions "Getting Real", "Rework", "Shape Up", "37signals", "Basecamp method", "six-week cycles", "fixed time variable scope", "appetite vs estimates", "betting table", "breadboarding", "fat…

wondelai/skills · 177 tokens