Skip to main content
Unlike the update-task command which replaces task information, the update-subtask command appends new information to the existing subtask details, marking it with a timestamp. This is useful for iteratively enhancing subtasks while preserving the original content.
When marking a task as “done”, all of its subtasks will automatically be marked as “done” as well.
The TDD workflow enforces RED → GREEN → COMMIT cycles for each subtask. See AI Agent Integration for details.
Built-in presets:
  • default - Complete tasks from Task Master backlog one at a time
  • test-coverage - Write meaningful tests for untested user-facing behavior
  • linting - Fix lint and type errors incrementally
  • duplication - Refactor duplicated code into shared utilities
  • entropy - Clean up code smells (long functions, deep nesting, etc.)
Each iteration spawns a fresh Claude Code session, avoiding context fatigue. See Loop Command for full documentation.