subagent-driven-development

Dispatch fresh subagents for independent plan tasks with automated two-stage review per task.

Updated Jan 31, 2026
One-click install
npx skills add https://github.com/involvex/image-wizard-cli --skill subagent-driven-development-involvex
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: subagent-driven-development
Source: https://github.com/involvex/image-wizard-cli/tree/main/.gemini/skills/subagent-driven-development
Command: npx skills add https://github.com/involvex/image-wizard-cli --skill subagent-driven-development-involvex

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Dispatch fresh subagents to execute independent plan tasks within a single session, ensuring clean context and fast iteration.

Core Features & Use Cases

  • Fresh subagent per task to prevent context leakage and enable parallel work
  • Two-stage review per task: spec compliance followed by code quality
  • In-session orchestration for iterative development on complex plans
  • Suitable for software engineering workflows that break plans into discrete tasks

Quick Start

Initiate the workflow by dispatching an implementer subagent for the first task and follow the automated two-stage review loop to ensure specification adherence before quality checks.

Frequently Asked Questions about subagent-driven-development

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

FAQPage Schema
How do I dispatch fresh subagents for independent plan tasks in a single session?

To dispatch fresh subagents for independent plan tasks, you initiate a workflow that assigns each task to a dedicated subagent, ensuring clean context isolation and enabling parallel work within a single session.

What is two-stage review for subagent task execution?

Two-stage review for subagent task execution is an automated quality control loop that checks specification compliance first, followed by code quality, before proceeding to the next task.

How do I prevent context leakage when automating multi-task implementation plans?

To prevent context leakage when automating multi-task implementation plans, you dispatch a fresh subagent per task, isolating the working context and enabling fast iterative development.

Can I use subagent-driven development for complex software engineering workflows?

Yes, you can use subagent-driven development for complex software engineering workflows that break down large plans into discrete tasks, applying automated handoffs and iterative self-review.

What is the best way to orchestrate iterative self-review for AI agents?

The best way to orchestrate iterative self-review for AI agents is using an in-session workflow that applies automated two-stage reviews, checking spec compliance and code quality after each task dispatch.