What problem does it solve?
This Skill provides clear guidelines and mandatory checks to ensure that AI agents effectively delegate tasks to subagents, preventing context loss, ensuring proper result handling, and optimizing workflow efficiency.
Core Features & Use Cases
- Sequential vs. Parallel Delegation: Offers a decision framework to choose the safest delegation pattern.
- Mandatory Result Awaiting: Enforces processing of subagent outcomes before proceeding.
- Context-First Gatekeeping Integration: Ensures delegation respects existing context and planning.
- Explicit Delegation Requirements: Defines essential parameters for every subagent task.
- Use Case: When planning to have multiple subagents work on different parts of a feature implementation, this Skill ensures you choose between parallel or sequential execution based on task dependencies and then mandates that you properly process each subagent's return before moving to the next step.
Quick Start
Before dispatching any subagents, ensure you have loaded and applied the context-first-gatekeeping skill.