goncho-tdd-implementation
Installation
SKILL.md
Goncho TDD Implementation
Quick start
Identify the smallest user-visible contract, then write the failing test before production code.
roadmap gap -> RED contract test -> minimal code -> GREEN -> go test ./... -> docs/status -> commit