526794e041b1353b443dffa12621ca9229a3842d
Task Master
by @eyaltoledano
A task management system for AI-driven development with Claude.
Installation
npm install -g claude-task-master
Usage
Initialize a new project
# Navigate to your project directory
mkdir my-new-project
cd my-new-project
# Initialize the project
claude-task-init
This will create the necessary file structure for your project, including:
.cursor/rules/dev_workflow.mdc- Cursor rules for AI-driven developmentscripts/dev.js- Task management scriptscripts/README.md- Documentation for the scriptscripts/example_prd.txt- Example PRD template.env.example- Example environment variables.gitignore- Git ignore filepackage.json- Project configurationtasks.json- Empty tasks filetasks/- Directory for task files
Documentation
For more detailed documentation, see the README.md file in your initialized project.
License
MIT
Languages
JavaScript
71.1%
TypeScript
23.8%
MDX
3.2%
Shell
1.7%
CSS
0.2%