summon
SolidAutonomous orchestrator processing manifest work items through the development lifecycle with budget tracking.
AI & Automation 308 stars
27 forks Updated today MIT
Install
Quality Score: 96/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
## Table of Contents
- [Overview](#overview)
- [When To Use](#when-to-use)
- [When NOT To Use](#when-not-to-use)
- [Orchestration Loop](#orchestration-loop)
- [Pipeline-to-Skill Mapping](#pipeline-to-skill-mapping)
- [Context Overflow Protocol](#context-overflow-protocol)
- [Token Budget Protocol](#token-budget-protocol)
- [Failure Handling](#failure-handling)
- [Module Reference](#module-reference)
# Summon
## Overview
Summon is the egregore orchestration loop.
It reads the manifest (`.egregore/manifest.json`), 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 pipeline step delegates to an existing skill via
`Skill()` calls.
Summon only manages state transitions, retries, and budget
guards.
## When To Use
- Processing one or more work items through the full
intake-build-quality-ship pipeline.
- Resuming an interrupted egregore session (manifest already
exists with active items).
- Running autonomously under a watchdog that relaunches on
exit.
## When NOT To Use
- Running a single skill in isolation (call the skill
directly instead).
- Exploratory work where the pipeline does not apply.
- When human review is needed before every step (use manual
skill invocations).
## Launching the Orchestrator
*...
Details
- Author
- athola
- Repository
- athola/claude-night-market
- Created
- 6 months ago
- Last Updated
- today
- Language
- Python
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Listed
summoner
Routes user intent through summoner.yaml manifest to domain skills. Enforces checkpoint protocol and post-game review. Use when user invokes any /summoner:* command or expresses intent matching a Summoner workflow.
1 Updated today
johnson-xue AI & Automation Solid
mission-orchestrator
Orchestrates full project lifecycle by auto-detecting state and routing to the correct phase. Use when starting or resuming a project mid-workflow.
308 Updated today
athola AI & Automation Listed
orchestration
Skills for orchestrating tasks across multiple AI providers and execution environments. Parent skill category containing native-invoke and related delegation patterns.
353 Updated today
aiskillstore