moai-workflow-team

Manage agent teams for MoAI workflows with task decomposition and inter-agent messaging.

67|27|Updated Dec 24, 2025
One-click install
npx skills add https://github.com/modu-ai/cc-plugins --skill moai-workflow-team
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: moai-workflow-team
Source: https://github.com/modu-ai/cc-plugins/tree/main/.claude/skills/moai/moai-workflow-team
Command: npx skills add https://github.com/modu-ai/cc-plugins --skill moai-workflow-team

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the management of AI agent teams, enabling parallel processing and collaborative task execution for complex software development workflows.

Core Features & Use Cases

  • Team Creation & Management: Automates the setup and teardown of agent teams for specific workflows.
  • Task Decomposition & Assignment: Breaks down complex tasks and assigns them to specialized teammates.
  • Inter-Agent Communication: Facilitates seamless messaging and coordination between team members.
  • Dual-Mode Execution: Supports both team-based and individual agent execution with automatic fallback.
  • Use Case: When tackling a large feature requiring backend, frontend, and testing expertise, this Skill can orchestrate a team of agents to work concurrently, significantly accelerating development time.

Quick Start

Use the moai-workflow-team skill to create a new agent team for the current project.

Frequently Asked Questions about moai-workflow-team

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

FAQPage Schema
How do I manage AI agent teams for parallel task processing?

Managing AI agent teams for parallel task processing involves creating a team, spawning specialized teammates, and assigning decomposed tasks. The MoAI workflow handles inter-agent messaging and dual-mode execution to coordinate concurrent software development.

What is task decomposition in AI agent workflows?

Task decomposition in AI agent workflows is the process of breaking complex software development tasks into smaller units. The system assigns these specialized subtasks to individual teammates, enabling them to work concurrently and accelerating overall development time.

How do I set up an agent team for a complex software development workflow?

To set up an agent team for a complex software development workflow, you initiate team creation and spawn teammates with specific expertise. The system integrates with SPEC workflows, coordinating plan and run phases before executing tasks and handling automatic shutdown.

Do I need a specific Claude Code version to use agent team features?

Yes, using agent team features requires enabling the experimental agent teams capability within a specific Claude Code version. The system relies on this environment to support team-based execution and will automatically fallback to sub-agent mode if unavailable.

What happens when team-based execution fails during a workflow?

When team-based execution fails or is unsupported during a workflow, the system utilizes a dual-mode execution strategy. It automatically falls back to sub-agent mode, allowing the task to continue processing individually rather than halting the entire operation.

Why use an AI agent team instead of a single agent for feature development?

Using an AI agent team instead of a single agent for feature development allows parallel processing of specialized tasks. Coordinated teammates handle backend, frontend, and testing concurrently, significantly accelerating development time compared to sequential single-agent execution.