Get Started
Cursor AI Integration
Learn how to set up and use Task Master with Cursor AI
Setting up Cursor AI Integration
Task Master is designed to work seamlessly with Cursor AI, providing a structured workflow for AI-driven development.
Initial Task Generation
In Cursor’s AI chat, instruct the agent to generate tasks from your PRD:
The agent will execute:
This will:
- Parse your PRD document
- Generate a structured
tasks.json
file with tasks, dependencies, priorities, and test strategies - The agent will understand this process due to the Cursor rules
Generate Individual Task Files
Next, ask the agent to generate individual task files:
The agent will execute:
This creates individual task files in the tasks/
directory (e.g., task_001.txt
, task_002.txt
), making it easier to reference specific tasks.