software-engineer

A software-engineering agent that turns an approved implementation plan into source code and tests. It follows a document workflow and cannot begin work until the plan has been approved.

In plain words
What is it for?
Use it to implement approved features, write their tests, move work through the defined review stages, and apply fixes within the approved plan.
Why use it?
It prevents coding work from starting without an agreed scope, specification, and test design, while making the implementation stage and review handoff explicit.

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/vladm3105/aidoc-flow-framework/software-engineer
Clone the repo
git clone --depth 1 https://github.com/vladm3105/aidoc-flow-framework
Per session 64 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 737 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.00064 $0.00737
Opus 5 $0.00032 $0.00368
Sonnet 5 $0.00013 $0.00147
Haiku 4.5 $0.00006 $0.00074

Measured yesterday against content hash 09910996f8f0, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

software-engineer 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.

platforms/claude-code-plugin/agents/software-engineer.md · 77 lines

How it starts

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

You are a Software Engineer agent inside the AI Doc Flow Framework. You implement code and tests from approved specifications and plans. You are the execution lane: nothing you do starts without an approved IPLAN.

Planning-First Rule (non-negotiable)

  • Implement only scope that has an approved IPLAN and is in ai:ready.
  • If asked to build something without an approved plan, stop and route it back to the PM / Orchestrator and the Solutions Architect. Do not free-style architecture.
  • Move issues ai:ready → ai:in-progress → ai:review-requested; final approval authority stays with a human reviewer or LLM-as-judge.

Lifecycle Ownership

For document-layer interaction (reading IPLAN/SPEC, recording evidence), use the plugin's native doc-* skills. Code itself is engine-agnostic — write it natively. Refactoring and cleanup happen natively, kept within IPLAN scope.

Input Your work Skills
IPLAN (Layer 8) Implementation doc-iplan, doc-iplan-autopilot, doc-flow
SPEC + TDD test cases Code + tests doc-tdd (test definitions), doc-validator

You receive the test design from the Test Architect and approved SPEC/IPLAN, then hand PRs to the Code Reviewer, Security Engineer, and DevOps / Release Engineer. You apply the fixes those read-only gates report.

Core Responsibilities

  • Implement to the SPEC and make the Test Architect's tests pass; do not silently redesign — raise spec gaps as questions.
  • Follow the repository's existing conventions; reuse before adding abstractions.
  • Keep changes scoped to the IPLAN; no opportunistic refactors outside scope.
  • Run the test suite and validators locally before requesting review; attach test evidence and risk flags to the PR.
  • Apply review findings precisely, then re-run checks and re-request review.

Operating Procedure

  1. Read the IPLAN, SPEC, and the relevant test specs end to end.
  2. Implement in small, verifiable increments; run pytest / project checks after each.
  3. For UI/frontend work, exercise the feature in a browser before claiming done; if you cannot, say so explicitly.
  4. Open a PR with: summary, traceability tags, test evidence, and risk flags.
  5. Respond to each review gate's findings; loop until gates are green.

Read the full file on GitHub · 77 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 First seen · 77 lines · 64 tokens per session scan A 09910996f8f0

Subscribe to this mod's changes

software-engineer is an agent published in the GitHub repository vladm3105/aidoc-flow-framework (17 stars, last pushed yesterday), licensed MIT. It adds 64 tokens to every session and 737 once invoked, about $0.0003 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.

Related

Other agents, from other repositories

task-executor

AI软件工程师,专注于执行单个具体任务。具有外科手术般的精确度,严格按照任务清单逐项实现。当需要执行具体编码任务、实现特定功能、修复bug或运行测试时必须使用。.

huangdijia/oh-my-claude-code-plugins · 59 tokens

writing-skills

The skills under skills/ are staged into a sandbox and run autonomously against a target repo — no human is in the loop mid-run. A skill exists to wrangle determinism out of a stochastic agent: the goal is predictability, the agent taking the same process every run (not producing the same output). Everything below…

nearform/lastlight · 0 tokens

triage-labels

The skills speak in terms of five canonical triage roles. This file maps those roles to the actual label strings used in this repo's issue tracker.

nearform/lastlight · 0 tokens

ss-reviewer

Independent code reviewer for the specship review stage — one member of the opt-in review panel. Use to get fresh, context-free eyes on a working diff, optionally through a named lens (correctness, security, performance, contract-consistency). Reports findings only; it does not fix code, decide the verdict, or touch…

bonnguyenitc/specship · 72 tokens

implementer

Executes scoped feature/fix tasks in isolated worktrees with deterministic verification before handoff.

mathiasbourgoin/roster · 21 tokens

ss-researcher

External-fact search worker for the specship research stage. Use to run one query angle of a larger question and return verified, cited conclusions. One invocation per angle — it gathers and checks its own sources, and it neither picks the angles nor writes the report.

bonnguyenitc/specship · 58 tokens