mofa-workflow

Coordinate multi-agent handoffs across planning, implementation, review, and testing.

11|12|Updated Feb 28, 2026
One-click install
npx skills add https://github.com/mofa-org/mofa-skills --skill mofa-workflow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mofa-workflow
Source: https://github.com/mofa-org/mofa-skills/tree/main/_unpublished/mofa-workflow
Command: npx skills add https://github.com/mofa-org/mofa-skills --skill mofa-workflow

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates a structured multi-agent workflow (architect, developer, reviewer, tester) to break down complex tasks into concrete plans, handoffs, and quality checks.

Core Features & Use Cases

  • Roles and data flow: architect → developer → reviewer → tester, with explicit handoffs and revision loops.
  • Customizable pipeline: copy the team_build.dot and adjust roles, models, and max_revisions to fit project size.
  • End-to-end collaboration: plan, implement, review, and test in a coordinated cycle for higher-quality outputs.

Quick Start

Describe your task and run the mofa-workflow team_build pipeline to generate the execution plan.

Frequently Asked Questions about mofa-workflow

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

FAQPage Schema
How do I orchestrate a multi-agent workflow for software development?

Multi-agent workflow orchestration coordinates specialized roles like architect, developer, reviewer, and tester to break down complex tasks into concrete plans, explicit handoffs, and quality checks.

What is the best way to structure role handoffs in a multi-agent pipeline?

Structuring role handoffs in a multi-agent pipeline uses a sequential data flow where the architect passes plans to the developer, who passes code to the reviewer, enabling revision loops before testing.

Can I customize the roles and revision limits in a multi-agent orchestration pipeline?

You can customize multi-agent orchestration pipelines by copying the team_build.dot configuration to adjust roles, models, and max_revisions to fit your specific project size and team requirements.

Does multi-agent collaboration work for research and documentation tasks?

Multi-agent collaboration works for research and documentation tasks by applying the same planning, implementation, review, and testing cycles used in software development to coordinate complex deliverables.

How do I start a multi-agent team workflow for a complex project?

To start a multi-agent team workflow, describe your complex task and run the team_build pipeline to generate a structured execution plan with designated roles and data flow.