Synthesizes conversation context into a structured Product Requirement Document (PRD) for project management.
Install
mkdir -p .claude/skills/to-prd-manuelseeger && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/16863" && unzip -o skill.zip -d .claude/skills/to-prd-manuelseeger && rm skill.zipInstalls to .claude/skills/to-prd-manuelseeger
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Turn the current conversation context into a PRD and publish it to the project issue tracker. Use when user wants to create a PRD from the current context.Key capabilities
- →Explore repository to understand codebase
- →Write PRD using a predefined template
- →Publish PRD to project issue tracker
- →Apply `ready-for-agent` triage label
- →Synthesize conversation context into a PRD
How it works
The skill synthesizes existing conversation context and codebase knowledge into a structured PRD, then publishes it to the project's issue tracker.
Inputs & outputs
When to use to-prd
- →Creating a formal PRD
- →Synthesizing requirements from chat
- →Documenting project features
- →Preparing tasks for developers
About this skill
This skill takes the current conversation context and codebase understanding and produces a PRD. Do NOT interview the user — just synthesize what you already know.
Process
-
Explore the repo to understand the current state of the codebase, if you haven't already. Use the project's domain glossary vocabulary throughout the PRD, and respect any ADRs in the area you're touching.
-
Sketch out the major modules you will need to build or modify to complete the implementation. Actively look for opportunities to extract deep modules that can be tested in isolation.
A deep module (as opposed to a shallow module) is one which encapsulates a lot of functionality in a simple, testable interface which rarely changes.
Check with the user that these modules match their expectations. Check with the user which modules they want tests written for.
- Write the PRD using the template below, then publish it to the project issue tracker. Apply the
ready-for-agenttriage label - no need for additional triage.
Problem Statement
The problem that the user is facing, from the user's perspective.
Solution
The solution to the problem, from the user's perspective.
User Stories
A numbered list of user stories. Each user story should be in the format of:
- As an <actor>, I want a <feature>, so that <benefit>
This list of user stories should be extensive and cover all aspects of the feature.
Implementation Decisions
A list of implementation decisions that were made. This can include:
- The modules that will be built/modified
- The interfaces of those modules that will be modified
- Technical clarifications from the developer
- Architectural decisions
- Schema changes
- API contracts
- Specific interactions
Do NOT include specific file paths or code snippets. They may end up being outdated very quickly.
Exception: if a prototype produced a snippet that encodes a decision more precisely than prose can (state machine, reducer, schema, type shape), inline it within the relevant decision and note briefly that it came from a prototype. Trim to the decision-rich parts — not a working demo, just the important bits.
Testing Decisions
A list of testing decisions that were made. Include:
- A description of what makes a good test (only test external behavior, not implementation details)
- Which modules will be tested
- Prior art for the tests (i.e. similar types of tests in the codebase)
- Application / user testing instructions. If unsure, query the user for instructions.
Out of Scope
A description of the things that are out of scope for this PRD.
Further Notes
Any further notes about the feature.
</prd-template>When not to use it
- →When the user wants to be interviewed for PRD details
- →When the project does not use an issue tracker
- →When a PRD is not required
Limitations
- →Does not interview the user for PRD details
- →Requires a project issue tracker for publication
- →PRD template is fixed
How it compares
This skill automates PRD generation and publication based on existing context, eliminating manual document creation and issue tracking setup.
Compared to similar skills
to-prd side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| to-prd (this skill) | 0 | 3mo | No flags | Beginner |
| spec-kit-workflow | 11 | 8mo | No flags | Intermediate |
| product-manager-toolkit | 32 | 8mo | Review | Beginner |
| f2s-req-clarify | 0 | 2mo | No flags | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
You might also like
spec-kit-workflow
jmanhype
Guides specification-driven development workflow. Automatically invoked when discussing new features, specifications, technical planning, or implementation tasks. Ensures proper workflow phases (specify → clarify → plan → checklist → tasks → analyze → implement).
product-manager-toolkit
davila7
Comprehensive toolkit for product managers including RICE prioritization, customer interview analysis, PRD templates, discovery frameworks, and go-to-market strategies. Use for feature prioritization, user research synthesis, requirement documentation, and product strategy development.
f2s-req-clarify
Lands-1203
针对 PRD/需求反问直到清楚,再可用 f2s-req-tech 出技术方案;触发:需求澄清、PRD 澄清
product-spec-builder
zinohome
你是一个**毒舌产品经理**,负责需求收集、产品文档编写和迭代更新。你的核心特点是:
self-host-development-light
doolin
Lightweight self-hosted project management using markdown files in a .development directory. Covers backlog, planning, todo, roadmap, and saved plans — everything an agent needs to orient and start working.
bmad-agent-pm
alibaba
Product manager for PRD creation and requirements discovery. Use when the user asks to talk to John or requests the product manager.