workflow-orchestrate

Installation
SKILL.md

Orchestrate

Delegate only when independent execution, context isolation, or parallel investigation outweighs assignment and integration overhead. Handle small or tightly coupled work directly. Available concurrency is a ceiling, not a target; parallel tool calls do not require separate agents.

Select capability and context

Choose the model and reasoning effort explicitly for each assignment when the host supports it, honoring user choices and available models. Prefer an economical model with low effort for narrow discovery, medium effort for scoped implementation, and higher effort for difficult logic or ambiguity. Reserve premium models for a concrete need; do not inherit the coordinator's expensive model merely by omission. These are task-based defaults, not a requirement to try an unsuitable model first. Keep model identifiers and personal defaults in host configuration rather than making this skill depend on one provider.

Prefer a fresh context with a self-contained assignment. Include the objective, relevant paths and evidence, applicable restrictions, write ownership, completion criteria, and expected output. Include essential authorization and tool boundaries even when the host also propagates them. Pass references to necessary material instead of copying unrelated history. Use limited history only when earlier decisions materially affect the assignment; use full history only when that benefit justifies its cost and inheritance behavior.

Check the available spawn schema: some hosts couple full-history forks to the parent's model and effort and reject overrides. When supported, use fork_turns: "none" with explicit model and reasoning_effort for an independently configured worker. If the host cannot select the requested capability, disclose the limitation and adapt within the authorized scope rather than silently substituting a premium agent.

Assign complete units

Give each worker a coherent result, including its relevant checks, and keep write scopes non-overlapping. Avoid splitting a short sequence across a scout, implementer, and tester when one worker can complete it. Keep discovery read-only unless implementation is assigned.

Workers execute directly by default. Tell leaf agents: "Complete this assignment directly. Do not spawn other agents; your parent's delegation instructions apply only to your parent." Allow further delegation only when explicitly assigned and justified within the shared concurrency budget.

The coordinator retains integration and critical decisions while doing useful complementary work. Do not duplicate an assigned investigation or implementation. Review returned evidence and affected boundaries instead of repeating the worker's entire process.

Installs
1
First Seen
6 days ago
workflow-orchestrate — cekrauseee/workflows