gteam

Route user goals to specialists and load their skills on demand.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/gcampton/GTeam --skill gteam
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gteam
Source: https://github.com/gcampton/GTeam/tree/main/coordinator
Command: npx skills add https://github.com/gcampton/GTeam --skill gteam

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

GTeam coordinates a user's goal by routing requests to the correct specialist, loading their skill on demand, and executing multi-step workflows with a lightweight, single-entry point.

Core Features & Use Cases

  • On-demand loading of specialist SKILL.md to drive execution without pre-loading all capabilities.
  • End-to-end coordination across multiple specialists with typed handoffs between jobs.
  • Single entry-point orchestration for multi-specialist workflows (e.g., content campaigns, contract reviews, product launches).

Quick Start

Describe a goal to GTeam and it will route to the appropriate specialist, load their skill, and execute the workflow.

Frequently Asked Questions about gteam

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

FAQPage Schema
How do I orchestrate workflow handoffs across multiple AI specialists?

To orchestrate workflow handoffs across multiple specialists, you need a routing protocol that loads skills on demand and enforces typed handoffs between jobs. This coordinates end-to-end execution without pre-loading all capabilities.

What is on-demand skill loading and how does it reduce token usage?

On-demand skill loading is a routing mechanism that retrieves a specialist's SKILL.md only when needed for execution. It reduces upfront token usage by avoiding pre-loading all capabilities into the context window simultaneously.

Can I coordinate multi-step workflows like contract reviews using a single entry point?

Yes, you can coordinate multi-step workflows like contract reviews, content campaigns, and product launches through a single entry point. The orchestration routes each phase to the right specialist and enforces the shared handoff schema.

How do I route user goals to the correct specialist automatically?

You route user goals to the correct specialist by describing the goal to the orchestrator. It applies a routing protocol to identify the matching specialist, loads their skill from the skills directory, and executes the workflow.

Does multi-specialist orchestration require pre-configuring all skills upfront?

No, multi-specialist orchestration does not require pre-configuring all skills upfront. The system dynamically loads the required specialist skill on demand during execution, which significantly reduces initial token consumption.

When should I not use a single-entry routing protocol for workflow execution?

You should not use a single-entry routing protocol for workflow execution if your task involves a single specialist with no handoffs. It is designed for end-to-end coordination across multiple specialists with typed handoffs.