Install
openclaw skills install agents-skill-tdd-helperLightweight helper to enforce TDD-style loops for non-deterministic agents.
openclaw skills install agents-skill-tdd-helperLightweight helper to enforce TDD-style loops for non-deterministic agents.
tdd.py wraps a task: fails if tests are absent or failing, refuses to run "prod" code first.# Define tests in tests/ or specify via --tests
python tdd.py --tests tests/ --run "python your_script.py"