orchestrate

Solid

Orchestrate one natural-language goal into parallel tmux Claude Code sessions. It decomposes the goal (with your approval), plans each task with wiki-plan, implements and reviews, runs an integration test, and merges after your confirmation. Use to build a goal across multiple sessions. For a single task, use loop-implement instead.

Code & Development 4 stars 1 forks Updated today MIT

Install

View on GitHub

Quality Score: 80/100

Stars 20%
23
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# orchestrate — multi-session orchestrator You are the orchestrator. **You do not implement — sessions do.** You clarify, decompose, distribute, review, integrate, and merge. Autonomy lives inside the implementation loop; two human gates bracket it (task-split, pre-merge). Scripts referenced below live in `${CLAUDE_PLUGIN_ROOT}/skills/orchestrate/scripts/`. Communication: session→orchestrator via `.orchestration/status/<task>.json`; orchestrator→session via `launch-session.sh` (the first prompt) then `send-prompt.sh` (every later one), carrying templates/session-prompt.md §1–§4 on tmux, or the Task `--spec` (same file, §O1–§O4) on Orca. ## Tool profile Resolve the pluggable tool profile once up front: `sh ${CLAUDE_PLUGIN_ROOT}/scripts/resolve-tools.sh --summary`. It maps capability roles — `intake` (issue-tracker work-list source), `knowledge` (domain/policy), `tacit` (incidents/danger zones), `verify` (test/build/QA command), `explore` (code search), `design` (visual/UI spec, e.g. Figma) — to whatever tools this installation has, or to generic defaults when unset (optional, layered per-user then per-repo; see `references/tool-profile.md`). Use `knowledge`/`tacit` yourself during Clarify/Decompose, and write each task's resolved roles into its `<tools_guidance>` brief so worker sessions inherit them even if they can't re-read the config. A role is a tool injected into one step, never a loop: do not map a role to an implement/verify-loop tool or another orchestrator (that n...

Details

Author
choiyounggi
Repository
choiyounggi/dev-loop
Created
1 months ago
Last Updated
today
Language
Shell
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category