tcrdd
Installation
SKILL.md
TCRDD
Red/green/refactor driven by git-gamble: each phase runs the tests and auto-commits on the expected result or auto-reverts otherwise.
Workflow
RED → plan test → approval? → write test → diff approval? → git-gamble --red
fail? commit → GREEN
pass? revert → try again
GREEN → plan code → approval? → write code → diff approval? → git-gamble --green
pass? commit → REFACTOR
fail? revert → try again
REFACTOR → plan cleanup → approval? → refactor → diff approval? → git-gamble --refactor
pass? commit → (loop or done or back to RED)
fail? revert → try again
Related skills