
from agentic-tools11
Enforce a strict TDD cycle (red→green→refactor) for feature work: require failing tests first, mock bootstrap validation, full-suite runs, and quality gates bef
Provides a procedural TDD enforcement skill that guides agents through the Red→Green→Refactor cycle. It emphasizes test-first development, mock bootstrap validation for mockReset runners, and full-suite verification to avoid regressions.
Use when implementing new features, fixing bugs, or adding deliberate test coverage. Trigger when the user requests test-first development, to add tests for a change, or to validate mock setups. Not intended for passive code review or simply running test suites.
Agents with Node.js and test runner access (Vitest/Jest) and repository file edit capabilities (Claude Code, Copilot-like agents) will get the most value.
This skill has not been reviewed by our automated audit pipeline yet.