implement

implement is a command for Claude Code from ethanaubuchon/dossier-tradecraft. It costs 45 tokens per session (2,031 once invoked), scanned A, original, MIT.

A repository feature-development workflow that takes one ticket through planning, coding, review, and a pull request (a proposed code change for others to inspect). It uses separate steps for setup, planning, review, publishing, and cleanup.

In plain words
What is it for?
Use it to develop a ticketed feature, write tests alongside the code, review committed changes in a draft pull request, and prepare the final pull request.
Why use it?
It gives implementation work a defined path and adds a human approval point before changes are finalized.

Command for Claude Code

Written for Claude Code: $ARGUMENTS substitution. Also seen: mentions CLAUDE.md; mentions subagents; mentions AGENTS.md.

Good fit Use it to develop a ticketed feature, write tests alongside the code, review committed changes in a draft pull request, and prepare the final pull request.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/ethanaubuchon/dossier-tradecraft/implement
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.

Clone the repo
git clone --depth 1 https://github.com/ethanaubuchon/dossier-tradecraft

Made for: Claude Code.

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 implement

README.md
[![agentmods](https://agentmods.dev/badge/commands/ethanaubuchon/dossier-tradecraft/implement.svg)](https://agentmods.dev/commands/ethanaubuchon/dossier-tradecraft/implement)
Your own site
<a href="https://agentmods.dev/commands/ethanaubuchon/dossier-tradecraft/implement"><img src="https://agentmods.dev/badge/commands/ethanaubuchon/dossier-tradecraft/implement.svg" alt="Measured on agentmods" height="20"></a>
Per session 45 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,031 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.00045 $0.02031
Opus 5 $0.00023 $0.01015
Sonnet 5 $0.00009 $0.00406
Haiku 4.5 $0.00005 $0.00203

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

Security

Grade A, and why

implement 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.

commands/implement.md · 72 lines

How it starts

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

You are starting an /implement session. The ticket / spec (if provided): $ARGUMENTS

This is the /implement recipe of the dossier-tradecraft framework — Phase 4, feature implementation in a repo. It consumes one ticket and drives it through: branch → plan → code → review → PR. The recipe is thin: it sequences six overridable primitives and hosts the interactive review loop in the main conversation.

Principles

  • The spine is the developer's own flow — not superpowers, not TDD. Develop to the plan; tests are written alongside and verified, never test-first. Superpowers / TDD execution are available as project-level execute-step overrides, not the default.
  • Ticket-driven entry. v1 assumes a ticket exists (issue# / spec-path / explicit ask). Writing the ticket is /decompose's or an ad-hoc job — out of /implement's scope. The bare no-ticket path is deferred.
  • Thin recipe over overridable primitives. The recipe sequences and branches; repo-setup, plan-file, agent-review, open-draft-pr, publish-pr, cleanup-artifacts do the work. Each is project-overridable.
  • Review on committed work, in a draft PR, behind a human gate. Never review unstaged changes. The draft PR exists before review so the PR-framed reviewer agents have a PR to attach to; the human decides when it's ready-for-humans.
  • Squash kills review-iteration noise at draft→ready — not single-commit dogma.
  • Dependency-free floor; toolkit ceiling via override. agent-review ships a dependency-free reviewer; the pr-review-toolkit panel is an opt-in override. Nothing beyond dossier-mcp is required.
  • Repo-shaped. Vault-path is out of v1 — /implement expects a git repo.

Workflow

  1. Load context. Invoke the load-context skill (vault grounding: profile, inbox check, project pre-warm). Note the cwd, current branch, and whether a project agent-instruction file (CLAUDE.md, AGENTS.md, etc.) is present — its prose carries per-project conventions (test command, sub-agent routing, PR shape). If the working directory is not a git repo, stop and say so — /implement is repo-shaped in v1.

Read the full file on GitHub · 72 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. 7d ago First seen · 72 lines · 45 tokens per session scan A 1d3c09e936ed

Subscribe to this mod's changes

implement is a command published in the GitHub repository ethanaubuchon/dossier-tradecraft (3 stars, last pushed 2mo ago), licensed MIT. It adds 45 tokens to every session and 2,031 once invoked, about $0.0002 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.