team

Coordinate parallel workers for independent tasks in the oh-my-ccg framework.

1|Updated Feb 23, 2026
One-click install
npx skills add https://github.com/1molchuan/oh-my-ccg --skill team-1molchuan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: team
Source: https://github.com/1molchuan/oh-my-ccg/tree/main/skills/team
Command: npx skills add https://github.com/1molchuan/oh-my-ccg --skill team-1molchuan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Parallel teamwork is hard to coordinate and can slow down project delivery. This skill enables orchestrated, parallel execution by spawning multiple workers and distributing tasks to maximize throughput while preserving correctness.

Core Features & Use Cases

  • Parallel execution: spawn N workers and assign independent tasks
  • Task routing: different task types route to appropriate worker roles via MCP tools
  • Progress and verification: monitor task completion and verify results to ensure quality
  • Use Case: when you have a set of independent tasks identified from a plan, use team to execute them concurrently and reduce total cycle time.

Quick Start

Invoke the team skill with a task description and worker count, e.g., /oh-my-ccg:team 4 'spawn UI component tasks'.

Frequently Asked Questions about team

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

FAQPage Schema
How do I execute parallel tasks concurrently to reduce project cycle time?

To execute parallel tasks concurrently, you can orchestrate multiple workers by spawning N agents and routing independent workstreams to them. This distributes tasks via MCP tools to maximize throughput and reduce total cycle time.

What is multi-agent orchestration for task distribution?

Multi-agent orchestration is the coordination of N parallel workers to execute independent tasks within a framework. It routes specific task types, like frontend or backend work, to appropriate agent roles via MCP tools while monitoring progress and verifying results.

How do I route frontend and backend tasks to different agents?

You route frontend and backend tasks by invoking a team skill that decomposes plans into parallelizable workstreams. The orchestration logic automatically routes frontend tasks to designer agents and backend tasks to architect agents using MCP tools.

Can I use parallel workers for independent tasks within the oh-my-ccg framework?

Yes, you can use parallel workers within the oh-my-ccg framework to execute independent tasks. The skill handles end-to-end coordination, task distribution, lifecycle management, and safety checks to ensure correctness during concurrent execution.

When should I use parallel execution for workflow orchestration?

You should use parallel execution when you have a set of independent tasks identified from a plan. Orchestrating multiple workers concurrently maximizes throughput and significantly reduces total project delivery cycle time while preserving correctness.

How do I spawn multiple workers for concurrent task execution?

To spawn multiple workers, invoke the team skill with a task description and worker count, such as specifying 4 workers to spawn UI component tasks. The framework handles progress monitoring and verification to ensure quality.