Table of Contents - Overview - When To Use - When NOT To Use - Orchestration Loop - Pipeline-to-Skill Mapping - Context Overflow Protocol - Token Budget Protocol - Failure Handling - Module Reference Summon Overview Summon is the egregore orchestration loop. It reads the manifest ( ), selects the next active work item, maps the current pipeline step to a specialist skill, and invokes that skill. After each step it advances the pipeline, checks context and token budgets, and repeats until all items are completed or the budget is exhausted. The orchestrator never re-implements phase logic. Each…