team-coordinate

Generate worker role-specs and dispatch dependency-driven pipelines for complex tasks.

1|Updated May 12, 2026
One-click install
npx skills add https://github.com/tcytan/tecton --skill team-coordinate-tcytan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: team-coordinate
Source: https://github.com/tcytan/tecton/tree/main/.claude/skills/team-coordinate
Command: npx skills add https://github.com/tcytan/tecton --skill team-coordinate-tcytan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It solves the problem of breaking down complex tasks into coordinated, role-based work that advances step-by-step until deliverables are produced.

Core Features & Use Cases

  • Dynamic team orchestration: Generates up to 5 runtime worker roles from your task, then dispatches them with a dependency-aware pipeline.
  • Shared session state and artifacts: Persists progress, roles, and deliverables under a session directory and keeps cross-role context synchronized.
  • Recovery and adaptation: Supports resume, status checks, mid-pipeline capability gap adaptation, and fast-advance reconciliation.

Quick Start

Invoke team-coordinate with your task description by asking: "Team Coordinate <your task description>".

Frequently Asked Questions about team-coordinate

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

FAQPage Schema
How do I coordinate multi-stage projects with dynamic worker roles?

You can orchestrate multi-stage projects by analyzing your task, generating up to five dynamic worker role-specs, and dispatching them through a dependency-driven pipeline. It synchronizes shared session state and handles mid-execution capability gaps to produce deliverables.

What is the best way to break down complex tasks into role-based work?

The best way to break down complex tasks is using dependency-aware pipeline orchestration. It generates runtime worker roles from your task description, dispatches them step-by-step, and persists cross-role context under a session directory until deliverables are produced.

How do I resume a team orchestration pipeline after an interruption?

You can resume a team orchestration pipeline by leveraging session persistence and callback-based advancement. The skill supports status checks and fast-advance reconciliation to repair and continue interrupted multi-stage workflows from their last persisted state.

Does team orchestration work for research-to-implementation and plan-and-build workflows?

Team orchestration works for research-to-implementation, documentation plus verification, and plan-and-build workflows. It generates dependency-driven role-specs and maintains synchronized cross-role context throughout execution to deliver complex multi-stage artifacts.

What are the limitations of runtime worker roles in pipeline DAG orchestration?

Runtime worker role generation is capped at five workers per pipeline DAG. The skill also requires a YAML frontmatter-defined skill entry to initialize session state, orchestrate callback-based advancement, and manage dependency-driven artifact production.