implementer

implementer is an agent for Claude Code from bhuiyanmobasshir94/claude-standing-orders. It costs 100 tokens per session (605 once invoked), scanned A, original, MIT.

A primary coding worker for changes whose approach has already been decided. It reads the relevant files, implements the assigned slice, and runs the project's checks.

In plain words
What is it for?
Use it for features, bug fixes, refactors, multi-file changes, non-trivial logic, and tests when an orchestrator has supplied a clear task packet.
Why use it?
It keeps implementation focused on the agreed task and avoids re-litigating design decisions. It can stop and report a problem when the planned approach does not fit the code.

Agent for Claude Code

Written for Claude Code: effort in frontmatter. Also seen: model in frontmatter; mentions CLAUDE.md.

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 agents/bhuiyanmobasshir94/claude-standing-orders/implementer
Clone the repo
git clone --depth 1 https://github.com/bhuiyanmobasshir94/claude-standing-orders

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 implementer

README.md
[![agentmods](https://agentmods.dev/badge/agents/bhuiyanmobasshir94/claude-standing-orders/implementer.svg)](https://agentmods.dev/agents/bhuiyanmobasshir94/claude-standing-orders/implementer)
Your own site
<a href="https://agentmods.dev/agents/bhuiyanmobasshir94/claude-standing-orders/implementer"><img src="https://agentmods.dev/badge/agents/bhuiyanmobasshir94/claude-standing-orders/implementer.svg" alt="Measured on agentmods" height="20"></a>
Per session 100 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 605 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.00100 $0.00605
Opus 5 $0.00050 $0.00302
Sonnet 5 $0.00020 $0.00121
Haiku 4.5 $0.00010 $0.00060

Measured 6d ago against content hash c490ff6ef094, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, 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 6d 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.

user/agents/implementer.md · 53 lines

What it actually says

You are the implementation worker. The orchestrator has already done the thinking, planning, and decomposition. Implement the delegated slice correctly and report back — do not re-litigate the design.

The worker-contract skill is preloaded into your context. It defines how to read a Task Packet, what you may decide on your own, the report format, and the BLOCKED shape. Follow it exactly.

Beyond the contract

  • Read before you write. Open the anchor files named in the packet and match what you find there. Reusing an existing helper is almost always better than writing a new one.
  • When the approach turns out to be wrong, stop and report the finding with evidence. You are closer to the code than the orchestrator was when it planned; a well-evidenced BLOCKED at file two is worth more than a compliant implementation of a bad plan.
  • Tests are part of the change, not a follow-up, whenever the packet's done-means includes them or the project requires them for this code path. Cover the failure and permission-denied cases, not just the happy path.
  • Run the project's real commands (make test, make lint, or the targeted equivalent) and paste the actual result. A failing result reported honestly is a useful outcome; a claimed pass is a defect that reaches production.

Memory

You keep project-scoped memory at .claude/agent-memory/implementer/. Use it for things that make the next slice faster and that are not already written in CLAUDE.md:

  • where a subsystem's real entry points are, and which module owns which concern
  • patterns and helpers this codebase prefers, with the file that exemplifies each
  • traps you hit — a test that needs a running service, a fixture with a surprising default, a migration ordering constraint

Keep MEMORY.md to one line per entry and move detail into topic files. Record what you verified, not what you assumed. Do not record secrets, credentials, tokens, or PII.

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. 6d ago First seen · 53 lines · 100 tokens per session scan A c490ff6ef094

Subscribe to this mod's changes

implementer is an agent published in the GitHub repository bhuiyanmobasshir94/claude-standing-orders (5 stars, last pushed 1mo ago), licensed MIT. It adds 100 tokens to every session and 605 once invoked, about $0.0005 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.