BuildMIT

TDD workflow

by Affaan Mustafa (opens in a new tab) affaan-m/everything-claude-code

Runs a test-first development loop across unit, integration, and browser coverage.

Installation

Skills CLI

Skills CLI command
npx skills@latest add affaan-m/everything-claude-code --skill tdd-workflow

Requires Node.js and npm. Choose your agents in the installer; add -g for a global installation.

Fieldbook review

Reviewed 27 Sept 2026

Detects the package manager and actual test runner before writing user journeys and failing tests, then implements, refactors, and checks coverage. Examples center on JS/TS tooling, with separate Jest/Vitest, Bun, and Playwright patterns.

  • LicenceMIT
  • FrontmatterValid name and description
  • Risky patternsNone found
  • Size468 lines
  • Last checked27 Sept 2026 · e9507695657b05f26dd62127f1d6ff58e4015d624df65dd4d7e07f6470317393

What it can touch

  • Edits code

    Changes files in your project.

  • Runs commands

    Runs shell commands such as tests, builds or installs.

  • Browser

    Drives a real browser.

Read the source

Fieldbook links to the original instead of copying it, so you always read the version you install.

.agents/skills/tdd-workflow/SKILL.md on GitHub (opens in a new tab)