Files
gh-hermeticormus-alqvimia-c…/.claude-plugin/plugin.json
2025-11-29 18:35:23 +08:00

19 lines
473 B
JSON

{
"name": "tdd-workflows",
"description": "Test-driven development methodology with red-green-refactor cycles and code review",
"version": "1.2.1",
"author": {
"name": "Seth Hobson",
"url": "https://github.com/wshobson"
},
"agents": [
"./agents/tdd-orchestrator.md",
"./agents/code-reviewer.md"
],
"commands": [
"./commands/tdd-cycle.md",
"./commands/tdd-red.md",
"./commands/tdd-green.md",
"./commands/tdd-refactor.md"
]
}