async-agent-dispatch
CommunityDispatch long tasks without blocking users
AuthorDojoGenesis
Version1.0.0
Installs0
System Documentation
What problem does it solve?
Long-running tasks block user interaction and waste attention by forcing synchronous waits; this Skill defines a repeatable handoff so work runs in the background and results integrate cleanly when ready.
Core Features & Use Cases
- Structured Handoffs: Produce a concise task description, explicit output contract (file path and format), measurable success criteria, and a timeout for every dispatch.
- Multiple Dispatch Modes: Support Bash background execution, autonomous agent sub-tasks, or parallel tracks for independent workloads.
- Safe Monitoring & Validation: Avoid polling loops, rely on notifications or explicit checks, validate outputs against criteria, surface errors, and clean up temporary artifacts.
- Use Cases: Running multi-minute test suites, large codebase scans, batch transformations across many files, or splitting normalization work into parallel agent groups.
Quick Start
Dispatch the 5-minute test suite to run in the background, write results to /tmp/test-results.log, set a 10-minute timeout, and define success as "all tests pass" before returning control to the user.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: async-agent-dispatch Download link: https://github.com/DojoGenesis/gateway/archive/main.zip#async-agent-dispatch Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.