mirror of
https://github.com/eyaltoledano/claude-task-master.git
synced 2025-12-03 10:31:04 +00:00
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