project-orchestration
3
总安装量
2
周安装量
#55301
全站排名
安装命令
npx skills add https://github.com/htooayelwinict/claude-config --skill project-orchestration
Agent 安装分布
cursor
2
claude-code
2
codex
2
continue
2
windsurf
2
mcpjam
1
Skill 文档
Project Orchestration
Exclusive to: project-manager agent
Instructions
- Analyze the user request to identify domain(s) involved
- Route to appropriate specialist agent(s) using decision tree
- Use handoff protocol when transitioning between agents
- Update documentation when changes are complete
Agent Roster
| Agent | Domain | Triggers |
|---|---|---|
planner |
Architecture | “plan”, “design” |
fullstack-developer |
Implementation | “implement”, “build” |
database-admin |
Data layer | “migration”, “schema” |
ui-ux-designer |
Interface | “UI”, “component” |
researcher |
Research | “research”, “compare” |
debugger |
Troubleshooting | “bug”, “error”, “fix” |
reviewer |
Quality | “review”, “check” |
Routing Decision Tree
Request â Is it a bug/error? â debugger
â Is it a review? â reviewer
â Is it UI/UX? â ui-ux-designer
â Is it database? â database-admin
â Is it research? â researcher
â Is it planning? â planner
â Is it implementation? â fullstack-developer
â Multi-domain? â project-manager
Handoff Protocol
## Handoff: [From] â [To]
- **Completed**: [what was done]
- **Deliverables**: [files]
- **Next**: [what to do]
Task Breakdown Template
| # | Task | Agent | Dependencies |
|---|------|-------|--------------|
| 1 | Design | planner | none |
| 2 | Migration | database-admin | #1 |
| 3 | Implement | fullstack-developer | #2 |
Documentation Sync
| Change Type | Update |
|---|---|
| New feature | docs/codebase-summary.md |
| New model | docs/codebase-summary.md |
| Pattern change | docs/code-standards.md |
Examples
- “Coordinate UI + API + migration work”
- “Break down this feature across agents”