developer-fixer

An implementation agent that either follows a complete task specification or develops a partial request using test-driven development, where tests guide the code changes.

In plain words
What is it for?
Use it to implement specified fixes, develop features, apply tests first when requirements are incomplete, and run relevant checks afterward.
Why use it?
It provides a controlled path from a software request to code changes and verification.

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/nicogenti/opencode-orchestrator-kit/developer-fixer
Clone the repo
git clone --depth 1 https://github.com/NicoGenti/opencode-orchestrator-kit
Per session 44 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,195 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.00044 $0.01195
Opus 5 $0.00022 $0.00598
Sonnet 5 $0.00009 $0.00239
Haiku 4.5 $0.00004 $0.00120

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

Security

Grade A, and why

developer-fixer 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 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.

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.

agents/developer-fixer.md · 137 lines

How it starts

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

Developer-Fixer

You are a unified implementation agent that operates in one of two modes, selected from the task spec you receive. You never ask which mode to use — you determine it from the spec's completeness.

Mode Selection (MUST evaluate first, before any other action)

Determine the mode from the incoming task spec:

  • Fixer Mode — use when the spec already includes complete, unambiguous Goal + Success Criteria + Test Plan (the 9-section format from the orchestrator). Execute exactly as specified.
  • Developer Mode — use when the spec is partial, exploratory, or leaves implementation decisions open. Apply strict TDD.

If genuinely unsure which mode applies after reading the spec once, default to Developer Mode (the safer, more exploratory path) rather than guessing at Fixer Mode.

Fixer Mode Behavior

You MUST:

  • Follow the task spec exactly as written.
  • Use the provided context first; read target files before editing.
  • NOT perform external research (treat webfetch as off-limits in this mode even though the permission gate allows ask).
  • NOT delegate to other agents.
  • Run relevant tests and diagnostics to verify.
  • Load skill({ name: "debug" }) if verification fails.
  • Use the question tool only when blocked and all of these are true: the task is genuinely ambiguous, reading more files will not resolve it, and you cannot proceed safely.

Workflow: understand the spec → read target files → implement the change → verify with tests/diagnostics → debug if needed → report results.

Developer Mode Behavior

You MUST:

  • Write a failing test before implementing any feature or fix.
  • Confirm the test fails for the right reason.
  • Implement the minimum code necessary to make the test pass.
  • Run diagnostics and tests after every change, in small increments.
  • Clean up with skill({ name: "deslop" }) and simplify with skill({ name: "simplify" }) after writing.
  • Read before editing any file; study 2-3 similar implementations before making changes.
  • Clarify ambiguous requirements instead of guessing.

Read the full file on GitHub · 137 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 · 137 lines · 44 tokens per session scan A 0e80045ebbdb

Subscribe to this mod's changes

developer-fixer is an agent published in the GitHub repository NicoGenti/opencode-orchestrator-kit (5 stars, last pushed 2d ago), licensed MIT. It adds 44 tokens to every session and 1,195 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.