* Fix Cursor deeplink installation with copy-paste instructions (#723) * fix: expand-task (#755) * docs: Update o3 model price (#751) * docs: Auto-update and format models.md * docs: Auto-update and format models.md * feat: Add Claude Code task master commands Adds Task Master slash commands for Claude Code under /project:tm/ namespace --------- Co-authored-by: Joe Danziger <joe@ticc.net> Co-authored-by: Ralph Khreish <35776126+Crunchyman-ralph@users.noreply.github.com> Co-authored-by: Volodymyr Zahorniak <7808206+zahorniak@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: neno-is-ooo <204701868+neno-is-ooo@users.noreply.github.com>
901 B
901 B
Start working on a task by setting its status to in-progress.
Arguments: $ARGUMENTS (task ID)
Starting Work on Task
This command does more than just change status - it prepares your environment for productive work.
Pre-Start Checks
- Verify dependencies are met
- Check if another task is already in-progress
- Ensure task details are complete
- Validate test strategy exists
Execution
task-master set-status --id=$ARGUMENTS --status=in-progress
Environment Setup
After setting to in-progress:
- Create/checkout appropriate git branch
- Open relevant documentation
- Set up test watchers if applicable
- Display task details and acceptance criteria
- Show similar completed tasks for reference
Smart Suggestions
- Estimated completion time based on complexity
- Related files from similar tasks
- Potential blockers to watch for
- Recommended first steps