# Roadmap Template

## Phase 0: Stabilize

- restore build and test confidence
- document the current release path
- identify owners and critical systems

## Phase 1: Tooling and dependency health

- pin toolchains
- reduce drift
- automate routine updates

## Phase 2: Structural cleanup

- normalize package or project layout
- isolate generated code and shared contracts
- improve observability and onboarding docs

## Phase 3: Architectural moves

- extract seams incrementally
- migrate traffic or ownership in slices
- remove legacy paths only after proving the replacement
