26 lines
885 B
JSON
26 lines
885 B
JSON
{
|
|
"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"
|
|
]
|
|
} |