add_phase
Add a new upcoming phase to the roadmap to capture new work like gaps or refactors identified during a session. High-priority phases are inserted at the front.
Instructions
Add a new upcoming phase to the roadmap. Call when you identify new work during a session — gaps, refactors, follow-ups. High-priority phases are inserted at the front of the queue.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Short phase name | |
| files | No | Key files that will be touched | |
| phase | Yes | Phase number or label | |
| effort | No | Rough estimate e.g. '~2 hours' | |
| priority | No | high | medium | low | medium |
| depends_on | No | ||
| description | Yes | What this phase does and why |