.claude/skills/orchestrate/SKILL.md
Run a full multi-agent pipeline from plan to validation using the pipeline-orchestrator agent
npx skillsauth add JubaKitiashvili/everything-react-native-expo orchestrateInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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 insteaddevelopment
Guided version migration for React Native and Expo SDK upgrades
development
Test-driven development workflow for React Native — Jest, React Native Testing Library, and Detox
development
Mobile security audit for React Native applications
development
Step-by-step performance diagnosis and optimization for React Native apps