orchestunelisted
Install: claude install-skill Saltmu/orchestune
# Orchestune Core Skill
This is the **single user-facing entry point** for Orchestune. It understands a "big rock" (large-scale development task) presented by a user, decomposes it into subtasks (Decomposition), calculates and validates the dependency graph (DAG) via the `orchestune-dag` CLI, and iterates with the user until the plan is approved. Once approved, it hands off to the [orchestune-provision skill](../orchestune-provision/SKILL.md) for GitHub Issue creation, and optionally to the [orchestune-dispatch skill](../orchestune-dispatch/SKILL.md) for parallel dispatch — the user never needs to invoke those skills directly.
> [!NOTE]
> **User-Facing Response Language**:
> While this skill instruction is written in English, all user-facing explanations, plans, questions, and responses must use the user's preferred language (e.g., Japanese if the user interacts in Japanese or matches the user's environment). The language of this instruction document must not determine the output language.
## Trigger Conditions
Load this skill **when a user presents a 'big rock' task and requests task decomposition, implementation roadmap creation, or parallel development.** This is the only skill a user needs to invoke to go from task description to running parallel dispatch — do not ask the user to separately invoke `orchestune-dag`, `orchestune-provision`, or `orchestune-dispatch`; drive them internally as described below.
**Do not load it for small tasks.** Orchestune optimizes the f