Agent skill
project-orchestration
Coordinate multiple agents by routing tasks to appropriate specialists. EXCLUSIVE to project-manager agent.
Install this agent skill to your Project
npx add-skill https://github.com/htooayelwinict/claude-config/tree/main/skills/project-orchestration
SKILL.md
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"
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
documentation-management
Keep project documentation accurate when behavior changes. EXCLUSIVE to project-manager agent.
brainstorming
Brainstorm and advise on technical decisions using structured process and MCP helpers. EXCLUSIVE to brainstormer agent. Does NOT implement — only advises.
fullstack-implementation
Implement features end-to-end in Laravel 12 + Inertia.js + React 19 + TypeScript OR Python + FastAPI + LangChain. Use when building new features, wiring controllers to pages, or implementing CRUD operations. EXCLUSIVE to fullstack-developer agent.
deepagent
Expert guidance for DeepAgents framework - simplified agent creation with tool integration for LangChain/LangGraph workflows.
ui-ux-design
Design and implement UI/UX changes using existing components and Tailwind tokens; ensure accessibility. EXCLUSIVE to ui-ux-designer agent.
devops-infrastructure
Manage deployment, Docker, CI/CD, server hardening, and infrastructure security. EXCLUSIVE to devops-engineer agent.
Didn't find tool you were looking for?