agent-native
FeaturedDispatch independent tasks to parallel workers or selected persistent roles. Use when: delegation is authorized with disjoint scopes; execution does not validate output.
Install
Quality Score: 91/100
Skill Content
Details
- Author
- boshu2
- Repository
- boshu2/agentops
- Created
- 10 months ago
- Last Updated
- today
- Language
- Go
- License
- Apache-2.0
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
dispatching-parallel-agents
Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies
agent-foreman
Produce invariant-driven, machine-checkable implementation plans with the current conversation model as Root. Use when repository work may be delegated to weaker or cheaper coding agents, especially across multiple modules, lifecycle, persistence, concurrency, security, replay, background workers, migrations, or producer/consumer seams, and exact ownership, contracts, counterexamples, gates, handoffs, integration, and evidence are required.
agent-lord
Dispatch and supervise durable Codex CLI, Codex App, Claude Code, or MCode CLI endpoints through deterministic scripts that enforce execution contracts, source identity, recovery, and sanitized results. Preserve explicit dependencies and run independent named actions concurrently when the workspace contract permits; surface any required isolation or integration decision before dispatch. Route explicit cross-review or 交叉 Review requests through the built-in cross-review policy, and explicit handoff / 交接 requests through the built-in handoff policy. Use when a Codex Desktop user asks to start or continue external Codex, Claude, or MCode work; not for in-process subagents, CI jobs, or general DAG workflows.