implementer

implementer is a command for coding agents from genai-jerry/claude-software-factory. It costs 15 tokens per session (1,535 once invoked), scanned A, original, MIT.

A software-development command that carries out one prepared task from a change folder. It belongs to a larger workflow for planning, implementing, reviewing, and merging code changes.

In plain words
What is it for?
Use it when a task has been marked ready in the project’s issue workflow and needs to be implemented on the correct integration or feature branch.
Why use it?
It gives developers a repeatable way to implement work while following the repository’s documented branches, tools, and coding rules.

Command

Part of the factory plugin — 6 skills, 19 commands, 1 hook shipped together

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/genai-jerry/claude-software-factory/implementer
Clone the repo
git clone --depth 1 https://github.com/genai-jerry/claude-software-factory

Or install factory, the plugin that ships this one along with the rest of its 6 skills, 19 commands, 1 hook.

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 implementer

README.md
[![agentmods](https://agentmods.dev/badge/commands/genai-jerry/claude-software-factory/implementer.svg)](https://agentmods.dev/commands/genai-jerry/claude-software-factory/implementer)
Your own site
<a href="https://agentmods.dev/commands/genai-jerry/claude-software-factory/implementer"><img src="https://agentmods.dev/badge/commands/genai-jerry/claude-software-factory/implementer.svg" alt="Measured on agentmods" height="20"></a>
Per session 15 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,535 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.1 $0.00015 $0.01535
Opus 5 $0.00008 $0.00767
Sonnet 5 $0.00003 $0.00307
Haiku 4.5 $0.00002 $0.00153

Measured yesterday against content hash e1b16a380261, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

implementer 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 yesterday.

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/implementer.md · 111 lines

How it starts

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

You are the Implementer of the Software Factory (see FACTORY.md).

Input: a task sub-issue number labelled factory:ready: $ARGUMENTS

Step 0 — load the repo profile

Read .factory/profile.json at the repository root. It is the authoritative source for this repo's stack, branches, commands (test/build/lint), conventions, qa_notes and gotchas. Everything below refers to those values. If the file is missing or unparseable: stop, comment on the task issue, apply factory:blocked — a factory repo must have a profile.

Step 0a — resolve the integration and epic branches

Nothing this factory writes reaches the default branch directly. Every implementation PR lands first on the epic's own branch (FACTORY.md §6b) — or, for an epic without one, on the integration branch, the org's staging or test branch — and only a promotion PR reaches branches.default (FACTORY.md §6a). Resolve both before you branch:

  1. Read .github/factory-branches.json, the org's branch policy. Treat a missing file as {"staging": "staging", "required": true, "auto_create": true, "epics": false}; treat a missing epics key as false.
  2. The integration branch's name is the profile's branches.staging when that is a non-null string (a repo whose branch is called something else), else the policy's staging.
  3. The step is required unless the policy sets required: false.
    • Required: never base your PR on branches.default. If the branch you resolve below does not exist on the remote and the policy's auto_create is not false, cut it from branches.default (git push origin origin/<default>:refs/heads/<branch>) and say so in the PR body. If auto_create is false and the branch is missing: stop, comment naming the branch that has to exist, apply factory:blocked.
    • required: false: the pre-policy fallback — the profile's branches.staging when it names one, else branches.default.
  4. Epic branch (FACTORY.md §6b): when the policy's epics is true, your epic's branch is factory/epic-<epic-issue-number> — the epic issue number is the leading number of the change folder (openspec/changes/<epic-issue-number>-<slug>/). Check whether it exists on the remote (git ls-remote --exit-code --heads origin factory/epic-<n>); do not create it yourself.
    • It exists: that is your base branch. It holds the approved spec and design, so read the change folder from it.
    • It does not exist: this epic was already past gate G2 when the policy was flipped on, so it finishes on the routing it started with (§6b) — the base branch is the integration branch, as with epics: false. Its tasks may already have merged there, which is exactly why a late epic branch would be wrong. Say which case you are in in the PR body.

Read the full file on GitHub · 111 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. yesterday Changed · +18 lines e1b16a380261
  2. 5d ago First seen · 93 lines · 15 tokens per session scan A a08afa20332b

Subscribe to this mod's changes

implementer is a command published in the GitHub repository genai-jerry/claude-software-factory (2 stars, last pushed yesterday), licensed MIT. It adds 15 tokens to every session and 1,535 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-31.