| name | lamina-heuristic-review |
| description | Expert lens review — parallel contract, a11y, and invariant checks. Not Nielsen heuristic checklist theater. |
| metadata | {"lamina":{"id":"heuristic-review","problems":["expert parallel review","structured critique"],"related":["lamina-orchestrator/patterns/parallel-review","lamina-verify","lamina-edge-cases"]}} |
Expert Lens Review (agent-native)
Run parallel skill-based reviewers against contract and live product — not generic heuristic scores.
Lenses (spawn in parallel)
| Lens | Checks |
|---|
| Invariants | lamina-invariants vs workflows |
| Reachability | lamina-dependencies — unmet dependencies[] |
| Permissions | actors permissions, forbidden ops |
| Edge cases | lamina-edge-cases scenarios |
| A11y | verify a11y subagent on live UI |
| Consistency | lamina-multi-view-integrity |
Output: findings with contract ref and repro — not "severity 3 on heuristic 4".
Anti-patterns
- Nielsen theater — 10 heuristics without domain context
- Score without action — ratings that don't map to
findings[]
Related