Skip to main content

tdd

Deprecated TDD shim. Keep test-first discipline inside the active implementation workflow (folded into `plan`).

跳到安装

来源信息

仓库
mrzhangguoguo/oh-my-workbuddy
最近来源活动
2026年7月8日 07:14
检测到的 SKILL.md 语言
英语
星标
2
分支
1

安装方式

默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。

检查来源文件

决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。

正在显示 SKILL.md

SKILL.md
来源说明 · 只读预览
name
tdd
category
build
status
deprecated
description
Deprecated TDD shim. Keep test-first discipline inside the active implementation workflow (folded into `plan`).
agent_created
true
triggers
["tdd","test driven development","test first"]
> Ported from oh-my-codex `tdd`. OMX runtime conventions (`$macro` invocation, `omx` CLI, `.omx/` state directory) are replaced with WorkBuddy idioms (Skill tool, Agent tool, task list, `.workbuddy/memory`). # TDD — deprecated Hard-deprecated as a standalone skill. Do not invoke or route this skill. Keep test-first discipline inside the active implementation workflow (the `plan` skill and normal implementation flow). The discipline is the value; here it is for reference: **The Iron Law:** NO PRODUCTION CODE WITHOUT A FAILING TEST FIRST. Write code before the test? Delete it and start over. **Red-Green-Refactor cycle:** 1. **RED** — Write the next failing test; run it; it MUST fail. If it passes, the test is wrong. 2. **GREEN** — Write only enough code to pass. No extras. Run; it MUST pass. 3. **REFACTOR** — Improve quality; run tests after every change; must stay green. 4. **REPEAT** — Next failing test. **Enforcement:** code-before-test → stop and write the test; test-passes-first → fix it to fail; multiple features per cycle → one test, one feature; skipping refactor → go back and clean up. For durable multi-goal execution that should keep this discipline, use `ultragoal`; for the implementation workflow itself, use `plan`.
在 GitHub 查看