Nextreme Tdd

Coach and enforce test-driven development as an extreme red-green-refactor loop — pin one behavior, write the smallest failing test, watch it fail for the right reason, make it pass with the smallest change, then refactor under green. Uses framework auto-detection (pytest, Vitest/Jest, Go test, Cargo test) with scaffold and verify harnesses. This is THE extreme skill for ANY TDD, test-first, red-green-refactor, failing-test-first, or characterization-test task — distinct from after-the-fact testing, coverage theater, or debugging an already-red suite. Trigger whenever the user says TDD, test-driven, red green refactor, write test before code, failing test first, characterization test, do this test-first, or starts coding a feature with no test in sight — even vague "make it testable" or "add tests for this behavior" without naming TDD. Also trigger for "pin the behavior", "red green refactor", or "test at the seam". Do NOT trigger for debugging an already-failing suite, pure refactors with green cover, or CI/

beast-ofcourse 7f1ea74 14 files · 81.9 KB Updated

File contents

beast-ofcourse/Nextreme-skills/tree/main/nextreme-tdd commit 7f1ea7479f

Frequently asked questions

npx skillmds@latest add beast-ofcourse/nextreme-tdd