specalign
Installation
SKILL.md
Spec Alignment
Principles (Always Active)
These apply whenever a spec file and its corresponding implementation are both in context:
Spec and Code Must Agree
- A spec describes intended behavior; code implements it. When they disagree, one is wrong.
- Never silently tolerate drift - surface it immediately when noticed.
- The user decides which is the source of truth for each discrepancy. Do not assume.