high-coherence
Installation
SKILL.md
High Coherence
Use this skill to keep a system's design story consistent across concepts, boundaries, dependencies, and runtime behavior.
Intent Router
| Need | Load |
|---|---|
| coherence levels, review checklist, drift signals, and governance moves | references/coherence-guide.md |
Quick Start
- Start with the system's main concepts, invariants, and reasons to change.
- Check whether module boundaries, dependency rules, and runtime interactions tell the same design story.
- Look for duplicated concepts, boundary leaks, and coordination points that force synchronized change.
- Prefer a small set of explicit rules that can be reviewed and tested continuously.
- Recommend the smallest structural move that restores conceptual integrity and change locality.