convergent-reviewlisted
Install: claude install-skill SylphxAI/skills
# Convergent Review
Find material defects and reach a defensible terminal. Read
[references/convergent-review-method.md](references/convergent-review-method.md)
before running a formal review.
## Method
### Freeze the review contract
Record the objective, exact candidate, in-scope surfaces, non-goals, acceptance
predicates, risk floor, selected perspectives, checks, and stop condition.
Review evidence may reveal that a predicate was always necessary, but a new
preference cannot retroactively become a blocker.
### Review independently
Select perspectives with different failure models, such as semantic
correctness, boundary and dependency integrity, data and state, security,
operations, user behavior, and claim accuracy. Reviewers inspect the same
candidate independently before findings are consolidated.
### Verify orthogonally
Use the narrowest meaningful combination of type checks, tests, property or
differential checks, mutation tests, static analysis, replay, simulation, or
formal models. More reviewers repeating the same reasoning do not substitute
for an executable oracle.
### Classify and repair once
Apply the canonical finding and expansion classification from
`scope-discipline`. Batch terminal blockers and material same-cause repairs;
include positive-net improvements only through its bounded value scan, and do
not let independent or speculative expansion extend this review.
### Close on the delta
After repair, review the changed delta, resolution of prior