parse_prd
Convert Product Requirements Document (PRD) text files into structured tasks using AI-driven parsing. Ideal for project initialization and task generation without reinitializing projects.
Instructions
Parse a Product Requirements Document (PRD) text file to automatically generate initial tasks. Reinitializing the project is not necessary to run this tool. It is recommended to run parse-prd after initializing the project and creating/importing a prd.txt file in the project root's .taskmaster/docs directory.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
append | No | Append generated tasks to existing file. | |
force | No | Overwrite existing output file without prompting. | |
input | No | Absolute path to the PRD document file (.txt, .md, etc.) | .taskmaster/docs/prd.txt |
numTasks | No | Approximate number of top-level tasks to generate (default: 10). As the agent, if you have enough information, ensure to enter a number of tasks that would logically scale with project complexity. Setting to 0 will allow Taskmaster to determine the appropriate number of tasks based on the complexity of the PRD. Avoid entering numbers above 50 due to context window limitations. | |
output | No | Output path for tasks.json file (default: .taskmaster/tasks/tasks.json) | |
projectRoot | Yes | The directory of the project. Must be an absolute path. | |
research | No | Enable Taskmaster to use the research role for potentially more informed task generation. Requires appropriate API key. | |
tag | No | Tag context to operate on |