rtk-tdd

Installation
SKILL.md

Rust TDD Workflow

Three Laws of TDD

  1. Do NOT write production code without a failing test
  2. Write only enough test to fail (including compilation failure)
  3. Write only enough production code to pass the failing test

Cycle: RED (test fails) -> GREEN (minimum to pass) -> REFACTOR (cleanup, cargo test)

Red-Green-Refactor Steps

Related skills
Installs
363
Repository
rtk-ai/rtk
GitHub Stars
47.8K
First Seen
Feb 17, 2026