Track Master Resources
Everything you need to get started and make the most of Track Master
Resources
Everything you need to get the most out of Track Master
Getting Started Guide
Learn how to set up Track Master and start managing your AI-driven development workflow.
CLI Command Reference
Comprehensive guide to all Track Master CLI commands and their usage.
Cursor AI Integration
Learn how to set up and use Track Master with Cursor AI for enhanced productivity.
API Documentation
Explore the Track Master API for custom integrations (Professional & Enterprise tiers).
Quick Start Guide
Installation
Install Track Master globally or locally within your project:
# Install globally
npm install -g track-master-ai
# OR install locally within your project
npm install track-master-ai
Initialize a New Project
After installing Track Master, initialize a new project:
# If installed globally
track-master init
# If installed locally
npx track-master init
This will prompt you for project details and set up a new project with the necessary files and structure.
Parse Your PRD
Place your PRD document in the scripts/
directory, then run:
track-master parse-prd scripts/prd.txt
This will generate a structured tasks.json
file with tasks, dependencies, priorities, and test strategies.