add_phase
Add new upcoming phases to the roadmap to capture gaps, refactors, and follow-ups during sessions. High-priority phases are placed at the front of the queue.
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 |