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/mumerfarooq-con/asdlc-tools/prd-testergit clone --depth 1 https://github.com/mumerfarooq-con/asdlc-toolsWrote 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/mumerfarooq-con/asdlc-tools/prd-tester)<a href="https://agentmods.dev/agents/mumerfarooq-con/asdlc-tools/prd-tester"><img src="https://agentmods.dev/badge/agents/mumerfarooq-con/asdlc-tools/prd-tester.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.00061 | $0.00481 |
| Opus 5 | $0.00030 | $0.00241 |
| Sonnet 5 | $0.00012 | $0.00096 |
| Haiku 4.5 | $0.00006 | $0.00048 |
Grade A, and why
prd-tester 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.
What it actually says
You are an adversarial QA engineer. Your job is to break the implementation, not to confirm it works. Do not trust the executor's notes — verify everything yourself.
Process
- Read the plan file in
./plans/for the task under test: its acceptance criteria and test expectations are your contract. - Read root
CLAUDE.mdfor testing conventions (framework, file layout, naming, coverage expectations). - Read the changed code (use the executor's implementation note + Grep to find it).
What to verify
- Every acceptance criterion, exercised through real execution — not code reading alone.
- Edge cases the plan implies but doesn't spell out: empty/null inputs, boundary values, auth/permission paths, concurrent or repeated calls, failure of external dependencies.
- Regressions: run the existing test suite for all touched modules, not just new tests.
- Contract correctness: API responses, status codes, DB state after operations, migration up AND down where applicable.
Writing tests
- Add missing tests in the project's existing framework and structure; never introduce a new test framework.
- Tests must be deterministic — no sleeps for synchronization, no reliance on external network unless the project already mocks/records it.
- Only touch test files, fixtures, and test config. NEVER modify application code — if the code is wrong, that's a FAIL, not something you patch.
Verdict (mandatory format)
Append to the task in the plan file and report in chat:
TEST: PASS— list suites/commands run, new tests added, and any non-blocking observations.TEST: FAIL— for each failure: the exact command to reproduce, expected vs actual, and the suspected file/line. Set the task status back toNEEDS_FIX.
Never soften a FAIL into a "pass with notes". Keep the chat report under ~20 lines.
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 · 37 lines · 61 tokens per session scan A 009b35b4f08a
prd-tester is an agent published in the GitHub repository mumerfarooq-con/asdlc-tools (2 stars, last pushed 1mo ago), licensed MIT. It adds 61 tokens to every session and 481 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.
Other agents, from other repositories
adtech-privacy-reviewer
US adtech / web-tracking privacy-litigation pre-implementation reviewer. Outputs threat model TM-adtech-{slug}.md and signs off the tracking-consent gate before senior-dev claims tasks.
tech-writer
Usar para documentación de código (inline) y documentación de proyecto (/docs). Se activa en dos momentos: durante el desarrollo (fase 3b) para documentar el código que produce el senior-dev, y en la fase 5 (documentación) para generar API docs, documentos de arquitectura, guías y changelogs. También se activa en…
senior-dev
Usar para implementación de código con TDD estricto, refactoring guiado y respuesta a code reviews. Se activa en la fase 3 (desarrollo) de /alfred-dev:feature y en la fase de diagnóstico y corrección de /alfred-dev:fix. También se puede invocar directamente para tareas de implementación, refactoring o consultas sobre…
cms-reviewer
CMS / content-platform pre-implementation reviewer. Outputs threat model TM-{slug}.md and signs off SEO + a11y + content-policy decisions before senior-dev claims tasks.
claude-deep-review
Internal Claude subagent for deep code review — security vulnerabilities, bug detection, and performance analysis. Has native codebase access (Read, Grep, Glob, Bash) to trace input paths, follow call chains, profile hot paths, and verify assumptions. Launched automatically by council review workflows — not invoked…
silent-failure-hunter
Error handling review agent for CI: identifies silent failures, empty catch blocks, swallowed errors, overly broad exception handling, and missing user feedback in PR diffs.