
from epistemic-protocols103
Orchestrates delegated, multi-issue workflows: categorizes issues by project northstar, fans out per-category PRs, then inscribes reviewer rejections back to is
Dispatch is an orchestration skill that automates multi-issue delegation across a repository. It composes a minimal delegation contract, scans open issues, categorizes them against the project's mission (northstar) and evidence gates, and creates one PR per category. After PR submission, it loads review feedback and either applies compliance fixes or inscribes verbatim rejection traces back to linked issues so future sessions can resume without re-deriving the rejection.
Use Dispatch when you want the agent to process a backlog or 'work through open issues' at scale, e.g., 'resolve as many open issues as possible', 'process the backlog', or invoke a /dispatch command. It's intended for repositories with clear project profile files or editing conventions the skill can read for personalization.
Best used with agent harnesses that support repository operations and GH interactions (Claude Code, GitHub CLI-enabled agents, and advanced assistant runtimes that can compose multi-step workflows).
This skill has not been reviewed by our automated audit pipeline yet.