agent-dispatch
SolidDomain-aware subagent dispatcher. Maps task → domain (research / build / draft / verify / ops) → recommended subagent_type + tool boundaries + briefing scaffold. Adapted from a phase-based activation pattern.
Install
Quality Score: 78/100
Skill Content
Details
- Author
- 0xUrsanomics
- Repository
- 0xUrsanomics/utopia-os
- Created
- 4 days ago
- Last Updated
- 3 days ago
- Language
- Python
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
dispatch-subagent
Compose and dispatch a Claude Code subagent (the `Agent` tool) with the correct brief template marker pre-injected so the `enforce-brief-template` hook never blocks. Use this skill whenever the user says "dispatch a subagent", "agent for X", "spawn agent", "delegate to subagent" — even if they don't say "dispatch-subagent" explicitly.
dispatching-parallel-agents
Dispatches one subagent per independent domain to parallelize investigation/fixes. Use when you have 2+ unrelated failures (e.g., separate failing test files, subsystems, bugs) with no shared state or ordering dependencies.
code-subagents
Subagent dispatch patterns for implementation tasks. Use when spec-implement has multiple tasks to execute and subagents are available. Covers parallel dispatch for independent work, the two-stage review cycle (spec compliance then code quality), focused prompt construction, and integration of results. Trigger when executing plan tasks with subagent support, when facing 2+ independent problems, or when the user asks to use subagents for implementation.