| name | architecture-change |
| description | Architecture change workflow with mandatory ADR and controlled rollout. Use when proposing or implementing a structural/architectural change to the codebase. |
| disable-model-invocation | true |
Architecture Change
Follow .agent/workflows/architecture-change.md strictly.
Execution requirements:
- Write architecture proposal with options/trade-offs.
- Create/update ADR file in
docs/decisions/ before finalizing.
- Implement in isolated steps and validate regressions.
- Sync architecture-relevant docs and
CHANGELOG.md.
- Run pre-commit checks before final handoff.
- End with ADR + DoD confirmation.
No architecture-level change may be closed without ADR entry.