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 ship. This Skill maps acceptance criteria or inferred journeys to discovered 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 oracle items (acceptance criteria, OpenAPI endpoints, or synthetic user journeys) to E2E, API, component, unit, and live verification tests with FULL/PARTIAL/NONE/UNIT-ONLY/INTEGRATION-ONLY status. - Quality Gate Decision: Applies deterministic P0/P1 threshold rules over test results, coverage, NFR evidence, and waiver registers to emit gate-decision.json for CI/CD enforcement. - Gap Analysis & Recommendations: Prioritizes uncovered criteria into CRITICAL/HIGH/MEDIUM/LOW buckets with concrete Given-When-Then test suggestions. - Use Case: Before merging a release branch, run the workflow to discover that a P0 authentication criterion has only unit coverage, receive a FAIL gate decision, and get the exact test IDs needed to close the gap. ## Quick Start Ask the agent to create a traceability matrix and quality gate decision for the current story or release.