What problem does it solve?
Layered architectures require deliberate testing across multiple architectural boundaries. This Skill orchestrates layer-focused tests with coverage-first analysis and isolated worktrees to prevent accidental changes to your main branches.
Core Features & Use Cases
- Coverage-first analysis: Determine existing test coverage before writing new tests, focusing on gaps.
- Isolated worktrees: Run changes in a separate git worktree to keep your working branch clean.
- Strategy-driven testing: Load a testing strategy from a playbook or guide the user through an interactive template to select a layer-focused approach.
- Workflow automation: Guides through steps from parameter gathering to test creation and verification.
Quick Start
Provide Module, Layer, and optional Playbook path (or let the Skill select a strategy). The Skill will create an isolated worktree, run a coverage pass, and guide you through generating and validating tests for the specified layer.