What problem does it solve?
This Skill provides a repeatable, safety-conscious protocol for coordinating and delegating work to specialist sub-agents so complex, multi-step engineering tasks are broken into clear, verifiable units of work and avoid context gaps that cause failures.
Core Features & Use Cases
- Invocation Template & Requirements: Enforces four mandatory prompt components (complete context, explicit instructions, context references, performance directives) to ensure every sub-agent receives what it needs to act effectively.
- Routing & Auto-Invocation: Decides between direct delegation, blueprint planning, single-agent implementation, or multi-agent team implementations and supports auto-invoking blueprint → impl or team-impl flows when tasks meet complexity thresholds.
- Coordination Patterns & Validation: Provides monitoring, background task patterns, parallel vs serial dispatch rules, resume semantics, and specialist + quality-engineer validation workflows for high-reliability deployments.
- Use Case: Break a cross-domain feature into a blueprint, spawn domain specialists in parallel, and run a quality-engineer validation pass before merge.
Quick Start
Load the sub-agent-invocation skill, assemble a comprehensive blueprint with full context and acceptance criteria, then request "blueprint" followed by user approval to run "impl" or "team-impl" for execution.