subagent-driven-development

Dispatches fresh subagents per task with enforced code reviews between tasks.

6|Updated Apr 23, 2026
One-click install
npx skills add https://github.com/ImL1s/flutter-claude-skills --skill subagent-driven-development-iml1s
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: subagent-driven-development
Source: https://github.com/ImL1s/flutter-claude-skills/tree/main/skills/subagent-driven-development
Command: npx skills add https://github.com/ImL1s/flutter-claude-skills --skill subagent-driven-development-iml1s

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Use when executing implementation plans with independent tasks in the current session - dispatches fresh subagent for each task with code review between tasks, enabling fast iteration with quality gates

Core Features & Use Cases

  • Fresh subagent per task with automatic code reviews between tasks
  • Independent plan execution in the current session with fast feedback loops
  • Structured decision gates and quality checks between task iterations

Quick Start

Load a plan file and start the subagent-driven development workflow to execute each task in sequence with automatic subagent instantiation and post-task code reviews.

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 with code reviews between independent implementation steps?

Automating task execution with code reviews is achieved by dispatching a fresh subagent for each independent task and enforcing an automatic code review gate between task iterations to ensure quality. This workflow enables fast feedback loops during implementation.

What is subagent-driven development for AI agents?

Subagent-driven development is an orchestration pattern where a fresh subagent is instantiated for each task in an implementation plan. It enforces structured decision gates and post-task code reviews to maintain quality during fast, iterative execution.

How do I start a subagent workflow for an existing implementation plan?

To start the subagent workflow, load your implementation plan file into the current session and initiate the subagent-driven development workflow. The system will then automatically sequence each task, dispatch subagents, and execute post-task code reviews.

Does automated subagent dispatch work for independent tasks in the current session?

Automated subagent dispatch works specifically for independent tasks executed in the current session. It applies subagent instantiation and iterative code reviews directly to your active session to provide fast feedback without external dependencies.

When should I use a fresh subagent for each task instead of a single agent?

You should use a fresh subagent for each task when executing independent implementation plans where fast feedback is essential. This approach ensures unbiased task execution and enforces quality gates through structured code reviews between each discrete task.