What problem does it solve?
It converts product specs into a concrete test backlog so teams can turn documented flows, endpoints, and invariants into planned coverage instead of relying on memory or manual follow-up.
Core Features & Use Cases
- Spec-to-Test Planning: Reads the project’s specs directory and maps documented behavior to unit, integration, and end-to-end test stubs.
- Framework-Aware Stub Creation: Detects the active test runner and writes stubs using the project’s existing conventions without overwriting established tests.
- Coverage Indexing: Produces a stub inventory that records what was created, what already exists, and whether each stub is an active todo or an inactive planning stub.
- Use Case: A developer finishes writing backend and flow specs and wants a structured set of test placeholders that can be filled in later without guessing target files or coverage gaps.
Quick Start
Ask the skill to generate test stubs from the project specs and create the stub index for the detected test framework.