prd-design

prd-design is a skill for Claude Code, Codex from alanvaa06/forge-master. It costs 103 tokens per session (2,321 once invoked), scanned A, original, MIT.

An interview-based tool that turns a rough software idea into a product requirements document, or PRD, with testable acceptance criteria. Acceptance criteria are checks that show whether each requirement is met.

In plain words
What is it for?
Use it when starting a forge-master workflow to define user stories, Given/When/Then tests, non-goals, and stable requirement IDs.
Why use it?
It replaces vague requirements with agreed, verifiable conditions and records what the project will not include.

Skill for Claude CodeCodex

Part of the forge-master plugin — 7 skills shipped together

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 skills/alanvaa06/forge-master/prd-design
Any agent
npx skills add alanvaa06/forge-master --skill prd-design
Clone the repo
git clone --depth 1 https://github.com/alanvaa06/forge-master

Made for: Claude Code, Codex.

Or install forge-master, the plugin that ships this one along with the rest of its 7 skills.

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-design

README.md
[![agentmods](https://agentmods.dev/badge/skills/alanvaa06/forge-master/prd-design.svg)](https://agentmods.dev/skills/alanvaa06/forge-master/prd-design)
Your own site
<a href="https://agentmods.dev/skills/alanvaa06/forge-master/prd-design"><img src="https://agentmods.dev/badge/skills/alanvaa06/forge-master/prd-design.svg" alt="Measured on agentmods" height="20"></a>
Per session 103 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,321 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. 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.00103 $0.02321
Opus 5 $0.00051 $0.01161
Sonnet 5 $0.00021 $0.00464
Haiku 4.5 $0.00010 $0.00232

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

Security

Grade A, and why

prd-design scanned grade A with 1 finding 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 3d 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

- Non-executable ACs ("looks good", "feels fast"): reformulate to command-verifiable (Playwright assertion, `curl` + status, a measured threshold). If genuinely manual, mark the AC `[manual-check]` — it will be verified
skills/prd-design/SKILL.md · 104 lines

How it starts

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

prd-design — PRD Interview (Human Gate 1)

Produce docs/forge/prd/NNN-name.md: the contract consumed by plan-design. The acceptance criteria you write here become the loop's exit conditions, so they must be verifiable.

Two habits that run through the whole interview

These apply to every question you ask below, including the divergent phase.

Recommend, don't just enumerate. Any time you offer a choice — an approach, an AC phrasing, a constraint, the next step — present it as a lettered list and mark exactly one option Recommended with a one-line, concrete reason. Ground the reason in something real: matches an existing pattern in the codebase, lowest risk, smallest scope, fits a constraint the user already stated. The list lets the user answer with a single letter; you carry the weighing so they don't have to evaluate every option cold. Two options is the default — add a third only when it is a genuinely distinct, worthwhile path, never padding; cap at three. Ground every why in something you actually checked — a file you read, a lesson, a constraint the user stated — not an assumption. If the user's preference contradicts that evidence, say so plainly before you defer ("you can, but lessons.md shows this pattern escalated"); caving to please produces a worse PRD, not a happier user. Format:

<question?> a) — Recommended, <concrete why, e.g. "matches current pattern in auth.ts"> b) — c) —

This applies especially to next-step handoffs between skills/commands (e.g. PRD → spec → plan): always lay the choices out as a lettered list, never bury them in prose.

Close every question — assume nothing. The interview covers a fixed set of topics (the six in Step 2). Treat them as an open-questions ledger: it is done only when the user has answered every one. A default you proposed is not an answer until the user confirms it — nothing enters the PRD on your authority alone. Users will interrupt, jump ahead, or try to short-circuit ("looks good, just write it"); when they do, absorb the new information, then name what is still open and return to it. A silently skipped question is a hole in the contract that resurfaces downstream as drift or a missing acceptance criterion — closing all of them is exactly what this gate exists for. Resuming sounds like: "Got it — that covers US-2's criteria. Still open: Non-Goals and Constraints. Next: ."

Read the full file on GitHub · 104 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. 3d ago First seen · 104 lines · 103 tokens per session scan A 7f824f85f9bf

Subscribe to this mod's changes

prd-design is a skill published in the GitHub repository alanvaa06/forge-master (1 stars, last pushed 1mo ago), licensed MIT. It adds 103 tokens to every session and 2,321 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

goal-flight

Portable Goal Flight workflow for long-running repo work: planning, dispatch, review, recovery, file-backed resume.

simonrowland/goal-flight · 25 tokens

gossipcat

Use when installing or setting up gossipcat multi-agent orchestration (parallel review, consensus, adaptive dispatch) in Claude Code or Cursor. Installs the gossipcat MCP server and hands off to gossipstatus() for all live rules.

gossipcat-ai/gossipcat-ai · 50 tokens

code-review

Orchestrates code review by detecting the project language and architecture, then routing to the appropriate specialized review skill (code-review-go, code-review-typescript, code-review-python, code-review-php, code-review-architecture). Falls back to the generic checklist when no specific skill applies. Invoked when…

soulcodex/agentic · 80 tokens

new-gh-issue-orchestration

Orchestrates a GitHub-issue-driven delivery workflow from issue intake to PR creation using reviewer-first then worker execution. Invoked when the user provides a GitHub issue link/number and asks to start end-to-end delivery.

soulcodex/agentic · 54 tokens

surge

Use when a user provides a PRD, spec, or detailed requirements document and needs a full project delivered through iterative expert orchestration — multi-round analyze/research/design/implement/QA cycles with convergence detection. NOT for: single-file edits, quick prototypes, simple Q&A, or tasks without a written…

carbonshow/intent-fluid · 66 tokens

agentic-infrastructure-2026

Build and adopt production AI agent infrastructure in 2026. Covers framework selection (LangGraph, CrewAI, AutoGen, MCP), orchestration patterns, evaluation, observability, memory systems, and tool use. Also covers the SOCIAL dimension: how to sell agent infrastructure internally, change management, measuring ROI…

curiositech/windags-skills · 173 tokens