team-lead

Orchestrate Claude-led agent teams with spawn rules and cleanup protocols.

Updated Apr 22, 2026
One-click install
npx skills add https://github.com/Shockwave2k/team-claude-skills --skill team-lead-shockwave2k
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: team-lead
Source: https://github.com/Shockwave2k/team-claude-skills/tree/main/skills/shared/team-lead
Command: npx skills add https://github.com/Shockwave2k/team-claude-skills --skill team-lead-shockwave2k

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The team leadership conventions help Claude coordinate multi-agent sessions by defining spawn rules, task structures, and safe cleanup so collaborative work runs smoothly.

Core Features & Use Cases

  • Before spawning: restate goals, draft task lists, identify hard dependencies to prevent misalignment.
  • At spawn time: assign named teammates, enforce ownership rules from existing project conventions, ensure relevant context is loaded.
  • While the team runs: monitor progress, avoid drifting into implementation tasks, route changes to the correct teammate.
  • Plan approval (when required): require tests for critical paths and surface changes to schema owners when necessary.
  • Synthesis: produce a concise summary of work, decisions, and remaining steps for user follow-up.
  • Cleanup: ensure all teammates idle or shut down before cleanup.

Quick Start

Spawn the Claude session, restate your goal, draft 5–6 independent tasks per teammate, and assign named roles to your teammates.

Frequently Asked Questions about team-lead

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

FAQPage Schema
How do I coordinate multiple AI agents to work on a software project together?

Multi-agent coordination requires establishing task structures, spawn rules, and safe cleanup protocols. You can orchestrate Claude-led agent teams by assigning named teammates, enforcing role-based ownership, and routing changes to the correct teammate for backend, frontend, and schema scenarios.

What is the best way to manage task planning and handoffs across subagents?

Task planning and handoffs across subagents are managed by drafting independent task lists, identifying hard dependencies to prevent misalignment, and enforcing context propagation. A synthesis step produces a concise summary of work, decisions, and remaining steps for user follow-up.

How do I prevent Claude from drifting into implementation tasks during a lead session?

To prevent Claude from drifting into implementation tasks during a lead session, monitor progress and route changes to the correct teammate. Named roles and role-based ownership rules ensure the lead session focuses on coordination rather than implementation.

Can I enforce plan approvals and require tests before teammates proceed?

Yes, plan approval workflows can require tests for critical paths and surface changes to schema owners when necessary. This ensures collaborative work runs smoothly and meets project conventions before teammates proceed with implementation.

How do I safely shut down agent teams after a coordinated work session?

Safe teardown of agent teams requires ensuring all teammates are idle or shut down before cleanup. The synthesis step produces a concise summary of work, decisions, and remaining steps before executing the final clean-up protocols.