Loading...
Loading...
Synthesize a PRD (Product Requirements Document) for a big new feature. Synthesis (not interview) — uses existing project context and explicit ADRs. Asks before gh issue create. Use when scoping a substantial new feature in PRD shape (e.g., before a sprint).
npx skill4agent add evanklem/evanflow evanflow-prdevanflowevanflow-brainstormingevanflow-writing-plansCLAUDE.mdCONTEXT.mddocs/adr/docs/stakeholder/*.mddocs/specs/YYYY-MM-DD-<feature>.md# [Feature Name] PRD
## Problem
One paragraph: what's broken or missing in the current product, and who feels the pain.
## Solution
One paragraph: the shape of the answer, named in domain language.
## User stories
- As a <role>, I can <action> so that <outcome>.
- (List 5-15)
## Architecture
Module list with one-line responsibility per module. Reference existing files where relevant. No code paths.
## Testing strategy
What behaviors must be covered. Integration vs. unit. Real services vs. test doubles.
## Scope
In:
- ...
Out:
- ...
## Open questions
Things needing decision before the plan can be written.gh issue createCONTEXT.mdgh issue createevanflow-writing-plansevanflow-coder-overseerevanflow-glossaryCONTEXT.mdevanflow-improve-architectureevanflow-design-interface