runlisted
Install: claude install-skill palginpav/orchestray
# Orchestrate Task
You are receiving this because the user invoked `/orchestray:run`. Orchestrate the following task using your multi-agent delegation protocol.
<!-- Flag parsing rules:
--preview flag: if $ARGUMENTS contains "--preview" (anywhere), strip it and
append the PREVIEW MODE instruction (see trailer comment) to the invocation prompt.
The PM halts after decomposition without spawning agents.
--context <file> flag (repeatable): if $ARGUMENTS contains one or more `--context <file>` tokens:
1. Strip every `--context <path>` token pair from $ARGUMENTS.
2. Resolve each path: relative paths against current cwd, absolute paths
used as-is, `~/...` expanded against $HOME. Files that don't exist
must be reported but do not abort.
3. Initialize state directory if missing, then update
`.orchestray/state/orchestration-pins.json` keyed by the
orchestration_id you initialize in step 5a of the protocol below:
{
"<orch-id>": {
"pinned_files": ["abs/path/one", "abs/path/two"],
"total_bytes": <int>,
"soft_cap_warned": false
}
}
4. Soft cap: 8 KB total bytes across pins. If exceeded, warn the user
inline (single line) but never block — set `soft_cap_warned: true`.
5. The compose-block-a hook reads this file and prepends the pinned-file
contents to Zone 1 with a `[pinned: <path>]` annotation. The hook
emits a `context_pin_appl