Disable TDD Dev Mode for the session
Stops automatic TDD hook enforcement for this session. Use this when you want to switch from strict TDD workflow back to normal coding without the automatic test-before-code constraints.
/plugin marketplace add hculap/better-code/plugin install tdd-dev@better-codeDisable TDD Dev Mode for this session. Hook enforcement will stop and normal coding workflow resumes.
Remove the flag file: Delete .claude/.tdd-mode-active if it exists
Confirm deactivation:
TDD Dev Mode: DISABLED
Hook enforcement is now OFF.
Normal coding workflow resumed.
To re-enable: /tdd-dev:start
Even with TDD mode disabled:
/tdd-dev:feature, /tdd-dev:bug, /tdd-dev:refactor commands explicitlyConfirm TDD mode deactivation.