What problem does it solve? Teams often cannot tell which requirements are actually covered by tests or whether a release is safe to ship. This Skill maps requirements or user journeys to existing 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 E2E, API, component, unit, and live verification tests, classifying each as FULL, PARTIAL, NONE, UNIT-ONLY, or INTEGRATION-ONLY. - Gap Analysis & Quality Audit: Prioritizes coverage gaps by P0-P3 risk, detects duplicate coverage, missing error-path and auth negative-path tests, and flags test quality issues like hard waits or missing assertions. - Quality Gate Decision: Evaluates test pass rates, coverage thresholds, NFR status, and flakiness against deterministic rules to emit a gate decision with machine-readable JSON outputs for CI/CD pipelines. - Use Case: Before merging a release, ask the agent to analyze test coverage for a story; it produces a traceability matrix, an e2e-trace-summary.json, and a gate decision your pipeline can enforce. ## Quick Start Ask the agent to create a traceability matrix and analyze test coverage for the current story or release.