subagent-driven-development

Dispatch independent subagents per task with two-stage review workflows.

3|Updated Mar 20, 2026
One-click install
npx skills add https://github.com/ever-oli/io --skill subagent-driven-development-ever-oli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: subagent-driven-development
Source: https://github.com/ever-oli/io/tree/main/skills/software-development/subagent-driven-development
Command: npx skills add https://github.com/ever-oli/io --skill subagent-driven-development-ever-oli

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables executing large implementation plans by splitting work into independent tasks, each handled by a fresh subagent, and validating results through a two-stage review to ensure spec compliance and quality while preventing context bleed.

Core Features & Use Cases

  • Fresh subagent per task to keep context clean and focused.
  • Two-stage review: first verify spec compliance, then assess code quality.
  • Automated plan extraction and task dispatch from a consolidated implementation plan.
  • Deterministic task workflow with built-in review handoffs to improve throughput on multi-task projects.

Quick Start

Provide an implementation plan file and run the per-task delegation workflow to auto-dispatch subagents and review tasks.

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 implementation plan execution across multiple independent tasks?

Automating implementation plan execution involves parsing a consolidated plan and dispatching a fresh subagent per task. This workflow keeps context clean and validates results through a two-stage review for spec compliance and code quality.

What is the best way to prevent context bleed when executing a large software engineering plan?

Preventing context bleed requires dispatching independent subagents for each task. Each subagent operates with fresh context, ensuring that implementation and review tasks remain isolated and focused on specific plan requirements.

How does the two-stage review workflow validate code quality and spec compliance?

The two-stage review workflow first verifies spec compliance, then independently assesses code quality. By using delegate_task for review handoffs, it ensures deterministic validation of implementation results against the original plan.

Do I need a specific file format to provide an implementation plan for task delegation?

You need to provide a consolidated implementation plan file. The workflow automatically extracts tasks from this file and parses the plan to auto-dispatch subagents and review tasks for each independent unit of work.

When should I use subagent delegation for multi-task projects?

Subagent delegation suits projects with multiple independent tasks where spec compliance and code quality are critical. It improves throughput by applying deterministic task workflows with built-in review handoffs for each dispatched subagent.