什么是 rlm-tdd?
在 RLM 第 3 阶段中实现任何代码时使用。根据铁律强制执行严格的红-绿-重构纪律 - 首先没有失败的测试就没有生产代码。触发短语:“实现这个”、“添加功能”、“修复错误”、“编写失败的测试”、“TDD”。 来源:doubleuuser/rlm-workflow。
在 RLM 第 3 阶段中实现任何代码时使用。根据铁律强制执行严格的红-绿-重构纪律 - 首先没有失败的测试就没有生产代码。触发短语:“实现这个”、“添加功能”、“修复错误”、“编写失败的测试”、“TDD”。
通过命令行快速安装 rlm-tdd AI 技能到你的开发环境
来源:doubleuuser/rlm-workflow。
Test-Driven Development is mandatory for all RLM implementation work. This skill ensures test-first discipline is followed rigorously.
Core Principle: If you didn't watch the test fail, you don't know if it tests the right thing.
| "This is just a simple fix, no test needed" | Simple code breaks. Test takes 30 seconds. | | "I'll test after confirming the fix works" | Tests passing immediately prove nothing. You never saw it catch the bug. | | "Tests after achieve same goals" | Tests-after = "what does this do?" Tests-first = "what should this do?" |
在 RLM 第 3 阶段中实现任何代码时使用。根据铁律强制执行严格的红-绿-重构纪律 - 首先没有失败的测试就没有生产代码。触发短语:“实现这个”、“添加功能”、“修复错误”、“编写失败的测试”、“TDD”。 来源:doubleuuser/rlm-workflow。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/doubleuuser/rlm-workflow --skill rlm-tdd在 RLM 第 3 阶段中实现任何代码时使用。根据铁律强制执行严格的红-绿-重构纪律 - 首先没有失败的测试就没有生产代码。触发短语:“实现这个”、“添加功能”、“修复错误”、“编写失败的测试”、“TDD”。 来源:doubleuuser/rlm-workflow。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/doubleuuser/rlm-workflow --skill rlm-tdd 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/doubleuuser/rlm-workflow