Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:20:16 +08:00
commit 538e6fc7bb
17 changed files with 3333 additions and 0 deletions

View 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"
]
}