What problem does it solve?
This Skill helps you determine the most effective way to structure AI agents—whether a single agent, multiple subagents, or a full agent team—to tackle complex tasks efficiently.
Core Features & Use Cases
- Agent Structure Recommendation: Analyzes tasks and codebases to suggest the optimal agent configuration (single, subagents, team).
- Team Design: Designs agent team structures, including roles, communication protocols, and execution prompts.
- Autonomy Level Selection: Guides users in choosing the appropriate autonomy tier (Prescribed, Semi-autonomous, Fully autonomous) for agents.
- Use Case: You have a large software project and need to implement a new feature. This Skill will analyze your codebase and user requirements to recommend whether one powerful agent, several specialized subagents, or a coordinated agent team would be most effective, and then generate the prompt to set them up.
Quick Start
Use the agent-team skill to design an agent team for refactoring the authentication module.