rtaskmaster_parse_prd
Parse a PRD or README file to generate tasks with priorities and dependencies. Provide file path or paste requirements text.
Instructions
Parse a PRD (Product Requirements Document) or README file and create tasks from it. Provide either content directly or a file path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | No | Direct content/requirements text to parse into tasks | |
| filePath | No | Path to a PRD, README, or requirements file to parse | |
| projectRoot | Yes | Absolute path to the project root directory | |
| defaultPriority | No | Default priority for created tasks (default: medium) |