subagent-driven-development

Automate implementation plan execution with subagents for spec and code reviews.

16|3|Updated Jun 8, 2026
One-click install
npx skills add https://github.com/Yomiamy/flutter_inspector_kit --skill subagent-driven-development-yomiamy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: subagent-driven-development
Source: https://github.com/Yomiamy/flutter_inspector_kit/tree/main/.claude/skills/subagent-driven-development
Command: npx skills add https://github.com/Yomiamy/flutter_inspector_kit --skill subagent-driven-development-yomiamy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the execution of implementation plans with independent tasks in a session, ensuring high-quality code delivery through subagent collaboration.

Core Features & Use Cases

  • Task-based Execution: Deploy fresh subagents per task for isolated processing.
  • Two-Stage Review: Conduct spec compliance and code quality reviews for each task.
  • Use Case: When developing a complex feature, use this Skill to break down the plan into tasks. Each task will have an implementer, spec reviewer, and code quality reviewer ensuring thoroughness.

Quick Start

Dispatch subagents for implementing, reviewing, and ensuring the quality of tasks in your plan.

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 an implementation plan with independent tasks using subagents?

You can automate an implementation plan with independent tasks by dispatching fresh subagents for isolated processing. The Skill deploys separate subagents to handle task implementation, specification review, and code quality assessment.

What is the best way to ensure code quality when executing complex multi-file development tasks?

Ensuring code quality for multi-file tasks is achieved through a two-stage subagent review process. Each task undergoes both a specification compliance review and a dedicated code quality assessment before completion.

How does subagent-driven task execution work for development workflows?

Subagent-driven task execution works by breaking down a development plan into isolated tasks. A fresh subagent is deployed per task to implement code, followed by independent subagents reviewing spec compliance and code quality.

Do I need to use TDD when automating task execution with this development workflow?

Yes, Test-Driven Development is required when using this workflow. The Skill is designed to execute tasks that require TDD and a solid understanding of software design, ensuring high-quality iterations.

Can I use subagent-driven development for isolated function implementations?

Yes, subagent-driven development is suitable for tasks with varying complexity, ranging from isolated functions to multi-file coordination. It leverages subagents to handle both the implementation and the review phases.

When should I avoid automating execution with independent subagents?

You should avoid automating execution with independent subagents if your plan lacks clearly independent tasks. The Skill requires breaking down the plan into isolated tasks to properly deploy implementer and reviewer subagents.