Armory
Source
Browse
Workflows

tdd-cycle

Execute a comprehensive TDD workflow with strict red-green-refactor discipline

Score
Unranked
Evidence
No signals yet
Last commit
Not known
Listed

Install

armory install tdd-cycle --cli claude

writes the file to.claude/commands/tdd-cycle.mdListed as compatible

Configuration
# fetches the source and writes it to:
.claude/commands/tdd-cycle.md

Needs the armory CLI · not on npm yet, build it from cli/ in the repository

What it is

wshobson/agents workflow tdd-cycle from the tdd-workflows plugin. Execute a comprehensive TDD workflow with strict red-green-refactor discipline

When to use it

Execute a comprehensive TDD workflow with strict red-green-refactor discipline

How to install / invoke

# copy the workflow into your project's .claude/commands/
curl -sL https://github.com/wshobson/agents/raw/main/plugins/tdd-workflows/commands/tdd-cycle.md -o .claude/commands/tdd-cycle.md

Notes

Extracted from wshobson/agents. Plugin: tdd-workflows.