원클릭으로
orchestrate
Run a full multi-agent pipeline from plan to validation using the pipeline-orchestrator agent
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Run a full multi-agent pipeline from plan to validation using the pipeline-orchestrator agent
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Apple HIG design intelligence — build, review, animate, and analyze with Apple Human Interface Guidelines for React Native/Expo
Video-based visual debugging — extract key frames from screen recordings and analyze UI bugs over time. Detects animation glitches, race conditions, gesture issues, scroll jank, keyboard overlap, and navigation transitions that screenshots cannot capture.
Auto-generate skills and rules from observed React Native development patterns
ERNE — Implement animations using the ui-designer agent with Reanimated and Gesture Handler
ERNE — Diagnose and fix build failures using the expo-config-resolver agent
ERNE — Comprehensive code review combining code quality and performance analysis
| name | orchestrate |
| description | Run a full multi-agent pipeline from plan to validation using the pipeline-orchestrator agent |
You are executing the /orchestrate command. Use the pipeline-orchestrator agent to coordinate a full pipeline across multiple ERNE agents.
/orchestrate "build user profile screen"
/orchestrate "add pull-to-refresh to the feed"
/orchestrate "implement dark mode toggle"
The standard pipeline runs 5 phases with the following agent sequence:
Agent: architect
Agents: senior-developer + feature-builder (running simultaneously)
Agent: tdd-guide
Agent: code-reviewer
Agent: performance-profiler
User: /orchestrate "build user profile screen"
pipeline-orchestrator:
├── Phase 1: architect (plan)
│ └── Output: Architecture document
├── Phase 2: senior-developer + feature-builder (parallel)
│ └── Output: Implemented feature code
├── Phase 3: tdd-guide (test)
│ └── Output: Tests written and passing
├── Phase 4: code-reviewer (review)
│ ├── PASS → proceed
│ └── FAIL → retry Phase 2 (max 3 attempts)
└── Phase 5: performance-profiler (validate)
└── Output: Performance report
The pipeline-orchestrator provides a live progress table and a final summary:
## Pipeline: [Task Description]
| Phase | Agent(s) | Status | Duration | Attempts |
|-------|----------|--------|----------|----------|
| Plan | architect | completed | 42s | 1/3 |
| Implement | senior-developer, feature-builder | completed | 3m 15s | 1/3 |
| Test | tdd-guide | completed | 1m 30s | 1/3 |
| Review | code-reviewer | completed (PASS) | 55s | 1/3 |
| Validate | performance-profiler | completed | 40s | 1/3 |
### Total Duration: 6m 42s
### Files Created/Modified: [list]
### Final Status: SUCCESS
docs/handoff-templates.mddocs/pipeline.md/code or /tdd instead