Initial commit
This commit is contained in:
26
.claude-plugin/plugin.json
Normal file
26
.claude-plugin/plugin.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"name": "tdd-specflow",
|
||||
"description": "A comprehensive TDD workflow plugin that combines Test-Driven Development with Specification by Example. Includes specialized agents for each TDD phase (RED-GREEN-REFACTOR), requirements analysis, technical design, and BDD-style test scenarios.",
|
||||
"version": "0.0.4",
|
||||
"author": {
|
||||
"name": "dgomezs"
|
||||
},
|
||||
"agents": [
|
||||
"./agents/requirements-analyzer.md",
|
||||
"./agents/qa-engineer.md",
|
||||
"./agents/software-architect.md",
|
||||
"./agents/codebase-locator.md",
|
||||
"./agents/codebase-pattern-finder.md",
|
||||
"./agents/codebase-analyzer.md",
|
||||
"./agents/tdd-red.md",
|
||||
"./agents/tdd-green.md",
|
||||
"./agents/tdd-refactor.md"
|
||||
],
|
||||
"commands": [
|
||||
"./commands/create-spec.md",
|
||||
"./commands/test-scenarios.md",
|
||||
"./commands/create-tech-design.md",
|
||||
"./commands/create-research.md",
|
||||
"./commands/start-tdd.md"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user