wizact

test-driven-development

Use when implementing features, fixing bugs, or refactoring code. Enforces TDD red-green-refactor discipline - write failing tests first, minimal implementation second, then refactor. Prevents writing implementation before tests, skipping test failure verification, over-engineering during green phase, or bundling multiple behaviors in one test. Keywords trigger automatic invocation - tdd, test first, write tests, unit test, test coverage

wizact 0 1 Updated 3mo ago

Resources

2
GitHub

Install

npx skillscat add wizact/dotclaude/test-driven-development

Install via the SkillsCat registry.