prd_generate_section
Generate or regenerate individual sections of a PRD to refine specific parts without rewriting the entire document. Use for iterative updates to sections like technical architecture or user stories.
Instructions
Generate or regenerate a single section of a PRD. Useful for iterative refinement — update just the Technical Architecture or User Stories without regenerating the entire document.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prd_id | No | ID of an existing saved PRD (from prd_save). If provided, the section will be generated in context of the full PRD. | |
| context | No | Additional context for generating this section | |
| description | No | Product description (required if no prd_id) | |
| product_name | No | Product name (required if no prd_id) | |
| section_name | Yes | Which section to generate |