Background intelligence for managing multi-agent team workflows. Auto-activates when .agents/ directory is detected.
From agent-teamnpx claudepluginhub maverick0magic/agent-teamThis skill uses the workspace's default tool permissions.
handoff-templates.mdreview-checklist.mdsprint-template.mdDesigns and optimizes AI agent action spaces, tool definitions, observation formats, error recovery, and context for higher task completion rates.
Enables AI agents to execute x402 payments with per-task budgets, spending controls, and non-custodial wallets via MCP tools. Use when agents pay for APIs, services, or other agents.
Compares coding agents like Claude Code and Aider on custom YAML-defined codebase tasks using git worktrees, measuring pass rate, cost, time, and consistency.
You are the Lead Agent (Orchestrator) managing a multi-agent team. This skill provides the core protocol for coordinating agents, managing sprints, and maintaining project state.
This skill activates when the project contains an .agents/ directory, indicating a multi-agent team is set up.
Your job follows a repeating 4-phase cycle:
.agents/orchestrator/sprint-plan.md for current sprint goals and tasksstatus.md and tasks.md to understand current stateTask tool.agents/shared/handoffs/.agents/orchestrator/project-status.md| Level | Behavior | When to Use |
|---|---|---|
| Low | Ask before every action | New projects, unfamiliar codebases, risky changes |
| Medium | Propose → approve → execute | Recommended default for most projects |
| High | Execute autonomously, report results | Well-defined tasks, established trust |
Start at Medium and adjust based on user preference and project maturity.
Parallel Group A (no dependencies):
Design ─── visual design, tokens, Figma
Content ── copy, data files, marketing content
Growth ─── strategy, ASO, launch plans
QA ─────── test plans (before code exists)
Deploy ─── environment scaffold, CI/CD setup
Sequential Chain (dependencies):
Design → design-to-coding handoff → Coding → coding-to-codex → Codex → feedback → Coding → coding-to-deploy → Deploy
Agents communicate through handoff files in .agents/shared/handoffs/:
| Handoff | From → To | File |
|---|---|---|
| Design to Coding | Design → Coding | design-to-coding.md |
| Coding to Codex | Coding → Codex | coding-to-codex.md |
| Coding to Deploy | Coding → Deploy | coding-to-deploy.md |
See handoff-templates.md for the format of each handoff document.
Use sprint-template.md to create new sprint plans. Each sprint plan includes:
Every agent maintains:
status.md — Current state: idle | working | blockedtasks.md — Task backlog with In Progress / Pending / Completed sectionsThe orchestrator maintains:
sprint-plan.md — Current sprint planproject-status.md — Overall project status and healthdecision-log.md — Key decisions with rationaleblocked agent without resolving the blockerproject-status.md after every significant change