← ClaudeAtlas

dispatchlisted

Parallelize independent evidence-gathering or audit work into ≥2 concurrent agent tracks; reconcile into a single verdict and action. Also dispatches named agent-box task scripts or ad-hoc prompts to remote <homelab> infrastructure over SSH. Use when sub-tasks are cleanly separable with no output dependencies and running serially wastes turns. Examples: multi-repo scans, concurrent CI/lint/test audits, N-package dependency sweeps. Skip when tasks depend on prior output.
LucasSantana-Dev/sharekit-profile · ★ 1 · AI & Automation · score 73
Install: claude install-skill LucasSantana-Dev/sharekit-profile
# dispatch Split independent work into ≥2 concurrent agent tracks, or invoke a remote agent-box task/prompt. ## Preamble — RAG pre-flight Before planning dispatch, query prior dispatch runs for this task domain: ```bash graphify query "dispatch <task-domain> agent plan" --budget 300 ``` - If result shows a dispatch plan for the same task within 24h → surface it, ask user to confirm whether to reuse agent assignments or start fresh. - If no recent match → proceed to Phase 1. **Done when:** cached dispatch plan surfaced or no match found (proceed). --- ## When to use - Per-repo scans (multiple repos, no cross-repo deps) - CI/lint/test audits (independent job analysis) - Dependency audits (N packages in one sweep) - Multiple PR review passes (independent review lenses) - Standards or docs comparison (independent sources) - Remote agent-box task invocations (see Remote Agent Dispatch below) ## Workflow ### Step 1: Validate independence Check that each track does NOT depend on output from another track. **Done when:** you can name each track's input + output without forward references. ### Step 2: Define track specs For each track, name: - Input (what it starts with) - Single responsibility (what it answers) - Output format (bullet list, counts, verdict, or artifact path) **Done when:** each track has ≥1 sentence describing its output, printed for user review; user has not objected within 10s. ### Step 2a: Critic gate (after agent plan is drafted) Dispatch ONE `Expl