Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:00:01 +08:00
commit 292d71d965
5 changed files with 1732 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "orchestrator",
"description": "Master coordinator for complex multi-agent workflows. Intelligently decomposes tasks, creates execution plans, and coordinates subagents for optimal parallel execution.",
"version": "1.0.0",
"author": {
"name": "Puerto Plugin Collection"
},
"skills": [
"./skills/orchestration/SKILL.md"
],
"agents": [
"./agents/orchestrator-planner.md"
]
}