# Dispatch

> Split independent work across parallel subagents and merge their results: one deliverable per task, launched together, each result verified before it is used. Use when a task has independent parts, when several areas need the same kind of review, or when exploring options in parallel saves time.

- **Type:** Skill
- **Install:** `agentstack add skill-srrenks-prometheus-ai-dispatch`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [SrRenks](https://agentstack.voostack.com/s/srrenks)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [SrRenks](https://github.com/SrRenks)
- **Source:** https://github.com/SrRenks/prometheus-ai/tree/main/skills/dispatch

## Install

```sh
agentstack add skill-srrenks-prometheus-ai-dispatch
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

Parallelism is for independent work only.

1. Split on independence - each task must be answerable without the others. If two tasks touch the same file, or one needs the other's output, they are one task.
2. Write one brief per task - deliverable, files in scope, what to report, and what not to touch. A vague brief produces unusable results.
3. Launch them together - one message, one call per agent, so they actually run in parallel.
4. Verify before trusting - read what each returned and check the claim against the files. Never merge a result you did not verify.
5. Resolve overlap by hand - when two results touch the same decision, pick the winner instead of concatenating both.
6. Report per task - what each agent produced, what you verified, and what you rejected.

Deliverable: the merged result, plus a per-task account of what was accepted and what was discarded.

Stop condition: report the combined outcome and any task that produced nothing usable. Ask before acting on anything destructive.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [SrRenks](https://github.com/SrRenks)
- **Source:** [SrRenks/prometheus-ai](https://github.com/SrRenks/prometheus-ai)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-srrenks-prometheus-ai-dispatch
- Seller: https://agentstack.voostack.com/s/srrenks
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
