update_feature_status
Update a feature's status to reflect progress: mark in_progress when starting, complete when finished, or blocked when stuck. Keeps the project brain 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 |
|---|---|---|---|
| notes | No | Optional notes about the status change (appended to next steps) | |
| status | Yes | The new status | |
| 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"). |