Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:20:36 +08:00
commit 88de006432
16 changed files with 1310 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
{
"name": "experimental",
"description": "Experimental multi-agent development workflows with planning, implementation, review, and testing agents",
"version": "0.1.0",
"author": {
"name": "Dhruv Baldawa"
},
"skills": [
"./skills"
],
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}