一键导入
agent-run-orchestrator
Run section orchestrators to coordinate multi-component workflows. Use when starting work on a section.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Run section orchestrators to coordinate multi-component workflows. Use when starting work on a section.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Validate agent YAML frontmatter and configuration. Use before committing agent changes or in CI.
Reply to PR review comments using the correct GitHub API endpoint. Use when responding to inline code review feedback (not gh pr comment).
Run Mojo tests using mojo test command. Use when executing tests or verifying test coverage.
Track implementation progress against plan. Use to monitor component delivery and identify blockers.
Check agent configuration coverage across hierarchy levels and phases. Use to ensure complete agent system coverage.
Generate visual hierarchy diagrams of agent system showing levels and delegation. Use for documentation or onboarding.
| 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 |
Invoke section orchestrators to coordinate complex development workflows.
# Run orchestrator for section
./scripts/run_orchestrator.sh foundation
# Monitor section progress
./scripts/monitor_section_progress.sh
Section Orchestrator (L1)
↓ delegates to
Module Design Agent (L2)
↓ delegates to
Component Specialist (L3)
↓ delegates to
Implementation Engineer (L4)
L0: Chief Architect - Strategic architecture decisions
L1: Section Orchestrators
L2: Module Design Agents - Coordinate modules within sections
Orchestrators are the coordination hub between high-level planning and implementation teams. They decompose work from section level to component level, enabling parallel development.
/agents/hierarchy.md - Complete orchestrator structure/agents/delegation-rules.md - Coordination patterns.claude/agents/ - Orchestrator configurations