update_plan
Update feature plans to reflect completed work or new direction. Merge or replace plan content, files, and design decisions to maintain an accurate project history.
Instructions
Document a feature plan so future sessions understand what was built and why. Include files it touches, design decisions, and current status. Update existing plans when you complete or change direction on a feature. Plans are stored in .wisdom/plans/ and cross-referenced in the project index.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Plan name (will be slugified for filename). | |
| files | No | Files this plan touches. | |
| status | No | Plan status. | |
| content | No | Full plan content (markdown). If provided, replaces the entire plan file. | |
| replace | No | If true, replace existing plan entirely. Default: false (merge/append). | |
| sections | No | Sections this plan belongs to. | |
| decisions | No | Design decisions made for this plan. | |
| description | No | Plan description (used when building from fields, not full content). |