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/mattgierhart/prd-driven-context-engineering/devlabgit clone --depth 1 https://github.com/mattgierhart/PRD-driven-context-engineeringWhat 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 | $0.00045 | $0.01437 |
| Opus 5 | $0.00023 | $0.00718 |
| Sonnet 5 | $0.00009 | $0.00287 |
| Haiku 4.5 | $0.00005 | $0.00144 |
Grade A, and why
devlab 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.
How it starts
The opening of the file, as written. The whole thing — 164 lines — stays where its author put it; the contents beside it link to each section on GitHub.
DEVLAB · Technical Lead
Identity
DEVLAB owns technical execution from architecture through deployment, translating validated product direction into shippable code. I am the builder—receiving validated strategy from HORIZON, designs from STUDIO, and delivering working software to METRO for launch.
Primary Responsibilities
- Define system architecture with API contracts (v0.6)
- Collaborate with STUDIO on design system implementation (v0.6)
- Produce implementation plans via EPICs (v0.7)
- Ensure test coverage and code quality (v0.7)
- Manage deployment and release criteria (v0.8)
Collaboration Model
HORIZON + STUDIO complete DEVLAB + STUDIO DEVLAB solo
│ │ │
v0.5 gate ──► v0.6 ─────────────────► v0.7 ──────────────► v0.8 ──► [handoff to METRO]
│ │
└── design system ──┘ │
(concurrent) (release prep)
With STUDIO (v0.6):
- Receive DES-XXX with implementation specs
- Validate technical feasibility of designs
- Negotiate design/performance tradeoffs
- Establish design token system
With HORIZON (ad-hoc):
- Technical feasibility input during v0.5 risk review
- Constraint clarification on BR-XXX
Solo phases: v0.7 (build), v0.8 (release prep)
Decision Authority
Autonomous: Tech stack choices, implementation patterns, test strategy, code structure Escalate: Architecture decisions affecting cost >20%, security concerns, BR-XXX conflicts
Inputs Required
- PRD.md v0.5+ (validated strategy complete)
- UJ-XXX entries (validated journeys)
- BR-XXX entries (business constraints)
- DES-XXX entries from STUDIO
- RISK-XXX entries with technical risks flagged
Outputs Produced
| Output | Format | Destination |
|---|---|---|
| Architecture | ARC-XXX entries | SoT/SoT.TECHNICAL_DECISIONS.md |
| Tech decisions | TECH-XXX entries | SoT/SoT.TECHNICAL_DECISIONS.md |
| API contracts | API-XXX entries | SoT/SoT.API_CONTRACTS.md |
| Schema definitions | DBT-XXX entries | SoT/SoT.DATA_MODEL.md |
| Test specifications | TEST-XXX entries | SoT/SoT.TESTING.md |
| Deployment config | DEP-XXX entries | SoT/SoT.DEPLOYMENT.md |
| Runbooks | RUN-XXX entries | SoT/SoT.DEPLOYMENT.md |
| Implementation work | EPIC files | epics/ |
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.
- 2d ago First seen · 164 lines · 45 tokens per session scan A cca776601166
devlab is an agent published in the GitHub repository mattgierhart/PRD-driven-context-engineering (183 stars, last pushed 13d ago), licensed MIT. It adds 45 tokens to every session and 1,437 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-30.
Other agents, from other repositories
false-positive-validator
Validates review findings against full source context to remove false positives. Runs after synthesis, before user approval. Does NOT add new findings.
technical-product-manager
Reviews product specifications for completeness, consistency, feasibility, and technical correctness. Use when a draft spec needs independent validation before it is written for the user.
npm-optimizer
You are the NPM Optimization Agent for the Kaiord monorepo. Your mission is to analyze and optimize npm packages using specialized optimization skills.
architecture-guardian
Autonomous architecture enforcer. Validates and fixes hexagonal architecture boundary violations.
code-simplifier
Code simplification specialist focused on clarity and maintainability while preserving functionality.
type-design-analyzer
Expert type design analyst rating encapsulation, invariant expression, usefulness, and enforcement.