research
Perform AI-powered research queries with project context to gather insights, analyze data, and save results directly to tasks or files for streamlined development workflows.
Instructions
Perform AI-powered research queries with project context
Input Schema
Name | Required | Description | Default |
---|---|---|---|
customContext | No | Additional custom context text to include in the research | |
detailLevel | No | Detail level for the research response (default: medium) | |
filePaths | No | Comma-separated list of file paths for context (e.g., "src/api.js,docs/readme.md") | |
includeProjectTree | No | Include project file tree structure in context (default: false) | |
projectRoot | Yes | The directory of the project. Must be an absolute path. | |
query | Yes | Research query/prompt (required) | |
saveTo | No | Automatically save research results to specified task/subtask ID (e.g., "15" or "15.2") | |
saveToFile | No | Save research results to .taskmaster/docs/research/ directory (default: false) | |
tag | No | Tag context to operate on | |
taskIds | No | Comma-separated list of task/subtask IDs for context (e.g., "15,16.2,17") |