moai-workflow-team

Coordinate agent teams for MoAI workflow execution across plan and run phases.

Updated Feb 24, 2026
One-click install
npx skills add https://github.com/Jongsix/remote-claudecode --skill moai-workflow-team-jongsix
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: moai-workflow-team
Source: https://github.com/Jongsix/remote-claudecode/tree/main/.claude/skills/moai/moai-workflow-team
Command: npx skills add https://github.com/Jongsix/remote-claudecode --skill moai-workflow-team-jongsix

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps manage multi-agent work for MoAI workflows by organizing team creation, task breakdown, coordination, and shutdown so complex work can run in parallel with less manual oversight.

Core Features & Use Cases

  • Team creation and lifecycle management: Creates and deletes agent teams for plan, run, debug, and review phases.
  • Task decomposition and delegation: Breaks a workflow into self-contained tasks and assigns them to specialized teammates.
  • Inter-agent coordination: Routes messages, resolves ownership conflicts, and monitors progress across teammates.
  • Fallback handling: Switches to sub-agent mode when agent teams are unavailable or disabled.

Quick Start

Use the moai-workflow-team skill to set up a team-based plan and coordinate the work until shutdown.

Frequently Asked Questions about moai-workflow-team

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

FAQPage Schema
How do I coordinate agent teams for complex coding workflows?

You can coordinate agent teams by creating a team-based plan, decomposing the workflow into self-contained tasks, assigning them to specialized teammates, and routing messages until the work completes and triggers a shutdown.

What is the best way to break down a complex coding task for multiple agents?

Task decomposition breaks a complex workflow into self-contained tasks and assigns ownership to specialized teammates, enabling parallel execution for coding, review, or debugging work with less manual oversight.

How does inter-agent messaging work during multi-agent workflow execution?

Inter-agent messaging routes communication between teammates, resolves task ownership conflicts, and monitors progress across the team to ensure coordinated execution during the plan and run phases.

What happens when agent teams are unavailable for workflow coordination?

When agent teams are unavailable or disabled, fallback handling automatically switches the workflow execution to sub-agent mode so the multi-agent coordination can continue operating.

Do I need team-mode configuration to run multi-agent plan and debug phases?

Yes, team-mode configuration is required to create and manage the agent teams needed for the plan, run, debug, and review phases of a complex coding workflow.

How do I manage the lifecycle of an agent team across plan, debug, and review phases?

Lifecycle management creates and deletes agent teams for each phase, coordinating the work from initial team setup through task delegation and progress monitoring until final shutdown.