Skip to content

danielmeppiel/agent-teams

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

agent-teams

Reusable agent teams for APM — composable panels of specialized .agent.md experts orchestrated by deliberation skills.

Each team is an APM package: install it, and your AI coding agent gains a panel of experts that analyze problems from multiple angles, run convergence rounds, and produce unified recommendations.

Packages

Package Agents Skill Description
org-influence-panel Yael, Marcus, Rin org-influence Navigate organizational politics, stakeholder influence, and cross-team alignment
cicd-pipeline-experts Product Strategy, Release Reliability, Supply Chain Security cicd-planning CI/CD pipeline optimization, test gate design, and security hardening
skill-agent-teams agent-team-authoring Meta-skill: teaches agents how to build new agent teams from scratch

Install with APM

Install individual teams as APM subdirectory packages:

# Install the org influence panel
apm install danielmeppiel/agent-teams/packages/org-influence-panel

# Install the CI/CD expert panel
apm install danielmeppiel/agent-teams/packages/cicd-pipeline-experts

# Install the meta-skill for building your own teams
apm install danielmeppiel/agent-teams/packages/skill-agent-teams

# Install everything
apm install danielmeppiel/agent-teams/packages/org-influence-panel danielmeppiel/agent-teams/packages/cicd-pipeline-experts danielmeppiel/agent-teams/packages/skill-agent-teams

How Agent Teams Work

An agent team = N specialized agents + 1 orchestration skill.

┌─────────────────────────────────────────┐
│           Orchestration Skill           │
│  (SKILL.md — deliberation protocol)     │
│                                         │
│  1. Intake situation from user          │
│  2. Round 1: dispatch experts           │
│     independently (no groupthink)       │
│  3. Round 2+: identify tensions,        │
│     drive convergence                   │
│  4. Synthesize unified output           │
├──────────┬──────────┬───────────────────┤
│ Agent A  │ Agent B  │ Agent C           │
│ (lens 1) │ (lens 2) │ (lens 3)          │
└──────────┴──────────┴───────────────────┘

Each agent analyzes the same situation from a different lens. The skill teaches the calling agent how to orchestrate deliberation rounds, resolve tensions between experts, and produce a unified deliverable.

Built following PROSE architectural constraints. Skills follow the Agent Skills specification.

Build Your Own Team

Install the meta-skill and ask your agent to create a new team:

apm install danielmeppiel/agent-teams/packages/skill-agent-teams

Then: "Create an agent team for [your domain] with experts for [perspective A], [perspective B], and [perspective C]."

The agent-team-authoring skill will guide the agent through team composition, agent file design, orchestration protocol authoring, and APM packaging.

What is APM?

APM (Agent Package Manager) is the package manager for AI-native development. It resolves, installs, and compiles agent context primitives (instructions, agents, skills, prompts) across GitHub Copilot, Claude, Cursor, and OpenCode.

# Install APM
brew install danielmeppiel/tap/apm

# Or with pip
pip install apm-cli

License

MIT

About

Reusable agent teams for APM — composable panels of specialized experts orchestrated by deliberation skills

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors