subagent-driven-development

Dispatch autonomous subagents to execute implementation tasks with two-stage reviews.

1|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/mealpac/manus --skill subagent-driven-development-mealpac
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: subagent-driven-development
Source: https://github.com/mealpac/manus/tree/main/skills/workflow-skills/subagent-driven-development
Command: npx skills add https://github.com/mealpac/manus --skill subagent-driven-development-mealpac

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables executing implementation plans by dispatching fresh subagents to perform independent tasks within the current session.

Core Features & Use Cases

  • Orchestrates multiple subagents to work on a shared plan with isolation between tasks.
  • Enforces a two-stage review process after each task: spec compliance and code quality.
  • Provides a repeatable workflow for fast iteration and traceability across complex projects.

Quick Start

Initiate the plan execution by dispatching an implementer subagent for the first task.

Frequently Asked Questions about subagent-driven-development

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

FAQPage Schema
How do I automate task orchestration for a complex development plan?

You can automate task orchestration by dispatching autonomous subagents to execute independent implementation tasks within a single session. This enforces plan extraction, controlled task flow, and explicit review loops to ensure quality and traceability.

What is the best way to isolate code changes during fast development iteration?

The best way to isolate code changes is to use per-task isolation by dispatching a fresh subagent for each implementation task. This provides a repeatable workflow for fast iteration across complex projects without cross-task interference.

How does the two-stage review process work for subagent code generation?

The two-stage review process evaluates subagent code generation by first checking spec compliance and then assessing code quality. This explicit review loop is enforced after each task to guarantee traceability and quality.

Can I use this workflow for structured tasks with strict spec compliance requirements?

Yes, you can use this workflow for structured tasks with strict spec compliance requirements. It dispatches autonomous subagents and enforces a two-stage review process to verify that implementation matches the plan specifications.

Do I need to manually manage task flow when dispatching multiple subagents?

No, you do not need to manually manage task flow when dispatching multiple subagents. The workflow enforces controlled task flow and plan extraction automatically, allowing subagents to work on a shared plan with isolation between tasks.