← All plugins
tdd-workflows
v1.3.1Test-driven development methodology with red-green-refactor cycles and code review
CodexClaude Code
by Seth HobsonMIT38.6kupdated 4 days ago
Source
git clone https://github.com/wshobson/agentsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/tdd-workflows/ inside the repository.
Layout
plugins/tdd-workflows/
├── .codex-plugin/plugin.json└── .claude-plugin/plugin.json
Manifests2
plugins/tdd-workflows/.codex-plugin/plugin.json
{
"name": "tdd-workflows",
"version": "1.3.1",
"description": "Test-driven development methodology with red-green-refactor cycles and code review",
"skills": "./skills/",
"author": {
"name": "Seth Hobson",
"email": "seth@major7apps.com"
},
"license": "MIT",
"interface": {
"displayName": "Tdd Workflows",
"shortDescription": "Test-driven development methodology with red-green-refactor cycles and code review",
"category": "Coding"
}
}plugins/tdd-workflows/.claude-plugin/plugin.json
{
"name": "tdd-workflows",
"version": "1.3.1",
"description": "Test-driven development methodology with red-green-refactor cycles and code review",
"author": {
"name": "Seth Hobson",
"email": "seth@major7apps.com"
},
"license": "MIT"
}