Documentation
README
Design-to-code check
A skill for reviewing the alignment between a design specification and its code implementation, producing a structured discrepancy report catalogued by dimension and severity.
Context
Design-to-code alignment reviews catch two different categories of problem. The first is implementation error โ the developer built something different from what was specified, either by mistake or because the specification was unclear. The second is specification ambiguity โ the design did not define behaviour completely enough for the developer to implement it correctly, and the developer made a reasonable guess that turned out to be wrong.
This is the opening of the README. Read the full README on GitHub.