prc_synthesize
Synthesizes approved persona research into final deliverables: 19-section PRD, consulting deck, task list, DOCX, and research index. Call after Gate 3 approval to complete the Pre-RC phase.
Instructions
FINAL STEP of Pre-RC. Call ONLY after Gate 3 is approved (all 6 stages complete). Synthesizes all persona research into deliverables: 19-section PRD (markdown), HTML consulting deck, task list, DOCX document, and research index. LONG-RUNNING: involves multiple LLM calls for synthesis. Set include_task_deck=true to also generate a visual task breakdown deck. After success: present deliverables to user. To continue into RC Method, call rc_import_prerc. This is a natural stopping point - user may choose to stop here with just the PRD.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_path | Yes | Absolute path to the project directory | |
| include_task_deck | No | When true, also generates a consulting-grade HTML deck for the task list (separate file). Defaults to false. |