What problem does it solve?
Analyzes Layer 1 Gherkin intent specifications in tests/features/ against Layer 2 contract test implementations in tests/src/profiles/ and Layer 3 stack implementations to find coverage gaps. Produces a structured gap report and optionally generates new .feature scenarios, matching TypeScript test cases, and profile documentation to fill those gaps. Use this skill when you want to ensure the intent specifications fully cover the implemented behavior and that all three layers are synchronized.
Core Features & Use Cases
- Inventory Layer 1 intent specifications across tests/features/ to identify gaps in Gherkin
- Inventory Layer 2 contract tests across tests/src/profiles/ to surface mismatches with Layer 1 and Layer 3
- Inventory Layer 3 stack implementations to reveal untested endpoints and response shapes
- Generate a structured gap report and optionally create new .feature scenarios, TypeScript tests, and profile documentation to close gaps
- Validate cross-layer consistency and maintain up-to-date documentation
Quick Start
Run the skill with optional inputs to analyze features, tests, and stacks and generate a gap report.