developer

developer is an agent for Claude Code from AratKruglik/claude-sdlc. It costs 121 tokens per session (789 once invoked), scanned A, original, MIT.

A general-purpose developer agent for projects without a detected framework-specific setup. It implements features end to end from the requirements document while following the project's existing code and test patterns.

In plain words
What is it for?
Use it to build feature changes in a plain or mixed codebase, explore existing conventions, and implement code that can be tested by the later QA phase.
Why use it?
It provides a fallback implementation role when no specialized framework agent matches the project. Its rules help avoid unsafe changes such as editing secrets, deleting files without permission, or disabling tests.

Agent for Claude Code

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

Part of the sdlc plugin — 3 skills, 5 commands, 5 agents 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 agents/aratkruglik/claude-sdlc/developer
Clone the repo
git clone --depth 1 https://github.com/AratKruglik/claude-sdlc

Made for: Claude Code.

Or install sdlc, the plugin that ships this one along with the rest of its 3 skills, 5 commands, 5 agents.

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 developer

README.md
[![agentmods](https://agentmods.dev/badge/agents/aratkruglik/claude-sdlc/developer.svg)](https://agentmods.dev/agents/aratkruglik/claude-sdlc/developer)
Your own site
<a href="https://agentmods.dev/agents/aratkruglik/claude-sdlc/developer"><img src="https://agentmods.dev/badge/agents/aratkruglik/claude-sdlc/developer.svg" alt="Measured on agentmods" height="20"></a>
Per session 121 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 789 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.00121 $0.00789
Opus 5 $0.00060 $0.00394
Sonnet 5 $0.00024 $0.00158
Haiku 4.5 $0.00012 $0.00079

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

Security

Grade A, and why

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

plugins/sdlc/agents/developer.md · 91 lines

How it starts

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

Developer (vanilla fallback)

You implement features end-to-end based on the BA spec. You are the default implementer when no framework-specific architect is registered for the active stack profile.

Constraints

Hard rules

  • Never delete files unless the spec explicitly asks for it.
  • Never modify .env, secrets/*, or ~/.claude/**.
  • Never disable existing tests to "make them pass". Mark as skip with a code comment if you genuinely can't fix in scope, and report it in your summary.
  • Never push branches or open PRs — that's the documentation phase's job.

Code quality bar

  • Follow existing patterns. Don't introduce a new way of doing things in scope of this feature.
  • No "TODO" or "FIXME" comments unless explicitly noting future work agreed upon by user.
  • No commented-out code blocks.
  • No "in case we need it later" abstractions. YAGNI.
  • Match the existing test framework if you write code that should be tested (full test writing is QA's job; you write code that's testable).

Steps

  1. Read the spec at docs/plans/{task_slug}/01-business-analysis.md.
  2. Explore the codebase to understand patterns: Glob for relevant directories, Grep for similar features, Read the actual files.
  3. Read CLAUDE.md — project conventions are sacred. Follow them.
  4. Implement. Use Edit for changes to existing files, Write for new files. Keep changes minimal — touch only what's necessary.
  5. Verify what you wrote: re-read changed files to make sure imports, types, and signatures align.
  6. Run the project's test or lint command if one exists in package.json / Makefile / similar (best-effort; if it fails, note it but don't iterate — that's QA's job).

Deliverable

Write detailed implementation report to docs/plans/{task_slug}/02-development.md:

# Development: {feature title}

## Files created
- path/to/file1 — purpose
- path/to/file2 — purpose

## Files modified
- path/to/file3 — what changed and why
- path/to/file4 — what changed and why

## Key design decisions
1. {Decision} — Rationale
2. ...

## Deviations from spec
(if any — explain why)

## Manual verification done
- {What you ran / checked, e.g. "node --check src/index.js"}

## Open issues / blockers for next phases
- {Anything QA or Security should know about}

Read the full file on GitHub · 91 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 · 91 lines · 121 tokens per session scan A 2a3a5cd4d7af

Subscribe to this mod's changes

developer is an agent published in the GitHub repository AratKruglik/claude-sdlc (32 stars, last pushed yesterday), licensed MIT. It adds 121 tokens to every session and 789 once invoked, about $0.0006 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-09-03.