Big Picture
This skill checks whether a change is aligned with long-term architecture direction.
Required Sources
Read these first:
- •
docs/architecture/architecture-evolution.md - •
docs/architecture/architecture-baseline.md - •
LONG_TERM.md - •
ROADMAP_v2.md
Workflow
- •Classify the change by phase impact (Phase 0/1/2/3/4/5).
- •Verify local-first and extensibility constraints are preserved.
- •Check whether abstractions are introduced at the right time:
- •now: stable interfaces
- •later: replaceable implementations
- •Flag premature coupling (for example backend assumptions inside core runtime).
- •Provide mitigations that keep momentum without violating direction.
- •If architecture boundaries changed, require
architecture-docs-updater.
Output Contract
Return:
- •Alignment verdict:
aligned|partially aligned|misaligned - •Main risks to long-term sustainability
- •Concrete adjustments to restore alignment
Non-Negotiable Rule
No architectural change is accepted if it conflicts with documented evolution phases.