update_feature_status
Update a feature's status to track progress: mark as in_progress, complete, or blocked to keep project context accurate for future sessions.
Instructions
Update a feature's status when you make progress. Mark "in_progress" when you start working on it, "complete" when done, "blocked" if stuck. This keeps the project brain accurate for the next session.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| feature_slug | Yes | The slug of the feature to update. In repo-local multi-repo projects this may be repo-prefixed (for example "web--authentication"). | |
| status | Yes | The new status | |
| notes | No | Optional notes about the status change (appended to next steps) |