One-click install
npx skills add https://github.com/douglasjarquin/sum --skill dispatch-douglasjarquin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dispatch
Source: https://github.com/douglasjarquin/sum/tree/main/grok-bots/sum/skills/dispatch
Command: npx skills add https://github.com/douglasjarquin/sum --skill dispatch-douglasjarquin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Coordinators often end up doing research, planning, or implementation work themselves instead of delegating it, which blocks their availability and loses task traceability. This Skill enforces a clean handoff: every approved request becomes a persisted brief assigned to a dedicated worker Bot. ## Core Features & Use Cases - Brief Creation and Persistence: Writes a task brief from the user's exact words and stores it at /workspace/sum/tasks/<id>/brief.md before any work begins. - Worker Selection and Sign-On: Reuses existing role workers (Marketing, Security, Operations, and similar) for matching work, or signs on a new worker Bot with a worker procedure memory when none fits. - Guardrails Against Rework: Cites prior investigation reports when authorizing implementation, forbids redoing completed investigations, and prevents duplicate execution from repeated messages. - Use Case: A user asks to fix a failing login test. The coordinator writes the brief, persists it under a new task id, messages a software worker Bot with the brief path, and reports back which worker started and what it will deliver. ## Quick Start Ask the coordinator to dispatch an approved task, for example: dispatch a worker to investigate the failing login test in my repository and report the outcome against a task id.

Frequently Asked Questions about dispatch

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I delegate a coding task to a worker agent?

Give the coordinator an explicit approved request. It writes a brief naming the repository, outcome, scope, and verification method, persists it under a new task id, then messages a matching worker Bot with the brief path and reports back what was started.

What is a task brief in a multi-agent coordinator workflow?

A task brief is a Markdown document written from the user's words and stored at /workspace/sum/tasks/<id>/brief.md. It names the repository, expected outcome, scope, and how to check the result, and serves as the worker's sole instruction source.

When should the coordinator reuse an existing worker instead of signing on a new one?

Reuse existing role workers such as Marketing, Security, Personal, Operations, or Square whenever their worker procedure matches the task. Only sign on a new worker Bot when no existing worker fits, and never recreate retired workers like Square/Cleaner or Atlas.

Can the coordinator do the investigation or implementation itself?

No. Research, planning, investigation, and implementation must all go through dispatch to a worker Bot. The coordinator chat must contain none of that work; it only writes briefs, assigns workers, and reports status to the user.

What prevents duplicate task execution from repeated messages?

Work starts only from an explicit user instruction or an already-approved task. A native message arriving twice does not trigger a second execution, and an unapproved issue never counts as approval.