What problem does it solve?
This Skill eliminates the guesswork and inconsistency in test planning by automatically generating a complete, balanced test strategy (60% unit, 30% integration, 10% E2E) from OpenSpec proposals. It ensures robust, production-ready code from the start.
Core Features & Use Cases
- Balanced Test Distribution: Enforces the 60/30/10 rule for optimal test coverage.
- TDD Enforcement: Provides ready-to-use test templates following the RED-GREEN-REFACTOR cycle.
- Coverage Projection: Estimates if 80% line and 70% branch coverage targets are achievable.
- Use Case: Your team has just finalized the OpenSpec for a new user authentication module. This Skill analyzes the scenarios, suggests 24 unit tests, 12 integration tests, and 4 E2E tests, and provides the code templates to implement them.
Quick Start
Activate the skill to analyze the latest OpenSpec proposal and generate a detailed test strategy and templates.