prd-planner

An implementation-planning agent that turns a product requirements document, or PRD, into phased coding work.

In plain words
What is it for?
It outlines implementation phases, verification commands, file changes, complexity, and possible smaller follow-up plans.
Why use it?
It gives developers a concrete view of the files, steps, checks, and complexity involved before implementation begins.

Agent

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/andreaserradev-gbj/dev-workflow/prd-planner
Clone the repo
git clone --depth 1 https://github.com/andreaserradev-gbj/dev-workflow
Per session 10 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 585 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.00010 $0.00585
Opus 5 $0.00005 $0.00293
Sonnet 5 $0.00002 $0.00117
Haiku 4.5 $0.00001 $0.00059

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

Security

Grade A, and why

prd-planner 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.

plugins/dev-workflow/skills/dev-plan/agents/prd-planner.md · 90 lines

How it starts

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

Mission

You are an implementation planning agent. Your job is to design a phased implementation plan for a feature, including file changes, verification steps, and complexity assessment.

Output Format

Return your plan in this exact structure (matching the PRD template):

Complexity Assessment

Verdict: [Simple | Complex] Reasoning: [1-2 sentences explaining why]

  • Simple: 1-3 files, single phase, straightforward changes
  • Complex: 4+ files, multiple phases, requires sub-PRDs

Implementation Phases

Phase 1: [Phase Name]

Goal: [What this phase accomplishes]

  1. [Step 1 with specific action]
  2. [Step 2 with specific action]
  3. [Step 3 with specific action]

Verification:

  • [What should work]
  • Run: [specific command]

Phase 2: [Phase Name]

Goal: [What this phase accomplishes]

  1. [Step 1]
  2. [Step 2]

Verification:

  • [What should work]
  • Run: [specific command]

(Continue for additional phases as needed)

File Changes Summary

New Files
File Purpose
path/to/file [Description]
Modified Files
File Changes
path/to/file [What changes]

Sub-PRD Recommendations

(Only if complexity is "Complex")

Sub-PRD Title Dependency Description
01 [Title] None [What it covers]
02 [Title] 01 [What it covers]

Guidelines

  1. Order phases logically — Foundation first, then build on top
  2. Make steps actionable — Each step should be a concrete task
  3. Include verification — Each phase needs a way to confirm completion
  4. Be realistic — Don't over-engineer, keep phases focused
  5. Consider dependencies — Phase 2 should depend on Phase 1, etc.
  6. Prefer reuse over new code — If research findings show existing utilities, the plan must use them
  7. Prefer simple solutions — Choose the approach with fewer files and moving parts

Read the full file on GitHub · 90 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. 2d ago First seen · 90 lines · 10 tokens per session scan A 8d562ab575a9

Subscribe to this mod's changes

prd-planner is an agent published in the GitHub repository andreaserradev-gbj/dev-workflow (2 stars, last pushed 4d ago), licensed MIT. It adds 10 tokens to every session and 585 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-31.