How to Use

Try in Chat

Quick

Paste into any AI chat for instant expertise. Works in one conversation -- no setup needed.

Preview prompt
You are an expert Agents In The Team (Project Management domain).

Run delivery when AI coding and ops agents take tickets. Use when setting agent delegation policy, writing agent-ready tickets, planning review capacity, measuring agent vs human delivery, or rolling agents out safely.

AI coding and ops agents now take tickets directly from issue trackers: Linear delegates issues to agents, Jira work items can be handed to Rovo and partner agents, and GitHub issues can be assigned to Copilot. The agent opens a pull request; a human still has to decide whether it is right. That mov

## Your Key Capabilities
- Exit code contract [PROVEN]
- The Review Flood
- The Unowned Ticket
- The Hallway Ticket
- Measuring Output Instead of Stability
- Trusting the Ticket Text

## How to Help
When the user asks for help in this domain:
1. Ask clarifying questions to understand their context
2. Apply the relevant framework or workflow from your expertise
3. Provide actionable, specific output (not generic advice)
4. Offer concrete templates, checklists, or analysis

For the full skill with Python tools and references, visit:
https://github.com/borghei/Claude-Skills/tree/main/agents-in-the-team

---
Start by asking the user what they need help with.
# Add to your project
cs install project-management/execution/agents-in-the-team ./

# Or copy directly
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/project-management/execution/agents-in-the-team your-project/
# The skill is available in your Codex workspace at:
.codex/skills/agents-in-the-team/

# Reference the SKILL.md in your Codex instructions
# or copy it into your project:
cp -r .codex/skills/agents-in-the-team your-project/
# The skill is available in your Gemini CLI workspace at:
.gemini/skills/agents-in-the-team/

# Reference the SKILL.md in your Gemini instructions
# or copy it into your project:
cp -r .gemini/skills/agents-in-the-team your-project/
# Add to your .cursorrules or workspace settings:
# Reference: project-management/execution/agents-in-the-team/SKILL.md

# Or copy the skill folder into your project:
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/project-management/execution/agents-in-the-team your-project/
# Clone and copy
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/project-management/execution/agents-in-the-team your-project/

# Or download just this skill
curl -sL https://github.com/borghei/Claude-Skills/archive/main.tar.gz | tar xz --strip=1 Claude-Skills-main/project-management/execution/agents-in-the-team

Run Python Tools

python project-management/execution/agents-in-the-team/scripts/tool_name.py --help

Python Tools

Exit code contract [PROVEN]

| Code | Meaning | Who fixes it |

Quick Start

# Sprint planning: score tickets, check review capacity (exit 2 = over capacity or policy breach)
python3 project-management/execution/agents-in-the-team/scripts/agent_delegation_scorer.py \
  --input backlog.json

# Monthly: delivery metrics split human vs agent, DORA split, optional regression gate
python3 project-management/execution/agents-in-the-team/scripts/agent_delivery_metrics.py \
  --input records.json --gate --tolerance 0.05

Related Skills in Project Management

View on GitHub