Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 17:55:21 +08:00
commit 2932c003cd
4 changed files with 553 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "tdd-workflow",
"description": "Test-Driven Development workflow with session integration. Enforces RED-GREEN-REFACTOR discipline with automatic checkpoints, metrics tracking, and enhanced session reporting.",
"version": "0.0.5",
"author": {
"name": "AnthemFlynn",
"email": "AnthemFlynn@users.noreply.github.com"
},
"skills": [
"./skills"
]
}