sub-agent-decompose-worker-review

Coordinates a three-agent pipeline to decompose, execute, and review tasks.

Updated Mar 21, 2023
One-click install
npx skills add https://github.com/bagrinsergiu/MB-migration --skill sub-agent-decompose-worker-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sub-agent-decompose-worker-review
Source: https://github.com/bagrinsergiu/MB-migration/tree/main/.cursor/skills/sub-agent-decompose-worker-review
Command: npx skills add https://github.com/bagrinsergiu/MB-migration --skill sub-agent-decompose-worker-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The skill explains how to coordinate a three-agent pipeline consisting of a task-decomposer, a task-worker, and a work-reviewer to break down tasks, implement subtasks, and validate outcomes. This structure enables clear handoffs, reproducible results, and iterative quality checks for complex workflows.

Core Features & Use Cases

  • Decomposition automation: automatically split complex tasks into ordered subtasks with dependencies and acceptance criteria.
  • Deterministic execution: task-worker applies minimal, safe changes following project guidelines and constraints.
  • Quality assurance loop: work-reviewer validates outputs, surfaces issues, and triggers corrective iterations (fix loop) when needed.
  • Use Case: orchestrating data migrations, feature implementations, or research tasks that require staged execution and review.

Quick Start

Provide a sample workflow showing how to decompose a task, execute subtasks, and review results.

Frequently Asked Questions about sub-agent-decompose-worker-review

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

FAQPage Schema
How do I automate multi-agent task decomposition and orchestration for complex workflows?

Multi-agent task decomposition is automated by a three-agent pipeline that splits complex tasks into ordered subtasks, executes them with a worker agent, and validates outcomes through a reviewer agent. This enables clear handoffs and iterative quality checks.

What is the best way to structure a multi-agent pipeline for staged execution and quality review?

The best way to structure a multi-agent pipeline is using modular task-decomposer, task-worker, and work-reviewer roles. This pattern separates task breakdown, safe incremental implementation, and output validation to ensure reproducible results.

How does the fix loop work when a reviewer rejects subtask outputs?

The fix loop works by having the work-reviewer agent validate task-worker outputs, surface issues, and trigger corrective iterations. The worker agent applies minimal changes again, passing artifacts back through the pipeline until quality criteria are met.

Can I use this multi-agent decomposition approach for data migrations and feature implementations?

Yes, you can use this multi-agent decomposition approach for data migrations, feature implementations, and research tasks. It applies to any complex workflow requiring clear task breakdown, incremental execution, and iterative quality checks across defined roles.

Do I need external dependencies to run the task-decomposer, worker, and reviewer pipeline?

No external dependencies are required to run the task-decomposer, worker, and reviewer pipeline. The skill operates independently, coordinating artifacts between the decomposition, worker, and reviewer stages without additional framework installations.

When should I not use a three-agent decomposition and review pipeline for task automation?

You should not use a three-agent decomposition and review pipeline for simple, single-step tasks that lack complex dependencies or acceptance criteria. Overhead from orchestration and iterative quality checks outweighs benefits for trivial workflows.