job-done

job-done is a command for coding agents from Lab94/frenchie-skill. It costs 0 tokens per session (854 once invoked), scanned A, original, MIT.

A command that closes a Method development workflow. It checks the final status, tests, release information, and saved documents before summarizing the work.

In plain words
What is it for?
It helps finish features, bug fixes, hotfixes, research spikes, and postmortems, with optional cleanup only after explicit approval.
Why use it?
It helps confirm that completion steps were recorded without silently deleting feature folders, branches, worktrees, or evidence.

Command

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/lab94/frenchie-skill/job-done
Clone the repo
git clone --depth 1 https://github.com/Lab94/frenchie-skill

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

README.md
[![agentmods](https://agentmods.dev/badge/commands/lab94/frenchie-skill/job-done.svg)](https://agentmods.dev/commands/lab94/frenchie-skill/job-done)
Your own site
<a href="https://agentmods.dev/commands/lab94/frenchie-skill/job-done"><img src="https://agentmods.dev/badge/commands/lab94/frenchie-skill/job-done.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 854 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 $0.00000 $0.00854
Opus 5 $0.00000 $0.00427
Sonnet 5 $0.00000 $0.00171
Haiku 4.5 $0.00000 $0.00085

Measured 4d ago against content hash 792331c06b31, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

job-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 4d 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.

method/commands/job-done.md · 45 lines

How it starts

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

/job-done

Close the Method workflow.

Verify gates, record final state, summarize artifacts/tests/release status, and ask before cleanup. Destructive worktree or branch cleanup requires explicit approval. Frenchie does not auto-archive or auto-delete completed feature folders — they stay in place by default.

Cleanup Policy

Frenchie's policy on completed feature folders is opt-in only:

  • No auto-archive. Feature folders are never moved to a _archive/ or _done/ directory by /job-done or any other Method command. The folder stays at .frenchie/docs/feature/<slug>/ indefinitely.
  • No auto-delete. Feature folders, state.json, and produced artifacts are never deleted automatically. Even after /release and /job-done, all evidence stays on disk.
  • Explicit approval for destructive actions. If the user explicitly asks /job-done to clean up — for example, "remove the worktree", "delete the branch", or "archive this feature" — the agent confirms the exact action before executing. Worktree removal, branch deletion, git worktree prune, and any folder move/delete each require their own explicit confirmation.
  • No silent cleanup as a side effect. /release, /pr-review, and /job-done all stop at the cleanup step and surface what would be removed; nothing is removed without the user saying so in the chat.

Rationale: feature folders are durable evidence. Search, audit, and onboarding all benefit from the trail being intact. Storage cost is negligible. No auto-archive also keeps /method-check deterministic — silently archived folders would make later health checks fail to find features the user expects to still be there. Users who want to clean up can do so manually or by asking explicitly.

Spike

For taskType: spike, follow workflows/spike.md. Ask the user to pick promote or discard before any cleanup. On promote, flip state.json.taskType to new-feature and continue per the standard feature workflow — /job-done does not finalize a promoted spike. On discard, preserve the spike folder as evidence and proceed with cleanup-on-approval.

Read the full file on GitHub · 45 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. 4d ago First seen · 45 lines · 0 tokens per session scan A 792331c06b31

Subscribe to this mod's changes

job-done is a command published in the GitHub repository Lab94/frenchie-skill (0 stars, last pushed 4mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 854 tokens. 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.