tdd

Implement a Test-Driven Development workflow with RED-GREEN-REFACTOR cycles.

3|1|Updated Dec 30, 2025
One-click install
npx skills add https://github.com/48Nauts-Operator/opencode-baseline --skill tdd-48nauts-operator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tdd
Source: https://github.com/48Nauts-Operator/opencode-baseline/tree/main/.opencode/skill/tdd
Command: npx skills add https://github.com/48Nauts-Operator/opencode-baseline --skill tdd-48nauts-operator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Test-Driven Development workflow with RED-GREEN-REFACTOR cycle.

Core Features & Use Cases

  • Write failing tests first, then implement
  • Ensure tests are meaningful and cover edge cases
  • Avoid anti-patterns and overfitting

Quick Start

Write a failing test for the next feature, implement just enough code to pass, then refactor.