prd
Collaboratively writes a PRD through free-form conversation.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Collaboratively writes a PRD through free-form conversation.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Pre-meeting B2B account research. Produces a structured account brief (company overview, recent news, tech stack, decision structure hypothesis, hypothesized pain points, approach strategy). Use before /discovery-prep.
Generates a Discovery meeting plan from an account brief — SPIN questions, MEDDIC checklist, hypothesized pain points with verification questions, objection prep, time-boxed agenda. Run after /account-brief, before the meeting.
Generates post-meeting follow-up assets — customer-facing email draft, internal action list, CRM update fields, account_brief updates, champion status tracking. Run after any sales meeting.
Converts sales-written meeting notes (discovery type) into a PRD draft for PoC building, and updates account_brief.md with newly learned facts. The bridge between sales discovery and engineering PoC. Run after a discovery meeting, before /kickoff.
Generates a closing proposal from demo meeting notes + the actual PoC + account brief. Business-value first; technical specs in appendix. Run after a demo meeting, before contract negotiation.
Analyzes and critiques business viability. Use after /brainstorm and before /prd.
| name | prd |
| description | Collaboratively writes a PRD through free-form conversation. |
| argument-hint | [output file path, default PRD.md] |
| disable-model-invocation | false |
| allowed-tools | Read, Glob, Grep, Write, Edit |
Kit root: ${CLAUDE_PLUGIN_ROOT}
scripts/ dir): prefix every kit script command with it, e.g.
bash <kit-root>/scripts/checkpoint.sh …. Absolute paths also work from worktrees.${…} placeholder above → standalone layout: run commands as written.Run these checks silently at the start. Use results to adapt behavior:
[ -f issues.md ] — if true, this project uses the sprint system. Respect issue numbering and STATUS.md.[ -f docs/sprint_state.md ] — if true and Status shows running, a sprint is active. Be aware of parallel work in worktrees.[ -f docs/prd_digest.md ] — if true, read it for quick project context before starting.gh auth status before any GitHub operation.
Steps:docs/example_prd.md to load the reference PRD format.
3.5) Check if docs/brainstorm_notes.md exists. If it does, read it and use as
additional context — problem space, target users, chosen direction. Pre-fill
answers to questions already covered in the brainstorm notes.
3.6) Check if docs/business_analysis.md exists. If it does, read it and use as
additional context — market analysis, competitive landscape, business model direction, risks.4a) Ask the user to freely describe their product idea. 5a) Analyze the input and identify missing PRD sections (Background, Goals, Target User, User Stories, Functional Requirements, Non-functional Requirements, Out of Scope, Success Metrics, Technical Notes). 6a) Ask clarifying questions conversationally — one or two gaps at a time. 7a) When enough information is gathered, generate a PRD draft following the example format and present it to the user.
4b) Read the existing PRD and present a brief summary to the user. 5b) Ask the user what they want to change, add, or remove. 6b) Identify which sections are affected and flag any new gaps or inconsistencies. 7b) Ask clarifying questions about ambiguous changes. 8b) Generate the updated PRD, preserving unchanged sections. Highlight what changed (added/modified/removed).
/kickoff <path> to generate planning documents from the PRD.docs/example_prd.md is not found: warn the user and use a reasonable default PRD structure.NEVER:
<!-- TODO: flesh out -->INSTEAD:
<!-- TODO: flesh out --> if the user wants to finalize early./kickoff <path> to generate planning documents.<!-- TODO -->-marked.