← ClaudeAtlas

soleri-orchestratelisted

Triggers: "implement X", "build Y", "fix Z", "add feature", or any work task needing planning + execution. Full orchestration loop: plan, execute, complete with vault context and brain recs.
adrozdenko/soleri · ★ 6 · AI & Automation · score 74
Install: claude install-skill adrozdenko/soleri
# Orchestrate — Full Work Loop Run the full work loop with vault intelligence: plan the task, execute it step by step, and close with knowledge capture. Use this for any non-trivial task where missing context or skipping steps would cost time. ## When to Use - User gives a concrete work task ("implement auth", "refactor the parser", "fix the flaky test") - Task spans multiple files or has cross-cutting concerns - You want vault patterns and brain recommendations surfaced automatically ## Subagent Model Selection (when dispatching) If Step 2 fans out to subagents, pick the model per subagent — don't use one size for the whole loop: - **simple** (exploration, lookup, classification) → `haiku` - **standard** (code impl, refactors, test writing, routine review) → `sonnet` - **complex** (architecture, grading, critical debug, plan creation) → `opus` Fallback flows **downward only** (Opus→Sonnet with warning; Sonnet→Haiku only if task is clearly simple). Never silently escalate upward. Explicit user pin always overrides the rubric. Before every Agent call, state one line: > Dispatching <description> on <model> (tier=<simple|standard|complex>, reason=<pattern match>). Full rubric and examples live in the `soleri-subagent-driven-development` skill (canonical source) and `soleri-parallel-execute` skill. ## Orchestration ### Step 1: Plan ``` YOUR_AGENT_orchestrate op:orchestrate_plan params: { prompt: "<user task description>", context: { domain: "<inferred domai