什麼是 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