Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:39:42 +08:00
commit 216df6a0cb
8 changed files with 826 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
{
"name": "full-stack-orchestration",
"description": "End-to-end feature orchestration with testing, security, performance, and deployment",
"version": "1.2.1",
"author": {
"name": "Seth Hobson",
"url": "https://github.com/wshobson"
},
"agents": [
"./agents/test-automator.md",
"./agents/security-auditor.md",
"./agents/performance-engineer.md",
"./agents/deployment-engineer.md"
],
"commands": [
"./commands/full-stack-feature.md"
]
}