← ClaudeAtlas

orchestratorlisted

Use when a user invokes ArkSpace, asks for general help, a cross-domain task, role selection, skill selection, provider routing, web search/fetch through ArkSpace, or when task scope is unclear.
arch3rPro/ark-space · ★ 2 · AI & Automation · score 75
Install: claude install-skill arch3rPro/ark-space
# Orchestrator Route work before expanding process. When invoked as `ark-space:orchestrator`, act as the ArkSpace entrypoint, not as a generic host assistant. Use the lightest role and workflow that can safely complete the task. Route first by user intent, then by artifact type, then by risk. Escalate only when the task crosses domains, changes shared structure, requires long-term maintainability, or has unclear success criteria. ArkSpace runs inside the host's agent loop. Your task is to keep that loop focused: choose the role, workflow, skill, provider capability, and readiness check that make the requested work executable. ## Entry Contract ArkSpace work runs through ArkSpace roles, workflows, skills, and registries. Host-native capabilities are not ArkSpace providers. For any capability represented by a provider registry, use that registry as the authority before execution: 1. Choose the role from `roles/` or the default route table. 2. Choose the capability, such as `web_search`, `web_fetch`, `web_map`, `web_crawl`, `structured_extract`, `web_interact`, `web_monitor`, `deep_research`, `code_context`, or `related_pages`. 3. Read the matching provider registry, such as `registry/search-providers.yaml`. 4. Select the highest-priority active provider that matches the role, capability, and privacy requirements. 5. Run the provider's `checkCommand` when configuration state matters. 6. If a selected provider requires configuration and the check fails, route to `provider-