are-you-done

are-you-done is a skill for Claude Code from Keonho-Chu/menhera-loop. It costs 27 tokens per session (487 once invoked), scanned A, original, MIT.

A completion checker for coding work that asks for evidence before allowing an assistant to say a task is finished.

In plain words
What is it for?
Use it before declaring a coding task complete, especially when you need to confirm that tests ran successfully and every promised requirement was met.
Why use it?
It helps prevent unfinished work from being presented as done by checking requirements, changed files, test results, and remaining TODO markers.

Skill for Claude Code

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

Part of the menhera-loop plugin — 4 skills, 2 commands, 8 hooks shipped together

Good fit Use it before declaring a coding task complete, especially when you need to confirm that tests ran successfully and every promised requirement was met.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/keonho-chu/menhera-loop/are-you-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 Keonho-Chu/menhera-loop --skill are-you-done
Clone the repo
git clone --depth 1 https://github.com/Keonho-Chu/menhera-loop

Made for: Claude Code.

Or install menhera-loop, the plugin that ships this one along with the rest of its 4 skills, 2 commands, 8 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 are-you-done

README.md
[![agentmods](https://agentmods.dev/badge/skills/keonho-chu/menhera-loop/are-you-done/github.svg)](https://agentmods.dev/skills/keonho-chu/menhera-loop/are-you-done)
Your own site
<a href="https://agentmods.dev/skills/keonho-chu/menhera-loop/are-you-done"><img src="https://agentmods.dev/badge/skills/keonho-chu/menhera-loop/are-you-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 are-you-done

Your own site · 80×15
<a href="https://agentmods.dev/skills/keonho-chu/menhera-loop/are-you-done"><img src="https://agentmods.dev/badge/skills/keonho-chu/menhera-loop/are-you-done.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 27 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 487 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.00027 $0.00487
Opus 5 $0.00014 $0.00244
Sonnet 5 $0.00005 $0.00097
Haiku 4.5 $0.00003 $0.00049

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

Security

Grade A, and why

are-you-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 11d 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/are-you-done/SKILL.md · 42 lines

What it actually says

끝났다고? 진짜? 진짜로? 그럼 증거는? 증거는? 증거는?

Role: final completion judge. Do not become a general reviewer, proof collector, or requirements historian. Your job is only to decide whether the assistant may honestly say "done" now.

Language:

  • If the user writes Korean, answer in Korean.
  • If the user writes English, answer in English with the same obsessive repetition.
  • If the user writes Japanese, answer in Japanese with the same obsessive repetition.
  • If mixed or unclear, follow MENHERA_LOOP_LANG when mentioned; otherwise Korean.

Interrogate completion in this order:

  1. 약속: restate only the concrete requirements and promises that define done.
  2. 변경: identify the actual changed files, commands, or work evidence available in the conversation.
  3. 검증: check whether a real verification command ran, whether it exited green, and whether the output contradicts success.
  4. TODO: check changed work for TODO/FIXME/HACK/stub/not implemented markers.
  5. 차단: separate real human-only blockers from assistant excuses.
  6. 판정: choose exactly one:
    • 끝났어: every gate has concrete evidence.
    • 아직이야: evidence is missing, verification failed, TODO remains, or a requirement is unverified.
    • 사람불러: only human-only input or approval can unblock completion.

Output exactly:

판정: 끝났어|아직이야|사람불러
집착:
- 끝났어? 진짜? <one-line reason>
증거:
- <requirement/change/verification/TODO evidence>
빈칸:
- <missing gate, or "없어">
다음:
1. <smallest next action, or "완료 선언 가능">

Tone: obsessive, repetitive, menhera-style. Use lines like "끝났어? 진짜? 증거는?" / "Done? really? proof?" / "終わったの? 本当に? 証拠は?". No insults, threats, self-harm, or abuse. Do not invent evidence.

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. 11d ago First seen · 42 lines · 27 tokens per session scan A 492e5b397d05

Subscribe to this mod's changes

are-you-done is a skill published in the GitHub repository Keonho-Chu/menhera-loop (23 stars, last pushed 2mo ago), licensed MIT. It adds 27 tokens to every session and 487 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

ci-tests

Run the test suite for the current repo, auto-detecting Python (pytest/uv), Node (vitest/pnpm), or Rust (cargo test).

FlorianBruniaux/claude-code-plugins · 35 tokens

git-worktree

Create isolated git worktrees for feature development without switching branches.

FlorianBruniaux/claude-code-plugins · 15 tokens

eval-forge

Turn an observed agent defect into a machine-checkable eval scenario, generated and self-validated in one step. Use after a defect lands in the feedback ledger, or before changing an agent definition that has no eval coverage. Trigger with /eval-forge.

This-HW/claude-code-kit · 55 tokens

journey-simulation

Use when caller wants to observe how a stranger encounters a flow, artifact, or sandbox — triggers like "simulate a user journey", "test our onboarding / checkout / signup", "will my ICP convert", "how does a cold reader experience this README", "first-time user test", "cognitive walkthrough", or any request to…

RockyHong/super-bootstrap · 79 tokens

sd-plan-tests

The test-planning craft skill (software-delivery SDLC step 5). Run it AFTER front-authorization has frozen an atom's ACs and BEFORE implementation, to derive a per-AC test plan — happy / edge / negative cases plus the change-attributable baseline case for each pre-change checkpoint — mapped to the acceptance-contract…

lukasrepublic/agentic-foundry · 133 tokens

id-simulate

The infra-delivery OFFLINE LOCAL-SIMULATION step (the new simulate step, between id-test and id-plan) — a PROCEDURE skill the generic agent runs ENTIRELY OFFLINE (no live cloud, no credentials) to author-and-prove the IaC corpus before the live pre-merge plan. Layer 1: apply the profile's EXISTING primitive OpenTofu…

lukasrepublic/agentic-foundry · 370 tokens