一键导入
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