team-kickoff

Spawn specialized teammates from a phase configuration YAML to generate plan documents.

5|Updated Feb 22, 2026
One-click install
npx skills add https://github.com/itsHabib/cc-sbx --skill team-kickoff
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: team-kickoff
Source: https://github.com/itsHabib/cc-sbx/tree/main/.claude/skills/team-kickoff
Command: npx skills add https://github.com/itsHabib/cc-sbx --skill team-kickoff

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and scripts (resource) components.

What problem does it solve?

This Skill automates the creation of specialized agent teams to plan new project phases, ensuring comprehensive and structured planning from the outset.

Core Features & Use Cases

  • Automated Team Formation: Creates Claude Code teams based on a provided phase configuration YAML.
  • Parallel Planning: Spawns multiple teammates simultaneously, each focused on a specific role and producing a dedicated plan document.
  • Use Case: When starting a new "Performance" phase for a project, use this Skill to define roles like "Load Test Engineer" and "Perf Telemetry Engineer," who will then independently draft their respective plan documents based on a master template.

Quick Start

Use the team-kickoff skill to spawn a planning team using the configuration file at 'configs/perf-phase.yaml'.

Frequently Asked Questions about team-kickoff

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

FAQPage Schema
How do I automate project planning by spawning multiple agent teams?

To automate project planning, you can spawn multiple agent teams by defining a phase configuration YAML file that specifies roles, focus areas, and system context for each specialized teammate. The Skill reads this YAML to manage team creation and parallel task assignment.

What is multi-agent parallel planning and how does it work for new project phases?

Multi-agent parallel planning involves spawning specialized teammates simultaneously, each focusing on a specific role to independently draft dedicated plan documents. It ensures all individual plans are completed before synthesis, providing comprehensive coverage for new project phases.

Can I define custom roles and focus areas for planning teammates using a YAML config?

Yes, you can define custom roles and focus areas for planning teammates by structuring a phase configuration YAML file. This configuration allows you to specify individual teammate roles, phase goals, system context, and dependencies for the automated team formation.

What's the best way to structure system context and dependencies for a project kickoff?

The best way to structure system context and dependencies for a project kickoff is to define them within a phase configuration YAML file. This ensures the spawned planning team has the necessary master template context to generate accurate plan documents.

Do I need to manually synthesize the plan documents generated by each teammate?

No, you do not need to manually synthesize the plan documents immediately. The Skill manages parallel execution of plan document generation for each teammate and ensures all plans are completed before any synthesis occurs.