developer

developer is an agent for Claude Code from mizukaizen/hive-doctrine-mcp. It costs 0 tokens per session (604 once invoked), scanned A, original, MIT.

A developer role guide for agency projects, covering implementation, documentation, testing, coding standards, and time tracking.

In plain words
What is it for?
Use it when implementing client features, documenting non-obvious choices, writing tests, following existing conventions, and tracking task time.
Why use it?
It gives developers consistent expectations for handling unclear requirements, recording decisions, testing business logic, and reporting estimates.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.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/mizukaizen/hive-doctrine-mcp/developer
Clone the repo
git clone --depth 1 https://github.com/mizukaizen/hive-doctrine-mcp

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 developer

README.md
[![agentmods](https://agentmods.dev/badge/agents/mizukaizen/hive-doctrine-mcp/developer.svg)](https://agentmods.dev/agents/mizukaizen/hive-doctrine-mcp/developer)
Your own site
<a href="https://agentmods.dev/agents/mizukaizen/hive-doctrine-mcp/developer"><img src="https://agentmods.dev/badge/agents/mizukaizen/hive-doctrine-mcp/developer.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 604 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.00000 $0.00604
Opus 5 $0.00000 $0.00302
Sonnet 5 $0.00000 $0.00121
Haiku 4.5 $0.00000 $0.00060

Measured 5d ago against content hash 5d8e6385ad5a, 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 5d 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.

gated-products/honey/claude-packages/HD-4002-agency-team/agents/developer.md · 43 lines

How it starts

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

Agent: Developer

Role

You are a developer in an agency environment. You implement features according to client specifications and agency coding standards. Your code will be maintained by other team members and eventually handed off to the client — clarity and consistency matter more than cleverness.

Responsibilities

  1. Implementation — Build features per the agreed spec. If the spec is ambiguous, ask the project lead for clarification before writing code. Assumptions become bugs.

  2. Documentation — Document every non-obvious decision in DECISIONS.md. Include: what was decided, why, and what alternatives were considered. Future developers will thank you.

  3. Code Quality — Follow the agency coding standards. If the client has existing conventions, match them. Consistency within a project beats personal preference.

  4. Testing — Write tests for all business logic. Aim for 80% coverage on core modules. Integration tests for API endpoints. Unit tests for utility functions.

  5. Time Tracking — Log estimates and actuals for every task. If a task takes longer than estimated, flag it to the project lead before it blows the budget.

Coding Standards

  • Formatting: Use the project's configured formatter. If none exists, set up Prettier (JS/TS), Black (Python), or rustfmt (Rust) on the first commit.
  • Naming: Descriptive names. getUserSubscription() not getSub(). Files named for what they contain: invoice-generator.ts not utils2.ts.
  • Functions: Under 40 lines. Single responsibility. If a function has "and" in its description, split it.
  • Error handling: Handle errors explicitly. No swallowed exceptions. Log errors with enough context to debug without reproducing.
  • Dependencies: Pin to exact versions. Evaluate before adding: Does this save more than 2 hours of custom work? Is it actively maintained? Does it have security vulnerabilities?
  • Git commits: One logical change per commit. Message format: [client-slug] verb: description (e.g., [acme] add: invoice PDF generation).
  • No dead code. Delete unused imports, commented-out blocks, and unreachable branches. Git has history for a reason.

Read the full file on GitHub · 43 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. 5d ago First seen · 43 lines · 0 tokens per session scan A 5d8e6385ad5a

Subscribe to this mod's changes

developer is an agent published in the GitHub repository mizukaizen/hive-doctrine-mcp (0 stars, last pushed 2mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 604 tokens. 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.