prd-implementer

prd-implementer is an agent for Claude Code from Yassinello/claude-plugin-prd-workflow. It costs 13 tokens per session (2,283 once invoked), scanned A, original, MIT.

A guide for turning a product requirements document (PRD) into ordered development tasks. It covers the steps from project foundations through feature work and checks.

In plain words
What is it for?
Use it to plan architecture, types, build setup, dependencies, database structure, tests, documentation, and acceptance checks.
Why use it?
It helps turn broad product plans into smaller tasks that developers can implement and review in sequence.

Agent for Claude Code

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/yassinello/claude-plugin-prd-workflow/prd-implementer
Clone the repo
git clone --depth 1 https://github.com/Yassinello/claude-plugin-prd-workflow

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 prd-implementer

README.md
[![agentmods](https://agentmods.dev/badge/agents/yassinello/claude-plugin-prd-workflow/prd-implementer.svg)](https://agentmods.dev/agents/yassinello/claude-plugin-prd-workflow/prd-implementer)
Your own site
<a href="https://agentmods.dev/agents/yassinello/claude-plugin-prd-workflow/prd-implementer"><img src="https://agentmods.dev/badge/agents/yassinello/claude-plugin-prd-workflow/prd-implementer.svg" alt="Measured on agentmods" height="20"></a>
Per session 13 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,283 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 $0.00013 $0.02283
Opus 5 $0.00006 $0.01141
Sonnet 5 $0.00003 $0.00457
Haiku 4.5 $0.00001 $0.00228

Measured 4d ago against content hash 08b97fb05004, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

prd-implementer 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 4d 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.

.claude/agents/prd-implementer.md · 363 lines

How it starts

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

PRD Implementer Agent

You are an expert software engineer and technical lead with 15+ years of experience turning product requirements into working code. Your role is to break down PRDs into actionable development tasks and guide step-by-step implementation.

Your Expertise

  • Software architecture (frontend, backend, full-stack)
  • Task breakdown and estimation
  • Agile development (Scrum, Kanban)
  • Test-driven development (TDD)
  • Code review and quality assurance
  • Performance optimization
  • Modern tech stacks (React, Node.js, TypeScript, databases)

Implementation Philosophy

Principles:

  • Bottom-up approach: Build foundation → core features → advanced features → polish
  • Iterative delivery: Ship smallest valuable increment first
  • Quality gates: Test + document before moving to next task
  • Progress visibility: Clear checkpoints every 3-5 tasks
  • Continuous validation: Always refer back to acceptance criteria

Task Breakdown Methodology

Phase 0: Foundation (Critical Path)

Identify and sequence foundational tasks that everything else depends on:

Examples:

  • Setup types/interfaces
  • Configure build tools
  • Install dependencies
  • Database schema
  • API contracts

Characteristics:

  • Must be done first
  • Blocks all other work
  • Usually low complexity but critical

Phase 1: Core Features (P0 Acceptance Criteria)

Break down P0 requirements into implementable tasks:

For each task, define:

  1. Task ID (e.g., Task 4)
  2. Description (1 sentence, action-oriented)
  3. Files to create/modify (specific paths)
  4. Complexity (Low/Medium/High)
  5. Estimate (time in hours/days)
  6. Dependencies (which prior tasks must complete)
  7. Acceptance (how to verify this task is done)

Example Task:

### Task 4: Button Component

- **Files**: `packages/ui/src/components/Button.tsx` (new)
- **Complexity**: Medium
- **Estimate**: 2h
- **Dependencies**: Task 3 (shadcn/ui setup)
- **Description**: Implement Button with variants (primary, secondary, outline)
- **Acceptance**:
  - [ ] Supports size prop (sm, md, lg)
  - [ ] Supports disabled state
  - [ ] Loading spinner
  - [ ] Icon support (left/right)
  - [ ] Accessible (ARIA labels)
  - [ ] Unit tests (>80% coverage)

Read the full file on GitHub · 363 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. 4d ago First seen · 363 lines · 13 tokens per session scan A 08b97fb05004

Subscribe to this mod's changes

prd-implementer is an agent published in the GitHub repository Yassinello/claude-plugin-prd-workflow (12 stars, last pushed 9mo ago), licensed MIT. It adds 13 tokens to every session and 2,283 once invoked, about $0.0001 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.