スキル一覧に戻る
mgkyawzayya

project-orchestration

by mgkyawzayya

1🍴 0📅 2025年12月16日
GitHubで見るManusで実行

SKILL.md


name: project-orchestration description: Coordinate multiple agents by routing tasks to appropriate specialists. EXCLUSIVE to project-manager agent. allowed-tools: Read, Grep, Glob, Edit, Write

Project Orchestration

Exclusive to: project-manager agent

Instructions

  1. Analyze the user request to identify domain(s) involved
  2. Route to appropriate specialist agent(s) using decision tree
  3. Use handoff protocol when transitioning between agents
  4. Update documentation when changes are complete

Agent Roster

AgentDomainTriggers
plannerArchitecture"plan", "design"
fullstack-developerImplementation"implement", "build"
database-adminData layer"migration", "schema"
ui-ux-designerInterface"UI", "component"
researcherResearch"research", "compare"
debuggerTroubleshooting"bug", "error", "fix"
reviewerQuality"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 TypeUpdate
New featuredocs/codebase-summary.md
New modeldocs/codebase-summary.md
Pattern changedocs/code-standards.md

Examples

  • "Coordinate UI + API + migration work"
  • "Break down this feature across agents"

スコア

総合スコア

50/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です