skills/orchestrator/SKILL.md
Use this skill when a capable current Claude Code or Codex main session should coordinate native specialist agents, external implementation workers such as Grok, and an independent advisor such as Fable. Trigger for "orchestrate this", "use Grok workers", "use Fable as advisor", "Codex main with workers", "delegate implementation but keep control here", cross-model workflows, or complex work that needs a main-seat plan, parallel specialists, worker dispatch, second opinions, review, verification, and git ownership. Do not hardcode or replace the user's current main model.
npx skillsauth add b-open-io/prompts orchestratorInstall 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.
Keep one main seat in control while using other agents for the work they do best. This skill supports both Claude Code and Codex. The current main model is whatever the user selected; never infer, rename, or pin it.
Current Claude or Codex main
├── native specialist agents: exploration, review, testing, domain expertise
├── Grok worker lane: bounded implementation volume
└── Fable advisor lane: read-only second opinions at commitment boundaries
On a Claude Code main, a fourth lane exists: the native Workflow tool for
deterministic staged fan-outs (opt-in-gated, Claude-only). Treat it as a
dispatch lane under the same ownership rules — see
../coordinator/references/native-workflows.md.
The main owns:
Workers and advisors do not inherit that ownership. The main can accept, reject, or reconcile their results using direct evidence.
Use the existing skills instead of duplicating their full manuals:
../deploy-agent-team/references/agent-roster.md (or ask Front
Desk) and pass the specific subagent_type. Use a generic agent only when
no roster agent fits, and say so explicitly in the dispatch note.Apply Coordinator and Advisor together when the workflow has both workers and an advisor. Coordinator governs execution; Advisor governs judgment consults.
bopen_* custom agents for named specialists. Use built-in
explorer or worker agents as an explicit fallback.bopen-tools:codex-agent-setup skill. Do not claim the persona was spawned.max_depth = 1,
direct children cannot recursively fan out; that is usually desirable.External lanes are optional and must be transparent:
Before the first use of each external lane, state what content will be shared and obtain approval unless the user already explicitly authorized that lane for the task. Never send secrets, credentials, unrelated proprietary content, or a broader repository snapshot than the assignment needs.
grok models output, require BOPEN_WORKER_MODEL, and confirm its
exact value exists before dispatch. For Fable, verify
Claude CLI authentication and use
${BOPEN_ADVISOR_MODEL:-fable} without claiming that alias is permanently
the latest model.Report the topology actually used, external providers consulted, work returned by each lane, files changed, verification results, unresolved disagreements, and any lane that was unavailable. Never imply a worker or advisor ran when it did not.
tools
This skill should be used when a Claude Code session needs to keep working after Anthropic usage runs out, or when the user asks to run the Claude Code harness on GPT-5.6 Sol. Trigger phrases include "my Anthropic usage ran out", "I'm out of Claude usage", "usage limit reached, what now", "keep working on another model", "run Claude Code on GPT-5.6 Sol", "use GPT-5.6 Sol as the model", "set up claudex", "claudex isn't working", "route the harness through CLIProxyAPI", or "bill against my ChatGPT/Codex subscription". It stands up a local proxy so the Claude Code CLI runs on OpenAI's Codex backend as an escape hatch, and diagnoses that setup when it drifts. macOS + Homebrew.
testing
This skill should be used when the user asks to "open Visual Wayfinder", "answer a Wayfinder ticket visually", "turn this decision into a configurator", "show Wayfinder choices as a dashboard", "prototype the Wayfinder questionnaire", or wants interactive choice cards, tradeoff controls, rankings, ranges, toggles, and consequence previews for one active Wayfinder decision. It wraps the Wayfinder skill and JSON Render; it never replaces the tracker or resolves more than the active decision.
development
This skill should be used when the user asks to "make a visual proposal", "write this up so I can share it", "present these options visually", "diagram the trade-offs", "turn this plan into something reviewable", or requests a shareable design pitch, architecture proposal, RFC, options comparison, or visual roadmap for work that has not been built. It produces one self-contained, theme-aware HTML page led by grounded diagrams. Use visual-review instead for completed code changes; do not use this skill for internal task tracking.
tools
This skill should be used when the user asks to "add plugin settings", "make a plugin configurable", "store per-project plugin configuration", "use settings.local.json", "create a plugin state file", "expose skill settings in Agent Master", or "add a skill interface". Distinguishes official Claude Code settings from project-owned configuration and documents bOpen Agent Master skill interface discovery.