Platform PRD Builder
Use this skill to convert rough input into structured, implementation-ready product requirements. Do not simply translate. Understand, reorganize, enrich, and preserve precise scope.
Operating Modes
Choose the lightest mode that satisfies the request:
- Full PRD build: create a complete PRD for a complex or cross-system requirement.
- Section build: write only requested sections such as background, scope, flow, API/data changes, or rollout.
- Rewrite / polish: improve structure, clarity, English, or bilingual wording without changing decisions.
- Input normalization: convert scattered notes into confirmed decisions, assumptions, missing decisions, and engineering-readable language before drafting.
- Template fit: choose the right artifact type when the request is not necessarily a full PRD.
- Direction alignment draft: create a lightweight concept / alignment version before expanding into a full PRD.
First Move
Briefly identify:
- business scenario
- platform capability
- involved systems
- current phase and exclusions
- artifact type: full PRD, PRD section, one-page BRD, bilingual draft, English rewrite, table, or flow description
If the user only asks for impact or feasibility, do not draft the PRD yet; use impact analysis first.
If the artifact type is unclear, propose the smallest useful artifact and continue unless that choice would create delivery risk.
Step 0: Stage Detection
Before drafting, classify the user's stage:
- Idea only: create a direction alignment draft first.
- Scattered notes: normalize decisions, assumptions, and missing decisions first.
- Scope unsettled: route to
platform-scope-checker before drafting current-phase requirements.
- Ready to draft: build the requested PRD or section.
- Existing draft: improve structure or route to
platform-prd-reviewer if the user wants feedback.
- RFC detail request: keep product semantics in the PRD and route implementation specifics to engineering follow-up.
Build Challenge Gate
Before turning a request into a build-heavy PRD, briefly challenge whether the same business goal can be achieved by:
- existing platform capability
- configuration
- operational process or temporary manual handling
- smaller workflow change
- phased rollout
- compatibility placeholder without full current-phase behavior
If the answer is unclear or the build risk is high, recommend a scope check before writing a full PRD.
Two-Phase Delivery
For ambiguous, 0-to-1, or large cross-system requirements, prefer two phases:
- Direction Alignment Draft: problem, target users/ops, platform capability, scope boundary, core flow, ownership, assumptions, and open decisions.
- Detailed PRD: requirements by system, field/API/data changes, state/edge cases, rollout/operations, acceptance criteria, and risks.
Do not jump to the detailed PRD when core product direction, MVP boundary, or source of truth is still unsettled.
When NOT to Use
Do not use this skill as the first move when:
- the business problem or target user is still contested; first clarify direction with
platform-product-guide
- the question is "should we do this now?"; first use
platform-scope-checker
- the user only wants review feedback on an existing artifact; use
platform-prd-reviewer
- the request is a pure engineering RFC, code design, or implementation plan with no product requirement work
PM Input Normalizer
When input is vague, non-technical, or written as scattered notes, first translate it into engineering-readable product decisions before drafting. Do not require the user to use technical vocabulary.
Use this lightweight output when decisions are missing:
Known Decisions
- ...
Missing Decisions
- ...
Engineering-Relevant Translation
- "Need approval record" means audit log fields, write timing, query access, and retention need decisions.
- "Notify another system" means callback timing, retry, timeout, failure handling, and status consistency need decisions.
Ask business-language questions instead of technical-label questions:
- Instead of "What is the idempotency key?", ask "If the same request is submitted twice, should the system create a new record, reject it, or return the existing one?"
- Instead of "What is the callback retry strategy?", ask "If the receiving system cannot be notified, what should users see, who fixes it, and how long can it remain unresolved?"
- Instead of "Who is the source of truth?", ask "If two systems show different statuses, which one should be trusted?"
- Instead of "What is the compatibility strategy?", ask "Will existing records or in-flight processes be affected after launch?"
- Instead of "Define a state machine", ask "What statuses can this request have from creation to completion, and what actions are allowed in each status?"
Assumption and Evidence Ledger
When important decisions are inferred from rough notes, surface them before finalizing:
Assumptions
- A1: ...
Evidence / Source
- E1: From user note / prototype / prior PRD / meeting note / explicit instruction
Needs Confirmation
- C1: ...
Do not silently turn assumptions into requirements. If the user asks to proceed, keep unresolved items in Open Questions with owner/dependency when known.
Template Selection
Choose the template by artifact type instead of forcing one heavy structure.
Short feature PRD:
- Background
- Objective
- Scope
- Requirements
- API / Data Changes
- Edge Cases
- Attachment / Links
API / field change note:
- Background
- Changed Contract
- Field Table
- Validation / Default Behavior
- Backward Compatibility
- Downstream Consumers
- Examples
Configuration UI PRD:
- Background
- Goal
- Page Path / Entry
- List Fields
- Filter / Query Behavior
- Create / Edit Behavior
- Validation Rules
- Permission / Audit
- Attachment / Prototype
Migration PRD:
- Background
- Scope
- Source / Target Systems
- Migration Flow
- Data Mapping
- Validation / Reconciliation Checklist
- Cutover / Rollback
- Open Questions
Formula / rule logic PRD:
- Background
- Rule Format
- Field Definitions
- Processing Logic
- Examples
- Edge Cases
- Backward Compatibility
Default PRD Structure
Use this structure unless the user gives a different template:
- Background
- Goal
- Scope
- Actors / Systems
- Overall Flow
- Flow Details
- Requirements by System
- API / Data Changes
- Scenarios & Edge Cases
- Rollout / Operations
- Open Questions
- Dependencies / Risks
For short sections, keep only the relevant headings but preserve the same thinking order.
Use Platform Flow Modeler When
Use platform-flow-modeler before writing Overall Flow, Flow Details, Scenarios & Edge Cases, State Transition, or Operations sections when the requirement involves 3+ systems, lifecycle/status changes, callback/retry/timeout, rollback/cancel/resubmit, reconciliation, settlement, migration, or manual fallback.
Let it shape flow tables first, then convert those tables into PRD prose, requirements by system, scenarios, acceptance criteria, and open questions.
Output Contract
Every PRD-style output should make these things testable:
- Problem and "why now"
- Current-phase goal
- Scope boundaries
- Main flow and key exception flows
- Product decisions still open
- Acceptance criteria or scenario matrix
- Owner/source-of-truth for cross-system behavior
- Rollout, rollback, or temporary manual handling when relevant
Default response shape:
- Brief note on selected artifact type, when useful
- Drafted PRD content or requested section
- Assumptions and open decisions, if any
- Suggested next review route: scope check, PRD review, RFC follow-up, or stakeholder confirmation
This skill should produce an artifact, not only advice. If the artifact cannot be produced safely, output the missing-decision ledger and the next action instead.
For detailed PRD templates and artifact-specific output contracts, read references/prd-output-contract.md when the task involves a full PRD, 0-to-1 platform PRD, migration PRD, configuration UI PRD, or API/data change note.
Scenarios & Acceptance Criteria
For Scenarios & Edge Cases sections, use Given/When/Then acceptance criteria when it improves QA and engineering alignment:
**Scenario: [name]**
- Given: [precondition: system state, actor, data, configuration]
- When: [trigger action]
- Then: [expected result: final status, user/ops-visible outcome, downstream sync, audit record]
Cover these scenario types when relevant:
- Happy path
- Validation failure: missing field, invalid value, duplicate submission
- Downstream system failure: callback timeout, API error, partial failure
- Concurrent or duplicate submission
- Status transition edge case: resubmission from terminal state, mid-flow cancellation
- Rollback or reversal
- Manual fallback: ops intervention or exception queue entry
- Permission boundary: actor not allowed or source-system mismatch
Make each Then clause testable. Name the final status, the user/ops-visible result, whether downstream systems are notified, and whether an audit/event record is created.
If the scenario matrix would be large, use a compact table:
| Scenario |
Precondition |
Trigger |
Final Status |
User/Ops Result |
Downstream |
Audit |
|
|
|
|
|
|
|
API / Data Table Style
For API or data changes, default to tables with:
- Field
- Data Type / Type
- Mandatory
- Value / Validation
- Description
- Example
- Change Type: new / existing / removed, when relevant
- Owner / Consumer, when ownership matters
0-to-1 Platform PRD Additions
For new platform/infrastructure capabilities, add:
- platform direction and design principles
- configuration objects vs runtime objects
- ownership/source-of-truth table
- lifecycle/state machine
- versioning and snapshot behavior
- callback, retry, timeout, and idempotency behavior
- audit/event logging
- permission and source-system isolation
- MVP exclusions and future iteration
- UI/workspace model by role, data scope, and operational region
Writing Rules
- Convert rough notes into professional English when English output is requested.
- Preserve Chinese/English mixed terminology when it reflects real system names or team artifacts.
- Add missing explanation needed for readers to understand and implement, but do not invent business decisions.
- If input quality is uneven, normalize it into business layer and engineering collaboration layer before writing the final PRD.
- Use numbered hierarchy for reviewability.
- Use tables for fields, APIs, ownership, scenarios, calculations, status transitions, and open questions.
- Separate requirements by system when multiple systems change.
- Keep product-readable sections product-readable; move low-level details into API/data sections or open questions.
- Follow provided prototypes or existing PRD structure when the user says to base work on them.
Scope Discipline
Always separate:
In Scope
Out of Scope
Not Supported in This Phase
Future Iteration
Do not include future-phase features in current-phase requirements except as explicit exclusions, compatibility notes, or future iteration.
Flow and Data Requirements
For cross-system work:
- describe creation/query/callback/update/settlement/reconciliation flows separately when relevant
- identify persistence points and status changes
- define configuration-time fields separately from runtime fields
- distinguish snapshot fields from dynamically resolved fields
- use field names carefully; singular/plural naming may encode scope, such as
portalCode vs portalCodes
Guardrails
- Treat historical PRDs as learning/reference material unless the user asks to rewrite them.
- Do not inject unrelated context from previous projects.
- Do not output code when the user asks for requirements.
- Do not over-polish into marketing language.
- Do not hide open decisions; list them clearly with owner/dependency when known.
Common Mistakes to Flag
- Drafting detailed requirements before direction alignment is ready.
- Turning assumptions into requirements without labeling them.
- Mixing current MVP with future iteration behavior.
- Writing only page/button behavior while leaving states, ownership, and exception handling implicit.
- Over-prescribing database, queue, retry job, or service design in the PRD.
- Treating an implementation request as product-ready without checking the business goal and scope boundary.
Routing
- Route to
platform-product-guide when business direction, platform abstraction, or decision framing is not ready.
- Route flow-heavy sections to
platform-flow-modeler before converting them into PRD content.
- Route to
platform-scope-checker when current-phase inclusion, MVP size, or hidden complexity is unresolved.
- Route to
platform-prd-reviewer after drafting when the user wants readiness, gaps, or score.
- Route RFC-level implementation questions to engineering follow-up while keeping product semantics in the PRD.
Quality Checklist
Before finalizing, verify:
References
references/prd-output-contract.md: load when a detailed template, artifact-specific contract, or quality checklist is needed.
1---2name: platform-prd-builder3description: Build or improve professional PRDs, BRDs, requirement sections, and product decision artifacts from rough Chinese/English notes, prototypes, historical PRDs, meeting notes, or early ideas. Use when the user is ready to write, rewrite, translate, structure, enrich, or polish requirement content, especially for platform capability, workflow, configuration, governance, cross-system, or fintech product work. Invoked internally by platform-product-orchestrator, or directly when the user names this skill; for a natural-language request that does not name a skill, platform-product-orchestrator is the entry point.4---56# Platform PRD Builder78Use this skill to convert rough input into structured, implementation-ready product requirements. Do not simply translate. Understand, reorganize, enrich, and preserve precise scope.910## Operating Modes1112Choose the lightest mode that satisfies the request:1314- Full PRD build: create a complete PRD for a complex or cross-system requirement.15- Section build: write only requested sections such as background, scope, flow, API/data changes, or rollout.16- Rewrite / polish: improve structure, clarity, English, or bilingual wording without changing decisions.17- Input normalization: convert scattered notes into confirmed decisions, assumptions, missing decisions, and engineering-readable language before drafting.18- Template fit: choose the right artifact type when the request is not necessarily a full PRD.19- Direction alignment draft: create a lightweight concept / alignment version before expanding into a full PRD.2021## First Move2223Briefly identify:2425- business scenario26- platform capability27- involved systems28- current phase and exclusions29- artifact type: full PRD, PRD section, one-page BRD, bilingual draft, English rewrite, table, or flow description3031If the user only asks for impact or feasibility, do not draft the PRD yet; use impact analysis first.3233If the artifact type is unclear, propose the smallest useful artifact and continue unless that choice would create delivery risk.3435## Step 0: Stage Detection3637Before drafting, classify the user's stage:3839- Idea only: create a direction alignment draft first.40- Scattered notes: normalize decisions, assumptions, and missing decisions first.41- Scope unsettled: route to `platform-scope-checker` before drafting current-phase requirements.42- Ready to draft: build the requested PRD or section.43- Existing draft: improve structure or route to `platform-prd-reviewer` if the user wants feedback.44- RFC detail request: keep product semantics in the PRD and route implementation specifics to engineering follow-up.4546## Build Challenge Gate4748Before turning a request into a build-heavy PRD, briefly challenge whether the same business goal can be achieved by:4950- existing platform capability51- configuration52- operational process or temporary manual handling53- smaller workflow change54- phased rollout55- compatibility placeholder without full current-phase behavior5657If the answer is unclear or the build risk is high, recommend a scope check before writing a full PRD.5859## Two-Phase Delivery6061For ambiguous, 0-to-1, or large cross-system requirements, prefer two phases:62631. Direction Alignment Draft: problem, target users/ops, platform capability, scope boundary, core flow, ownership, assumptions, and open decisions.642. Detailed PRD: requirements by system, field/API/data changes, state/edge cases, rollout/operations, acceptance criteria, and risks.6566Do not jump to the detailed PRD when core product direction, MVP boundary, or source of truth is still unsettled.6768## When NOT to Use6970Do not use this skill as the first move when:7172- the business problem or target user is still contested; first clarify direction with `platform-product-guide`73- the question is "should we do this now?"; first use `platform-scope-checker`74- the user only wants review feedback on an existing artifact; use `platform-prd-reviewer`75- the request is a pure engineering RFC, code design, or implementation plan with no product requirement work7677## PM Input Normalizer7879When input is vague, non-technical, or written as scattered notes, first translate it into engineering-readable product decisions before drafting. Do not require the user to use technical vocabulary.8081Use this lightweight output when decisions are missing:8283```md84Known Decisions85- ...8687Missing Decisions88- ...8990Engineering-Relevant Translation91- "Need approval record" means audit log fields, write timing, query access, and retention need decisions.92- "Notify another system" means callback timing, retry, timeout, failure handling, and status consistency need decisions.93```9495Ask business-language questions instead of technical-label questions:9697- Instead of "What is the idempotency key?", ask "If the same request is submitted twice, should the system create a new record, reject it, or return the existing one?"98- Instead of "What is the callback retry strategy?", ask "If the receiving system cannot be notified, what should users see, who fixes it, and how long can it remain unresolved?"99- Instead of "Who is the source of truth?", ask "If two systems show different statuses, which one should be trusted?"100- Instead of "What is the compatibility strategy?", ask "Will existing records or in-flight processes be affected after launch?"101- Instead of "Define a state machine", ask "What statuses can this request have from creation to completion, and what actions are allowed in each status?"102103## Assumption and Evidence Ledger104105When important decisions are inferred from rough notes, surface them before finalizing:106107```md108Assumptions109- A1: ...110111Evidence / Source112- E1: From user note / prototype / prior PRD / meeting note / explicit instruction113114Needs Confirmation115- C1: ...116```117118Do not silently turn assumptions into requirements. If the user asks to proceed, keep unresolved items in Open Questions with owner/dependency when known.119120## Template Selection121122Choose the template by artifact type instead of forcing one heavy structure.123124Short feature PRD:125126- Background127- Objective128- Scope129- Requirements130- API / Data Changes131- Edge Cases132- Attachment / Links133134API / field change note:135136- Background137- Changed Contract138- Field Table139- Validation / Default Behavior140- Backward Compatibility141- Downstream Consumers142- Examples143144Configuration UI PRD:145146- Background147- Goal148- Page Path / Entry149- List Fields150- Filter / Query Behavior151- Create / Edit Behavior152- Validation Rules153- Permission / Audit154- Attachment / Prototype155156Migration PRD:157158- Background159- Scope160- Source / Target Systems161- Migration Flow162- Data Mapping163- Validation / Reconciliation Checklist164- Cutover / Rollback165- Open Questions166167Formula / rule logic PRD:168169- Background170- Rule Format171- Field Definitions172- Processing Logic173- Examples174- Edge Cases175- Backward Compatibility176177## Default PRD Structure178179Use this structure unless the user gives a different template:1801811. Background1822. Goal1833. Scope1844. Actors / Systems1855. Overall Flow1866. Flow Details1877. Requirements by System1888. API / Data Changes1899. Scenarios & Edge Cases19010. Rollout / Operations19111. Open Questions19212. Dependencies / Risks193194For short sections, keep only the relevant headings but preserve the same thinking order.195196## Use Platform Flow Modeler When197198Use `platform-flow-modeler` before writing Overall Flow, Flow Details, Scenarios & Edge Cases, State Transition, or Operations sections when the requirement involves 3+ systems, lifecycle/status changes, callback/retry/timeout, rollback/cancel/resubmit, reconciliation, settlement, migration, or manual fallback.199200Let it shape flow tables first, then convert those tables into PRD prose, requirements by system, scenarios, acceptance criteria, and open questions.201202## Output Contract203204Every PRD-style output should make these things testable:205206- Problem and "why now"207- Current-phase goal208- Scope boundaries209- Main flow and key exception flows210- Product decisions still open211- Acceptance criteria or scenario matrix212- Owner/source-of-truth for cross-system behavior213- Rollout, rollback, or temporary manual handling when relevant214215Default response shape:2162171. Brief note on selected artifact type, when useful2182. Drafted PRD content or requested section2193. Assumptions and open decisions, if any2204. Suggested next review route: scope check, PRD review, RFC follow-up, or stakeholder confirmation221222This skill should produce an artifact, not only advice. If the artifact cannot be produced safely, output the missing-decision ledger and the next action instead.223224For detailed PRD templates and artifact-specific output contracts, read `references/prd-output-contract.md` when the task involves a full PRD, 0-to-1 platform PRD, migration PRD, configuration UI PRD, or API/data change note.225226## Scenarios & Acceptance Criteria227228For Scenarios & Edge Cases sections, use Given/When/Then acceptance criteria when it improves QA and engineering alignment:229230```md231**Scenario: [name]**232- Given: [precondition: system state, actor, data, configuration]233- When: [trigger action]234- Then: [expected result: final status, user/ops-visible outcome, downstream sync, audit record]235```236237Cover these scenario types when relevant:238239- Happy path240- Validation failure: missing field, invalid value, duplicate submission241- Downstream system failure: callback timeout, API error, partial failure242- Concurrent or duplicate submission243- Status transition edge case: resubmission from terminal state, mid-flow cancellation244- Rollback or reversal245- Manual fallback: ops intervention or exception queue entry246- Permission boundary: actor not allowed or source-system mismatch247248Make each `Then` clause testable. Name the final status, the user/ops-visible result, whether downstream systems are notified, and whether an audit/event record is created.249250If the scenario matrix would be large, use a compact table:251252| Scenario | Precondition | Trigger | Final Status | User/Ops Result | Downstream | Audit |253|---|---|---|---|---|---|---|254| | | | | | | |255256## API / Data Table Style257258For API or data changes, default to tables with:259260- Field261- Data Type / Type262- Mandatory263- Value / Validation264- Description265- Example266- Change Type: new / existing / removed, when relevant267- Owner / Consumer, when ownership matters268269## 0-to-1 Platform PRD Additions270271For new platform/infrastructure capabilities, add:272273- platform direction and design principles274- configuration objects vs runtime objects275- ownership/source-of-truth table276- lifecycle/state machine277- versioning and snapshot behavior278- callback, retry, timeout, and idempotency behavior279- audit/event logging280- permission and source-system isolation281- MVP exclusions and future iteration282- UI/workspace model by role, data scope, and operational region283284## Writing Rules285286- Convert rough notes into professional English when English output is requested.287- Preserve Chinese/English mixed terminology when it reflects real system names or team artifacts.288- Add missing explanation needed for readers to understand and implement, but do not invent business decisions.289- If input quality is uneven, normalize it into business layer and engineering collaboration layer before writing the final PRD.290- Use numbered hierarchy for reviewability.291- Use tables for fields, APIs, ownership, scenarios, calculations, status transitions, and open questions.292- Separate requirements by system when multiple systems change.293- Keep product-readable sections product-readable; move low-level details into API/data sections or open questions.294- Follow provided prototypes or existing PRD structure when the user says to base work on them.295296## Scope Discipline297298Always separate:299300- `In Scope`301- `Out of Scope`302- `Not Supported in This Phase`303- `Future Iteration`304305Do not include future-phase features in current-phase requirements except as explicit exclusions, compatibility notes, or future iteration.306307## Flow and Data Requirements308309For cross-system work:310311- describe creation/query/callback/update/settlement/reconciliation flows separately when relevant312- identify persistence points and status changes313- define configuration-time fields separately from runtime fields314- distinguish snapshot fields from dynamically resolved fields315- use field names carefully; singular/plural naming may encode scope, such as `portalCode` vs `portalCodes`316317## Guardrails318319- Treat historical PRDs as learning/reference material unless the user asks to rewrite them.320- Do not inject unrelated context from previous projects.321- Do not output code when the user asks for requirements.322- Do not over-polish into marketing language.323- Do not hide open decisions; list them clearly with owner/dependency when known.324325## Common Mistakes to Flag326327- Drafting detailed requirements before direction alignment is ready.328- Turning assumptions into requirements without labeling them.329- Mixing current MVP with future iteration behavior.330- Writing only page/button behavior while leaving states, ownership, and exception handling implicit.331- Over-prescribing database, queue, retry job, or service design in the PRD.332- Treating an implementation request as product-ready without checking the business goal and scope boundary.333334## Routing335336- Route to `platform-product-guide` when business direction, platform abstraction, or decision framing is not ready.337- Route flow-heavy sections to `platform-flow-modeler` before converting them into PRD content.338- Route to `platform-scope-checker` when current-phase inclusion, MVP size, or hidden complexity is unresolved.339- Route to `platform-prd-reviewer` after drafting when the user wants readiness, gaps, or score.340- Route RFC-level implementation questions to engineering follow-up while keeping product semantics in the PRD.341342## Quality Checklist343344Before finalizing, verify:345346- [ ] The document explains what to build and why.347- [ ] Scope is explicit: in scope, out of scope, not supported now, future.348- [ ] Requirements are testable enough for QA or engineering review.349- [ ] Cross-system ownership and source of truth are visible.350- [ ] Assumptions are separated from confirmed decisions.351- [ ] Technical considerations are surfaced without over-prescribing implementation.352- [ ] The next route or review step is explicit.353354## References355356- `references/prd-output-contract.md`: load when a detailed template, artifact-specific contract, or quality checklist is needed.