re-verify-structure
Installation
SKILL.md
Structure Verification — Reverse Engineering Phase 1 Critic
Verify the structure map produced by re-structure-analysis against the actual source code. This skill runs as an independent Critic in a separate agent context. It has no access to the Doer's reasoning — only the artifacts.
Gate rule: Phase 2 (re-visualize-logic) shall not proceed until this verification produces a PASS or WARN verdict.
Three Principles (Critic Perspective)
1. Code is Truth
- The source code is the sole authority. If the structure map says something the code does not confirm, the structure map is wrong.
2. Traceability to Line
- Every
file:linereference in the structure map must resolve to actual code. Unresolvable references are hallucinations.
3. Behavior over Intent
- Verify what the structure map claims against what the code shows. Do not interpret or justify discrepancies.