generate_prd_from_readme
Convert a README file into a structured Product Requirements Document (PRD) using the PRD Generator MCP Server, streamlining documentation processes efficiently.
Instructions
Generate a PRD from a README file
Input Schema
Name | Required | Description | Default |
---|---|---|---|
readme_path | Yes | Path to README file |
Input Schema (JSON Schema)
{
"properties": {
"readme_path": {
"description": "Path to README file",
"type": "string"
}
},
"required": [
"readme_path"
],
"type": "object"
}