Skip to main content

Browse the directory

Showing 2 resources for "red-green-refactor"
Saved
Active

Privacy notes filter active — add entries to compare trust side by side.

Rollout signal scan

2 rollout risk signals in current results

Biggest gaps: metadata review, package integrity. 0 entries have 2+ required gaps.

2 scanned

Install payload

Install payload is broadly covered in current results.

good

100% (2/2)

Adoption queue

Browse adoption queue · balanced

0/2 visible results are ready for staged adoption under this preset.

ready 0caution 2hold 0
caution

50/100

Request metadata review from maintainers or internal owners.

Collect package checksum or signed artifact information.

commands/tdd-workflow · trust review · confidence 67%

caution

50/100

Request metadata review from maintainers or internal owners.

Collect package checksum or signed artifact information.

rules/test-driven-development-enforcer · trust review · confidence 67%

Decision confidence

Decision confidence scan · balanced

0/2 results are high-confidence for the selected preset.

high 0medium 2low 0

Freshness distribution

100% of this view is aging or stale

Median age 276 days; 0 fresh of 2 scanned. Re-verify the oldest entries.

median 276d

Aging

91–180 days

0%

0 entries

Stale

> 180 days

100%

2 entries

A user-created custom slash command that runs a red-green-refactor TDD loop in Claude Code: write failing tests first, implement until they pass, then refactor. Built with the documented custom-command frontmatter and $ARGUMENTS substitution, not a built-in feature.

Invocation:Create .claude/commands/tdd-workflow.md, then run: /tdd-workflow add a slugify() helper
Safety ✓ Privacy ✓

A CLAUDE.md rule that drives test-first development with Vitest: write a failing Vitest test, add the minimum code to pass, then refactor. It covers vitest.config setup, expect assertions, vi mocks and fake timers, coverage thresholds, and running specs in watch mode or once with vitest run.