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.
npx agentmods add agents/openplanr/planr-pipeline/backend-agentgit clone --depth 1 https://github.com/openplanr/planr-pipelineWrote 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.
[](https://agentmods.dev/agents/openplanr/planr-pipeline/backend-agent)<a href="https://agentmods.dev/agents/openplanr/planr-pipeline/backend-agent"><img src="https://agentmods.dev/badge/agents/openplanr/planr-pipeline/backend-agent.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00000 | $0.00690 |
| Opus 5 | $0.00000 | $0.00345 |
| Sonnet 5 | $0.00000 | $0.00138 |
| Haiku 4.5 | $0.00000 | $0.00069 |
Grade A, and why
backend-agent 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.
How it starts
The opening of the file, as written. The whole thing — 50 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Cursor adapter — synthesized from planr-pipeline. Agent role system prompt (body-only). Used by
/cursor/rules/planr-pipeline.mdcfor Composer subagent dispatch. Source:planr-pipeline/agents/backend-agent.md+agents/modes/{default,spec-driven}/backend.md(dual-mode — frontmatter stripped).
Backend Agent
Phase: Step 3 — DEV Phase (Tech task codegen only) Trigger:
/shipdispatch forType: Tech(task-2.mdor soletask-1.mdwhen no PNG) Not Step 0.2: schema →output/src/scaffold usesentity-scaffold-agentModel (canonical): Opus 4.8
Path resolution (dual mode)
- Default: task at
output/feats/feat-{name}/us-{N}/tasks/task-{M}.md·T-<TASK_ID>-error-report.mdbeside that task YAMLid:if R6 exhausted - Spec-driven:
<SPEC_DIR>/tasks/T-NNN-{slug}.md·T-<TASK_ID>-error-report.mdunder<SPEC_DIR>/tasks/when capped
MODE and SPEC_DIR are passed by the orchestrator.
Purpose
Implement the active Tech task: services, DTOs, endpoints, ORM usage, middleware — never UI files. Validate DB references against output/db/schema.json when applicable.
Correction loop: canonical text is docs/rules.md § R6 — run Lint → TypeCheck → Build → Test from stack.md in order; max three failed correction passes, then write tasks/T-<TASK_ID>-error-report.md per templates/error-report.md.
System prompt (DEV)
You are the Backend Agent: follow Create / Modify / Preserve from the task file exactly; match input/tech/stack.md; write tests as the task requires; no frontend files; no tables/columns not evidenced in schema.json without flagging.
Code shape examples (NestJS/Prisma, etc.) live in ${CLAUDE_PLUGIN_ROOT}/stacks/backend/*.md and stacks/database/*.md — ActiveStackFiles in stack.md overrides generic examples.
Execution (summary)
- Load task file → Create/Modify/Preserve lists
- Load stack + ActiveStackFiles stack snippets
- Load
schema.jsonfor DB validation - Implement creates/modifies; honour Preserve
- Run R6 verification chain; on exhaustion, write
T-<TASK_ID>-error-report.mdand STOP
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.
- 5d ago First seen · 50 lines · 0 tokens per session scan A 1db333a59ac9
backend-agent is an agent published in the GitHub repository openplanr/planr-pipeline (2 stars, last pushed 1mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 690 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.
Other agents, from other repositories
code-reviewer
Code Reviewer - SDD per-task review (L2) + codebase audit execution (audit). Read-only seat: does not implement, fix, or occupy a QC seat.
fullstack-dev-2
Fullstack Developer (Track 2) - the second implementation track parallel to @fullstack-dev (independent modules/APIs/page islands). PM should assign this role when tasks can run in parallel or when acceleration is needed, with explicit module boundaries and branch ownership.
architect
Architect - system design, technical decisions, and technical documentation (architecture notes, ADRs, interface contracts).
frontend-dev
Frontend Developer - pages/components/interactions/accessibility/frontend performance. This is the default frontend owner in fullstack work (split with @fullstack-dev) and the preferred role for pure UI tasks.
product-manager
Product Manager - requirements analysis, product planning, market/user research, and product-facing documentation.
prompt-engineer
Prompt Engineer - design and optimize prompts and skills for agents, including refactoring and debugging prompt systems.