A specialist skill focused on translating structured user requirements into a Rough Product Requirements Document (PRD) and corresponding business flowcharts.
This skill takes a validated, clear requirement context (status: PASS) and transforms it into a structured, visual representation suitable for expert review. It acts as the "Concept Artist" of the product team.
requirement-analyst.project_decisions.md (to ensure architectural fit).The skill executes the following pipeline:
graph TD or sequenceDiagram.docs/prd/[name]-draft.md).File Path: docs/prd/[kebab-case-name]-draft.md
Template:
# PRD: [Feature Name] - Draft
> **Status**: DRAFT
> **Author**: Product Design Expert
> **Version**: 0.1
## 1. Background & Goals
[Why do this? What problem does it solve?]
## 2. User Stories
| Role | Goal | Benefit |
| --- | --- | --- |
| User | ... | ... |
## 3. High-Level Requirements (MVP)
1. [Requirement 1]
2. [Requirement 2]
## 4. Business Flow
```mermaid
[Your Diagram Code Here]
[List items deferred to v2]
## 5. Usage Example
**Input**: A validated requirement for "Login with Email".
**Output**: Creates `docs/prd/login-feature-draft.md` with:
- Background: Need secure access.
- Stories: As a user, I can login to access my data.
- Diagram: Input Email -> Input Password -> Validate -> Success/Fail.