Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:36:51 +08:00
commit 748a979a78
14 changed files with 6973 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "modernize",
"description": "Complete modernization workflow with multi-agent orchestration (assess viability → create plan → execute). Includes 6 specialized agents and comprehensive protocol documentation for systematic software development",
"version": "3.0.0",
"author": {
"name": "Agent Protocols Team",
"email": "[email protected]"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}