/install tdd
TDD (Test-Driven Development)
Test-Driven Development: define expected behavior first, then make it pass with implementation.
Topics
| Topic | Description | Guide |
|---|---|---|
| cycle | Red→Green→Refactor cycle, bug-fix TDD, anti-patterns | cycle.md |
| run | Test execution workflow (environment detection→impact scope→execution→result reporting) | run.md |
| test-strategies | Boundary value·equivalence partitioning·decision table·error guessing·path coverage | test-strategies.md |
Quick Reference
TDD Cycle
Define expected behavior → natural failure → implement → pass → refactor. See cycle.md.
Test Execution
Environment detection → impact scope → execution (unit→integration→e2e) → result reporting. See run.md.
Test Design Techniques
Decide which test cases to write (boundary value, equivalence partitioning, etc.). See test-strategies.md.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install tdd - After installation, invoke the skill by name or use
/tdd - Provide required inputs per the skill's parameter spec and get structured output
What is TDD Workflow?
Test-Driven Development for coding and bug fixing. cycle - Red→Green→Refactor cycle, defining expected behavior, bug-fix TDD, anti-patterns [cycle.md], run -... It is an AI Agent Skill for Claude Code / OpenClaw, with 183 downloads so far.
How do I install TDD Workflow?
Run "/install tdd" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is TDD Workflow free?
Yes, TDD Workflow is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does TDD Workflow support?
TDD Workflow is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created TDD Workflow?
It is built and maintained by es6kr (@drumrobot); the current version is v0.1.0.