What problem does it solve?
This Skill streamlines task orchestration by efficiently dispatching subagents for read-only tasks and executing implementation work directly in the parent session. It also validates new LLM models for subagent tool-calling capability, ensuring robust and controlled execution of multi-step workflows.
Core Features & Use Cases
- Subagent Dispatching: Distribute subagents for tasks such as file listing, audits, and codebase analysis.
- Direct Execution in Parent Session: Handle implementation tasks, like code changes, directly within the main session for precision and control.
- Model Validation: Check the tool-calling capabilities of new LLM models during configuration to ensure proper integration with subagents.
- Use Case: When developing a complex software project, use this Skill to manage tasks like code review, automated testing, and documentation generation through a coordinated effort of subagents and the main session.
Quick Start
Dispatch subagents for a code review task with the following command:
Use the subagent-dispatch-strategy skill to review the 'backend' codebase for security vulnerabilities.