928 B
928 B
Mark a task as completed.
Arguments: $ARGUMENTS (task ID)
Completing a Task
This command validates task completion and updates project state intelligently.
Pre-Completion Checks
- Verify test strategy was followed
- Check if all subtasks are complete
- Validate acceptance criteria met
- Ensure code is committed
Execution
task-master set-status --id=$ARGUMENTS --status=done
Post-Completion Actions
-
Update Dependencies
- Identify newly unblocked tasks
- Update sprint progress
- Recalculate project timeline
-
Documentation
- Generate completion summary
- Update CLAUDE.md with learnings
- Log implementation approach
-
Next Steps
- Show newly available tasks
- Suggest logical next task
- Update velocity metrics
Celebration & Learning
- Show impact of completion
- Display unblocked work
- Recognize achievement
- Capture lessons learned