generate_prp
Generate a Product Requirements Prompt from a template and project context, with options to save to storage and integrate with Archon.
Instructions
Generate a Product Requirements Prompt based on a template and project context with storage integration
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Tags for the generated PRP | |
| author | No | Author of the generated PRP | |
| category | No | Category for the generated PRP | prp |
| filename | No | Custom filename for the generated PRP | |
| projectId | No | Project ID for Archon integration | |
| templateId | Yes | ID of the template to use for generation | |
| createTasks | No | Whether to create Archon tasks from PRP sections | |
| outputFormat | No | Output format for the generated PRP | markdown |
| saveToArchon | No | Whether to save to Archon if available | |
| saveToStorage | No | Whether to save the generated PRP to storage | |
| customSections | No | Optional custom sections to add to the PRP | |
| projectContext | Yes | Context information about the project |