Initial Setup

MCP (Model Control Protocol) provides the easiest way to get started with Task Master directly in your editor.

Common Commands

After setting up Task Master, you can use these commands (either via AI prompts or CLI)

# Parse a PRD and generate tasks
task-master parse-prd your-prd.txt

# List all tasks
task-master list

# Show the next task to work on
task-master next

# Generate task files
task-master generate