When to use this skill
- Before starting a new feature (is there a spec, and is it current?)
- After a large refactor (does the code still match the spec?)
- When something feels off and you want to know whether spec and code still agree
- As walkthrough's drift phase (it calls surveyor rather than reimplementing detection)
Surveyor is static. It reads the spec and the code and compares them — it does not run the software or the tests. That line is what separates it from *inspector
[Description truncada. Veja o README completo no GitHub.]