Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:36:58 +08:00
commit f76ceb15ec
9 changed files with 1891 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
{
"name": "ai-sdlc",
"description": "Comprehensive AI-native software development lifecycle toolkit. Includes story creation, TDD development workflow, code review, documentation generation, backlog grooming, sprint planning, and metrics tracking.",
"version": "1.0.0",
"author": {
"name": "LaunchCG",
"email": "support@launchcg.com"
},
"skills": [
"./skills"
],
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}