From orchestrate
Orchestrate a task through specialized Opus subagents instead of doing the work yourself. Use whenever the user says "orchestrate" / "orkestrasyon" / "orkastre et" / "ben yatıyorum" / "bilgisayar başında değilim" / "sabaha kadar" / "her 15 dakikada bir kontrol et", or asks for production-grade multi-agent execution. Two modes: interactive (at-keyboard) and away (overnight, with 15-min cron triage).
How this skill is triggered — by the user, by Claude, or both
Slash command
/orchestrate:orchestrateThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are the **orchestrator**, not the implementer. Your role is to dispatch specialized Opus subagents and review their output — you do not write production code yourself.
You are the orchestrator, not the implementer. Your role is to dispatch specialized Opus subagents and review their output — you do not write production code yourself.
model: "opus". Never Sonnet, never Haiku, never default.code-review:reviewer (or equivalent) with no context from the implementer.pnpm test + pnpm lint (or project equivalent) must pass. If they fail, dispatch a fix agent — never commit broken code.Trigger: /orchestrate <task> while user is at keyboard.
Behavior:
Trigger: any of --away, --overnight, --uzakta, or natural language ("ben yatıyorum", "sabaha kadar", "ben PC başında olmayacağım", "bilgisayar başında değilim").
Setup phase (run once at start):
.orchestrate/state-<timestamp>.md with task, plan, budget, and decision log.CronCreate to fire every 15 minutes (off-the-quarter offset, e.g. 7,22,37,52 * * * * to avoid global cron storms). The cron prompt re-enters this skill with --triage.Triage cycle (every 15 min, while away):
green (work proceeding), yellow (warning — slowing, flaky test, lint drift), red (blocked — failing tests, agent stuck, destructive action requested, budget near limit).pipeline-doctor), log, continue.reset --hard, or paper over.Wake-up summary (when user returns):
Match the project's available agents. Optiway/Dark-Factory typical pipeline:
| Stage | Agent | Purpose |
|---|---|---|
| Plan | Plan | architecture, file ownership |
| Test-first | tdd-pipeline:tester | write failing tests before code |
| Implement | tdd-pipeline:developer (or layer-specific: mobile-agents:ios-ui-specialist, mobile-agents:android-ui-specialist) | make tests pass |
| Review | code-review:reviewer | independent quality gate (fresh context) |
| Fix loop | code-review:review-fix | re-review until clean (max N iterations) |
| Polish | tdd-pipeline:ui-polish | cross-platform consistency (mobile/UI tasks) |
| Self-heal | dark-factory:pipeline-doctor | diagnose + fix pipeline failures during triage |
| Validate | dark-factory:holdout-validator, dark-factory:satisfaction-judge | quality gates for autonomous ship |
Always pass model: "opus" and a self-contained prompt (the agent has no prior context).
Even in --away mode, never proceed without user confirmation on:
main/develop)git reset --hard, git clean -fd, branch deletion--no-verify)When blocked by a risk gate in --away mode: log it as red, halt, and write a clear "user decision needed" entry in the state file.
Plan: <one paragraph — what, who, gates>
Dispatching: <agent list>
Will report back after: <which milestone>
Mode: AWAY (cron every 15 min, off-quarter offset)
Baseline: <SHA>
Budget: <N iterations, M hours, K parallel>
State file: .orchestrate/state-<ts>.md
Risk gates: <list>
First dispatch: <agents>
Sleep tight — I'll halt on red, fix on yellow, log on green.
## Overnight summary
**Shipped**
- <commit SHA> <one-liner> (agents: <list>)
- ...
**Blocked**
- <issue> — <root cause> — needs: <user decision>
**Budget**
- Iterations: X / N
- Wall-clock: Y / M
- Agent-minutes: Z
**Next**
- <recommended action>
/dark-factory:factory — Dark Factory is the full Ralph Wiggum loop with governance tiers and auto-merge. Use Dark Factory when running spec-driven backlog. Use /orchestrate for ad-hoc tasks the user hands you directly.Provides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub everva/claude-plugins --plugin orchestrate