원클릭으로
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