to-prd
Installation
SKILL.md
Synthesize context into a PRD. Do not interview — use the conversation and codebase.
Run /aiops-setup if docs/agents/issue-tracker.md or triage labels are missing.
Process
- Explore repo if needed. Use
CONTEXT.mdvocabulary and local ADRs. - Sketch test seams — prefer existing, highest seam, fewest seams. Confirm with user.
- Write PRD (template below) and publish to issue tracker with
ready-for-agentlabel.
PRD template
Problem Statement — user-facing problem.
Solution — user-facing solution.
User Stories — numbered As a <actor>, I want <feature>, so that <benefit> (extensive list).
Implementation Decisions — modules, interfaces, architecture, schema, API (no file paths; prototype snippets OK if they encode a decision).