What problem does it solve? Teams often lack visibility into which requirements are actually covered by tests, making release decisions risky and subjective. This Skill maps requirements or user journeys to tests, classifies coverage gaps by priority, and produces a deterministic PASS/CONCERNS/FAIL/WAIVED gate decision backed by evidence. ## Core Features & Use Cases - Traceability Matrix Generation: Maps acceptance criteria, OpenAPI endpoints, or synthetically inferred user journeys to discovered tests across E2E, API, component, unit, and live verification levels. - Gap Analysis & Quality Checks: Identifies uncovered P0-P3 criteria, duplicate coverage, missing error-path and auth negative-path tests, and test quality issues like hard waits or missing assertions. - Quality Gate Decision: Applies deterministic threshold rules to test results, coverage, NFR evidence, and flakiness data, emitting CI/CD-consumable JSON outputs (e2e-trace-summary.json, gate-decision.json). - Use Case: Before merging a release, run the workflow to confirm 100% P0 coverage, detect that a password-reset flow lacks error-path tests, and block deployment until the gap is fixed. ## Quick Start Ask the agent to create a traceability matrix and analyze test coverage for the current story or release.