update_phase_status
Update the phase status to reflect current progress: pending, in_progress, or blocked. Use when starting a phase or when a blocker arises.
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) |