subagent-driven-development

Dispatch fresh subagents per task to execute implementation plans with two-stage reviews.

2|Updated Jan 21, 2026
One-click install
npx skills add https://github.com/roderik/mpe --skill subagent-driven-development-roderik
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: subagent-driven-development
Source: https://github.com/roderik/mpe/tree/main/.agents/skills/subagent-driven-development
Command: npx skills add https://github.com/roderik/mpe --skill subagent-driven-development-roderik

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill orchestrates plan execution by dispatching fresh subagents per task within the same session, enabling fast iteration with isolated context and structured two-stage reviews (spec compliance followed by code quality review).

Core Features & Use Cases

  • Per-task subagent dispatch with isolated context
  • Two-stage review process: spec compliance then code quality
  • Deterministic workflow within a single session
  • Clear progress tracking across multiple tasks

Quick Start

Use this skill to execute an implementation plan by dispatching a new subagent per task in the current session and applying the two-stage review after each 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 execution for an implementation plan using subagents?

You automate plan execution by dispatching a fresh subagent per independent task within a single session. This workflow applies context isolation and predefined prompts to ensure rapid iteration and structured code review.

What is the best way to maintain context isolation when executing multiple independent tasks?

The best way to maintain context isolation is dispatching a fresh subagent for each task. This ensures deterministic workflow execution and prevents context bleed during rapid iteration across multiple tasks.

How does two-stage code review work for task automation workflows?

Two-stage code review works by applying predefined prompts sequentially after each task dispatch. The first stage checks spec compliance, and the second stage evaluates code quality to ensure the implementation plan meets requirements.

Can I use subagent dispatch for TDD workflows in a single session?

Yes, you can use subagent dispatch for TDD workflows in a single session. The skill orchestrates rapid iteration by applying a plan-to-review flow with predefined prompts for spec compliance and code quality.

When should I use subagent-driven workflow orchestration for software engineering?

You should use subagent-driven workflow orchestration when you need to execute an implementation plan with independent tasks. It provides rapid iteration, clear progress tracking, and structured two-stage reviews within a single session.

Does plan execution with subagent dispatch require external dependencies?

No, plan execution with subagent dispatch requires no external dependencies. The skill operates independently by using predefined prompts and per-task dispatch to maintain spec compliance and code quality within the current session.