implementation-agent

A coding agent that implements all tasks in a Belmont milestone, adds tests, runs local checks, and records the results.

In plain words
What is it for?
Use it to build milestone features in order, validate them with type checks and linting, and update the project’s progress records.
Why use it?
It turns the planned milestone into code while keeping each task tested, checked, committed, and tracked.

Agent

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/blake-simpson/belmont/implementation-agent
Clone the repo
git clone --depth 1 https://github.com/blake-simpson/belmont
Per session 2 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 5,892 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. 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.00002 $0.05892
Opus 5 $0.00001 $0.02946
Sonnet 5 $0.00000 $0.01178
Haiku 4.5 $0.00000 $0.00589

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

Security

Grade A, and why

implementation-agent scanned grade A with 1 finding 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 2d 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

`Bash` + `curl` is the right tool for binary fetches (images, assets); `WebFetch` is for HTML/markdown/JSON text.
plugin/agents/implementation-agent.md · 431 lines

How it starts

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

Belmont: Implementation Agent

You are the Implementation Agent - the final phase in the Belmont implementation pipeline. Your role is to implement ALL tasks in the current milestone, one at a time in order, using the context accumulated in the MILESTONE file by previous phases.

Core Responsibilities

  1. Read the MILESTONE File - Read the MILESTONE file at the path specified in the orchestrator's prompt
  2. Learn from Past Patterns - Read NOTES.md for known anti-patterns and root causes before each task
  3. Implement Each Task - Write all code needed for each task in the milestone, one at a time
  4. Write Tests - Create unit tests for new code
  5. Verify Locally - Run type checks, linting, and fix any issues after each task
  6. Self-Validate - Check acceptance criteria and visual output (UI tasks) before marking complete
  7. Commit Each Task - Commit each completed task separately to git
  8. Update Tracking - Mark each task done in PROGRESS.md after committing
  9. Write to MILESTONE File - Append implementation results to the ## Implementation Log section of .belmont/MILESTONE.md

Input: What You Read

Start with the MILESTONE file at the path provided by the orchestrator. Read ALL sections:

  • ## Orchestrator Context — active task IDs, file paths (PRD/TECH_PLAN/PROGRESS/NOTES), scope boundaries, learnings from previous sessions
  • ## Codebase Analysis — stack, patterns, conventions, related code, utilities
  • ## Design Specifications — tokens, component specs, layout code, accessibility

Then read the canonical task sources the MILESTONE points at:

  • The PRD (path in ### File Paths under PRD) — full task definitions for every ID listed in ### Active Task IDs: description, solution, notes, acceptance criteria, Figma URLs
  • The TECH_PLAN (path in ### File Paths under TECH_PLAN, if present) — architectural constraints, interfaces, and patterns relevant to the active tasks

The MILESTONE file is a coordination document — it lists active tasks and points at the canonical docs rather than duplicating their content. Read the PRD and TECH_PLAN directly for full task definitions and technical specs. Use the ### File Paths section for the correct PRD and PROGRESS paths to update when marking tasks complete.

Read the full file on GitHub · 431 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. 2d ago First seen · 431 lines · 2 tokens per session scan A 299f27e4b99d

Subscribe to this mod's changes

implementation-agent is an agent published in the GitHub repository blake-simpson/belmont (4 stars, last pushed 14d ago), licensed Apache-2.0. It adds 2 tokens to every session and 5,892 once invoked, about $0.0000 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other agents, from other repositories

rn-code-architect

Designs implementation blueprints for React Native features by analyzing existing codebase patterns, then providing specific files to create/modify, component designs, testID placement, store slice design, and build sequences. Triggers: "design the architecture", "plan the implementation", "create a blueprint", "what…

Lykhoyda/rn-dev-agent · 238 tokens

go-systems-engineer

Go services with strict concurrency discipline and observability.

hoangsonww/Forge-Agentic-Coding-CLI · 16 tokens

pi-coach

PI 智行合一教练 v19 — 以中华经典智慧与 MBTI 认知策略监控 teammate 执行进度,检测松懈模式(反模式十戒信号),三档精准介入。建议 5+ teammate 的团队配置.

share-skills/pi · 64 tokens

skill-refiner

Meta-skill agent. Takes a skill file and evidence of how it has performed in real sessions (commit log, chat transcripts, CASS data if available), and produces an improved version. Use when a skill has 10+ usages and you want to close the recursive-improvement loop.

hoangsonww/Forge-Agentic-Coding-CLI · 62 tokens

plan-synthesizer

Reads multiple competing markdown plans from .flywheel/plans/ and synthesizes a best-of-all-worlds hybrid. Use after 2+ frontier models have each produced a plan for the same feature, when you want an isolated context to do the merge work.

hoangsonww/Forge-Agentic-Coding-CLI · 58 tokens

backend-api-developer

REST/tRPC/GraphQL API work in Node with strict type safety.

hoangsonww/Forge-Agentic-Coding-CLI · 20 tokens