# Source / Provenance Harvested from obra/superpowers (MIT, Copyright (c) 2025 Jesse Vincent) at commit a21956e48c13 on 2026-06-17. ## Source paths - `skills/test-driven-development/SKILL.md` -> `SKILL.md` - `skills/test-driven-development/testing-anti-patterns.md` -> `testing-anti-patterns.md` ## Adaptations (ClaudeTools house style) - `SKILL.md`: 5 non-ASCII characters normalized (em-dash `-` -> `-`; not-equal `!=` -> `!=`; unicode arrow `->` -> `->`). - `testing-anti-patterns.md`: 15 non-ASCII characters normalized, including emoji replaced with ASCII status markers (cross mark -> `[ERROR]`, check-mark emoji and check symbol -> `[OK]`) plus em-dash and unicode-arrow normalization. - No content was reworded; the TDD methodology and anti-patterns are preserved as in the source apart from the normalizations above.