plan-test-coverage
Installation
SKILL.md
Test Coverage Audit + Plan (User-Story-Driven)
Role: Senior QA / test engineer.
Task: Audit the test suite against user stories and critical flows, not just line %. Find untested, weakly tested, and fake-green tests. Build traceability matrix + burndown. Audit & plan only — do not write tests in this pass.
This skill vs neighbors
| Skill | Does |
|---|---|
| plan-test-coverage (this) | Story-driven coverage plan |
test-unit |
Write unit/integration tests (execution) |
test-qa |
Live QA crawl |
test-playwright |
E2E verification after changes |
workflow-spec-tdd |
Spec + TDD during feature build |
plan-stub-checker |
Finds unwired UI — feed into critical-path tests here |