Files
2025-11-30 08:34:59 +08:00

19 lines
605 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": [
"./plugins/tdd-workflows/agents/tdd-orchestrator.md",
"./plugins/tdd-workflows/agents/code-reviewer.md"
],
"commands": [
"./plugins/tdd-workflows/commands/tdd-cycle.md",
"./plugins/tdd-workflows/commands/tdd-red.md",
"./plugins/tdd-workflows/commands/tdd-green.md",
"./plugins/tdd-workflows/commands/tdd-refactor.md"
]
}