From Cadence
Find which of a completed phase's requirements have zero failing-capable test coverage, then generate tests to close the gaps - using the project's own test framework, not a fixed one
How this skill is triggered — by the user, by Claude, or both
Slash command
/cadence:cad-coverage [phase number][phase number]This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
<objective>
Audit and generate in one un-duplicated flow. No fixed stack, no Playwright/E2E
default - the test kind and runner follow the code and workflow.test_command.
<execution_context> @${CLAUDE_PLUGIN_ROOT}/cadence-core/workflows/coverage.md </execution_context>
Run the coverage workflow end-to-end. Coverage means a test that would FAIL if the requirement broke - not a test that merely runs the code. Get user approval on the gap test plan before generating, and verify generated tests actually run.npx claudepluginhub crenshawdev/cadenceCreates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.