eyaltoledano/claude-task-master
claude-task-master is hosted online, so all tools can be tested directly either in theInspector tabor in theOnline Client.
Task Master is a task management system for AI-driven development with Claude, designed to work seamlessly with Cursor AI.
Try claude-task-master with chat:
Tools
Functions exposed to the LLM to take actions
get_tasks
Get all tasks from Task Master, optionally filtering by status and including subtasks.
next_task
Find the next task to work on based on dependencies and status
get_task
Get detailed information about a specific task
set_task_status
Set the status of one or more tasks or subtasks.
update_subtask
Appends timestamped information to a specific subtask without replacing existing content. If you just want to update the subtask status, use set_task_status instead.
parse_prd
Parse a Product Requirements Document (PRD) text file to automatically generate initial tasks. Reinitializing the project is not necessary to run this tool. It is recommended to run parse-prd after initializing the project and creating/importing a prd.txt file in the project root's .taskmaster/docs directory.
expand_task
Expand a task into subtasks for detailed implementation
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client