Development
Installation
SKILL.md
Development (TDD)
Core Rules (Non-Negotiable)
- NEVER write production code without a failing test first
- One behaviour per test
- Write minimum code to make the test pass
- Run tests and verify green state before proceeding
The TDD Cycle
🔴 RED → Write ONE failing test
🟢 GREEN → Write MINIMUM code to pass
✅ VERIFY → Run all tests, confirm green