Initial commit
This commit is contained in:
19
.claude-plugin/plugin.json
Normal file
19
.claude-plugin/plugin.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user