What problem does it solve? Teams lack visibility into which requirements are actually covered by tests and whether a story, epic, or release is safe to deploy. This Skill maps acceptance criteria, API contracts, or inferred user journeys to existing tests, classifies coverage gaps by priority, and produces a deterministic PASS/CONCERNS/FAIL/WAIVED gate decision. ## Core Features & Use Cases - Traceability Matrix Generation: Maps coverage oracle items (acceptance criteria, OpenAPI endpoints, or synthetic journeys) to E2E, API, component, and unit tests with FULL/PARTIAL/NONE status. - Gap Analysis & Heuristics: Detects uncovered endpoints, missing auth negative-path tests, happy-path-only criteria, and duplicate coverage, prioritized as CRITICAL/HIGH/MEDIUM/LOW. - Quality Gate Decision: Evaluates P0/P1 pass rates, coverage thresholds, security issues, and flakiness to emit a gate decision plus machine-readable JSON summaries for CI/CD pipelines. - Use Case: Before merging a PR for story 1.3, run the workflow to discover that password reset has only PARTIAL coverage, receive recommended test IDs to add, and get a CONCERNS gate decision with a remediation backlog. ## Quick Start Ask the AI to create a traceability matrix and analyze test coverage for the current story or release.