agent-team

Analyzes project requirements and codebases to design AI agent team structures.

2|Updated Feb 27, 2026
One-click install
npx skills add https://github.com/onejaejae/skills --skill agent-team-onejaejae
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-team
Source: https://github.com/onejaejae/skills/tree/main/plugins/ai-registry-draft-pr/common/agent-team/skills/agent-team
Command: npx skills add https://github.com/onejaejae/skills --skill agent-team-onejaejae

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

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.

Frequently Asked Questions about agent-team

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I design a multi-agent team for complex software development tasks?

Designing a multi-agent team for complex software development requires analyzing project requirements and codebases to recommend optimal configurations, define roles, establish communication protocols, and generate detailed execution prompts for coordinated collaboration.

When should I use a single agent vs subagents vs a full agent team?

Use a single agent for straightforward tasks, subagents for specialized parallel work, and a full agent team when complex tasks require coordinated multi-agent collaboration across roles with defined communication protocols and autonomy tiers.

What autonomy levels should I assign to AI agents in a workflow automation pipeline?

Assign AI agents prescribed autonomy for controlled execution, semi-autonomous for guided flexibility, or fully autonomous for independent operation, matching the autonomy tier to task complexity and project management workflow requirements.

How do I structure execution prompts for multi-agent collaboration?

Structure multi-agent execution prompts by analyzing codebases and user requirements to define agent roles, configure team structures, establish communication protocols, and generate detailed prompts that facilitate efficient coordinated collaboration.

Can I use agent team design for refactoring an authentication module?

Yes, agent team design supports refactoring authentication modules by analyzing the existing codebase and requirements to recommend whether a single agent, specialized subagents, or a coordinated agent team configuration is most effective.