team-assemble

Decompose tasks into roles and orchestrate expert teams via TeamCreate.

1|Updated Mar 30, 2026
One-click install
npx skills add https://github.com/Driving-Teacher/driving-teacher-ai-native --skill team-assemble-driving-teacher
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: team-assemble
Source: https://github.com/Driving-Teacher/driving-teacher-ai-native/tree/main/.claude/skills/team-assemble
Command: npx skills add https://github.com/Driving-Teacher/driving-teacher-ai-native --skill team-assemble-driving-teacher

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Analyzes user-provided tasks and dynamically forms expert teams, orchestrating them through TeamCreate to execute complex work efficiently.

Core Features & Use Cases

  • Phase-based workflow: Phase 1 analysis & team design, Phase 2 TeamCreate & TaskCreate, Phase 3 teammate execution, Phase 4 results aggregation.
  • Role-to-model mapping and dependency-aware task distribution to optimize parallel work.
  • End-to-end orchestration with dynamic team creation, task assignment, and result consolidation.

Quick Start

Prompt the system with a task description and request a Phase 1 team design to begin automatic team assembly and execution.

Frequently Asked Questions about team-assemble

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

FAQPage Schema
How do I automate parallel execution of complex tasks using AI-assisted team assembly?

AI-assisted team assembly automates parallel execution by decomposing complex tasks into independent roles, assigning subtasks to specialists via TeamCreate, and orchestrating TaskCreate and TaskUpdate calls to manage dependencies and consolidate results efficiently.

What is task decomposition and how does it work for parallel workflow automation?

Task decomposition for parallel workflow automation breaks complex work into independent subtasks assigned to dynamic expert roles. It analyzes the prompt in Phase 1, then uses TeamCreate and TaskCreate to distribute work, enabling specialists to execute dependent operations simultaneously.

How do I start assembling an expert team for research and implementation work?

Start assembling an expert team by prompting the system with a task description and requesting a Phase 1 team design. This triggers automatic analysis, role-to-model mapping, and dependency-aware task distribution to initiate the end-to-end orchestration and parallel execution workflow.

Does this team assembly approach work for tasks that require clear dependency management?

Yes, team assembly explicitly requires clear dependency management to orchestrate parallel work. It uses dependency-aware task distribution during Phase 2 to sequence TaskCreate and TaskUpdate calls, ensuring independent subtasks execute efficiently without bottlenecks across phases.

What's the best way to manage dynamic team creation for multi-phase AI workflows?

The best way to manage dynamic team creation is through a phase-based workflow: Phase 1 analyzes and designs roles, Phase 2 executes TeamCreate and TaskCreate, Phase 3 handles teammate execution, and Phase 4 aggregates results. This ensures structured orchestration and optimized role-to-model mapping.

Why does parallel task execution require role-to-model mapping during team assembly?

Parallel task execution requires role-to-model mapping to optimize specialist assignments during team assembly. By matching independent subtasks to appropriate models in Phase 1, the system ensures efficient dependency-aware task distribution and maximizes the parallel execution capabilities of the assembled team.