Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:54:31 +08:00
commit f1496d1d0f
23 changed files with 2041 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
{
"name": "dev",
"description": "Comprehensive development workflow with quality gates and specialized agents (Groucho, Chico, Zeppo, Harpo). Prevents reinventing solutions, shipping broken code, and creating undocumented features through disciplined phase-by-phase development.",
"version": "0.1.0",
"author": {
"name": "Schuyler Erle",
"email": "schuyler@nocat.net"
},
"skills": [
"./skills"
],
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}