update_phase_status
Update a phase's status to track progress: pending, in_progress, or blocked. When blocked, describe the blocker; optionally override the start date.
Instructions
Update the current phase status: pending | in_progress | blocked. Call when starting work on a phase (in_progress) or when blocked.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | Yes | pending | in_progress | blocked | |
| blocker | No | Required when status=blocked | |
| started | No | ISO date override (defaults to today) |