スキル一覧に戻る
mvillmow

agent-run-orchestrator

by mvillmow

Training framework written in Mojo

11🍴 4📅 2026年1月24日
GitHubで見るManusで実行

SKILL.md


name: agent-run-orchestrator description: "Run section orchestrators to coordinate multi-component workflows. Use when starting work on a section." mcp_fallback: none category: agent user-invocable: false

Run Orchestrator

Invoke section orchestrators to coordinate complex development workflows.

When to Use

  • Starting work on new section
  • Coordinating multiple parallel components
  • Managing complex workflows
  • Need hierarchical task coordination

Quick Reference

# Run orchestrator for section
./scripts/run_orchestrator.sh foundation

# Monitor section progress
./scripts/monitor_section_progress.sh

Orchestrator Workflow

  1. Review Plans - Understand section specifications
  2. Break Down - Divide into manageable components
  3. Delegate - Assign to appropriate design/specialist agents
  4. Monitor - Track progress and blockers
  5. Integrate - Coordinate results
  6. Escalate - Handle blocking issues

Hierarchy

Section Orchestrator (L1)
  ↓ delegates to
Module Design Agent (L2)
  ↓ delegates to
Component Specialist (L3)
  ↓ delegates to
Implementation Engineer (L4)

Orchestrator Levels

L0: Chief Architect - Strategic architecture decisions

L1: Section Orchestrators

  • Foundation Orchestrator
  • Shared Library Orchestrator
  • Tooling Orchestrator
  • Paper Implementation Orchestrator
  • CI/CD Orchestrator
  • Agentic Workflows Orchestrator

L2: Module Design Agents - Coordinate modules within sections

Agent Hierarchy Context

Orchestrators are the coordination hub between high-level planning and implementation teams. They decompose work from section level to component level, enabling parallel development.

References

  • /agents/hierarchy.md - Complete orchestrator structure
  • /agents/delegation-rules.md - Coordination patterns
  • .claude/agents/ - Orchestrator configurations

スコア

総合スコア

60/100

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

SKILL.md

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

+20
LICENSE

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

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

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

0/5
Issue管理

オープンIssueが50未満

+5
言語

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

+5
タグ

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

0/5

レビュー

💬

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