What problem does it solve? Teams often cannot tell which requirements are actually covered by tests or whether a build is safe to release. This Skill maps requirements 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 inferred user journeys to discovered tests across E2E, API, component, unit, and live-verification levels, with FULL/PARTIAL/NONE coverage classification. - Gap Analysis & Quality Audit: Detects uncovered P0-P3 criteria, endpoint and auth negative-path gaps, duplicate coverage, and test quality issues such as hard waits or missing assertions. - Quality Gate Decision: Applies deterministic thresholds to test results, coverage, NFR evidence, and flakiness data, emitting traceability-matrix.md, e2e-trace-summary.json, and gate-decision.json for CI/CD enforcement. - Use Case: Before merging a story, run the workflow to discover that a P0 password-reset criterion has no E2E test, receive a FAIL gate decision, and get concrete recommended test IDs to add. ## Quick Start Ask the agent to create a traceability matrix and quality gate decision for the current story or release.