Zum Hauptinhalt springen
Dieser Inhalt ist noch nicht in Ihrer Sprache verfügbar und wird auf Englisch angezeigt.

Team Skill

Skill Verifiziert Aktiv

N coordinated agents on shared task list using Claude Code native teams

Zweck

To facilitate complex, multi-agent workflows by providing a structured and robust system for task decomposition, coordination, and execution.

Funktionen

  • N-agent team coordination
  • Shared task list management
  • Task dependency handling
  • Staged execution pipeline (plan, prd, exec, verify, fix)
  • Support for native Claude agents and external CLI workers (Codex, Gemini)

Anwendungsfälle

  • Coordinating multiple agents to fix all TypeScript errors across a project.
  • Distributing complex development tasks like building a REST API among specialized agents.
  • Automating code reviews and security analysis using integrated CLI workers.
  • Implementing UI/UX design and documentation tasks with specialized agents.

Nicht-Ziele

  • Replacing the core Claude Code functionality.
  • Performing direct code execution outside of the orchestrated agent tasks.
  • Managing external project dependencies not related to agent orchestration.

Workflow

  1. Parse user input for agent count, type, and task description.
  2. Analyze the task and decompose it into file-scoped or module-scoped subtasks.
  3. Create a team and individual tasks with dependencies.
  4. Spawn specialized teammate agents (native Claude or CLI workers).
  5. Monitor task progress via messages and polling.
  6. Coordinate execution, handle failures, and manage dependencies.
  7. Verify results and perform fixes in a loop.
  8. Upon completion or failure, shut down teammates and clean up resources.

Praktiken

  • Agent Coordination
  • Task Management
  • Workflow Orchestration

Voraussetzungen

  • Claude Code
  • tmux (for CLI workers and certain features)

Installation

Zuerst Marketplace hinzufügen

/plugin marketplace add Yeachan-Heo/oh-my-claudecode
/plugin install oh-my-claudecode@omc

Qualitätspunktzahl

Verifiziert
99 /100
Analysiert about 22 hours ago

Vertrauenssignale

Letzter Commit1 day ago
Sterne33.7k
LizenzMIT
Status
Quellcode ansehen