Defer a task for later consideration.
Mark tasks as deferred when they're blocked or not currently actionable. Use this to track tasks waiting for dependencies, resources, or better timing.
/plugin marketplace add eyaltoledano/claude-task-master/plugin install taskmaster@taskmasterDefer a task for later consideration.
Arguments: $ARGUMENTS (task ID)
This status indicates a task is valid but not currently actionable or prioritized.
task-master set-status --id=$ARGUMENTS --status=deferred
When deferring:
Document Reason
Impact Analysis
Future Planning