What problem does it solve? When replacing an application without changing its specification, teams lack an executable pass/fail criterion that works against both the old and new implementations. This Skill builds that criterion—a parity suite—against the current application and proves its strength through fault injection, so the replacement can be verified objectively. ## Core Features & Use Cases - Parity Suite Authoring: Writes Playwright suites using a logical-name locator mapping layer and hand-written tolerant aria snapshots, plus API characterization via record/replay. - Baseline & Noise Capture: Collects visual baselines (screenshots, computed styles, reference aria snapshots) and noise thresholds in one pass for handoff to diff tooling. - Strength Gate via Fault Injection: Injects known faults (data, DOM structure, style, document-level) to verify the suite actually detects regressions before declaring it complete. - Use Case: During a legacy-to-React migration, run the Skill per feature to produce a suite that is green against the current app, with baselines and strength reports recorded for downstream replace and diff phases. ## Quick Start Ask the AI to run parity-suite for a specific feature slug and current-side target to build and strength-verify the parity suite.