What problem does it solve? Setting up test-driven development enforcement requires knowing which test lanes a repository actually has and which commands truly run them. This Skill automates that discovery and writes a verified .claude/tdd-guardian/config.json instead of a guessed template. ## Core Features & Use Cases - Evidence-based lane detection: Reads CI config first, then manifests, test topology, and dry-run probes before proposing any lane. - Probe-verified configuration: Every proposed lane command is dry-run tested; a lane that discovers zero tests is reported, never silently configured. - Coverage and trigger assignment: Assigns per-lane triggers (taskCompleted, commit, push, manual), coverage participation, thresholds, and staleness rules, including a no-decrease mode for repos with pre-existing gaps. - Use Case: Onboarding a polyglot repository with unit and e2e suites — the Skill detects both lanes, probes their commands, sets the e2e lane to gate only on push, and writes the config with correct coverage report paths. ## Quick Start Ask the assistant to initialize TDD Guardian for this repository by detecting the test lanes and writing the verified lane configuration.