exec-dispatch
SolidUse when executing an approved implementation plan task-by-task. Dispatches one fresh subagent per task using an RTCO brief, receives the return through the report filter, runs two-stage review (self + plan-compliance), and only then marks the task complete and moves on. Prevents context pollution, drift across tasks, and silent regressions.
Install
Quality Score: 81/100
Skill Content
Details
- Author
- rizukirr
- Repository
- rizukirr/vibekit
- Created
- 4 months ago
- Last Updated
- yesterday
- Language
- JavaScript
- License
- MIT
Integrates with
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
dispatch
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.
dispatch
Fan out multiple independent tasks in the current repo to worktree-isolated implementer subagents running in parallel. Each task: implement → auto-detected verification (just/make/gradle/swift/npm/composer/cargo/pytest/dotnet) → commit → push → draft PR (assigned + labeled) → critic review of the diff. One approval gate on the dispatch plan; issue-backed tasks get self-assigned and labeled in-progress. Use when the user has a batch of small-to-medium independent, well-specified tasks (backlog items, issue numbers, cleanup lists) to run in parallel. For a single large feature that needs planning and design judgment, use /orchestrate instead.