diff --git a/skills/writing-skills/SKILL.md b/skills/writing-skills/SKILL.md index 6d3ded6e..ffea9112 100644 --- a/skills/writing-skills/SKILL.md +++ b/skills/writing-skills/SKILL.md @@ -677,13 +677,3 @@ How future agents find your skill: 6. **Loads example** (only when implementing) **Optimize for this flow** - put searchable terms early and often. - -## The Bottom Line - -**Creating skills IS TDD for process documentation.** - -Same Iron Law: No skill without failing test first. -Same cycle: RED (baseline) → GREEN (write skill) → REFACTOR (close loopholes). -Same benefits: Better quality, fewer surprises, bulletproof results. - -If you follow TDD for code, follow it for skills. It's the same discipline applied to documentation.