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

Installs
980
Repository
rtk-ai/rtk
GitHub Stars
68.8K
First Seen
Feb 17, 2026
rtk-tdd — rtk-ai/rtk