subagent-driven-development

Execute implementation plans by dispatching subagents with two-stage reviews.

134|12|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/6BNBN/FlowPilot --skill subagent-driven-development-6bnbn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: subagent-driven-development
Source: https://github.com/6BNBN/FlowPilot/tree/main/%E5%85%BC%E5%AE%B9codex%40cursor%E4%B8%80%E9%94%AE%E5%AE%89%E8%A3%85%E6%8A%80%E8%83%BD/codex%E4%B8%80%E9%94%AE%E5%AE%89%E8%A3%85%E6%8A%80%E8%83%BD/.codex-home-claude-parity/skills/subagent-driven-development
Command: npx skills add https://github.com/6BNBN/FlowPilot --skill subagent-driven-development-6bnbn

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the execution of implementation plans by dispatching independent subagents for each task, ensuring high quality through a structured two-stage review process.

Core Features & Use Cases

  • Automated Task Execution: Breaks down an implementation plan into discrete tasks, each handled by a dedicated subagent.
  • Two-Stage Review: Each task undergoes a spec compliance review followed by a code quality review before being marked complete.
  • Use Case: When you have a complex feature to implement, this Skill can systematically build out each component, ensuring it meets specifications and quality standards without manual oversight between steps.

Quick Start

Use the subagent-driven-development skill to execute the current implementation 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 implementation plan execution for complex development workflows?

Automated implementation plan execution is achieved by breaking down the plan into discrete tasks, dispatching an independent subagent for each task, and running a two-stage review process to ensure spec compliance and code quality before completion.

What is the two-stage review process for code quality and spec compliance?

The two-stage review process evaluates each completed task first for spec compliance against defined requirements, then for code quality, ensuring systematic task execution meets high standards without manual oversight between steps.

How do I execute development tasks iteratively within a single session?

Iterative development within a single session is facilitated by dispatching dedicated subagents for each task, allowing complex features to be built out systematically while incorporating automated reviews for quality standards.

Does subagent-driven development require manual oversight between task execution steps?

No manual oversight is required between steps, as the development workflow automatically handles task execution and conducts both spec compliance and code quality reviews independently for each component before marking it complete.

When should I use automated subagents for task execution in software engineering?

Automated subagents for task execution should be used when you have a complex feature to implement, ensuring each component systematically meets defined specifications and quality standards without manual intervention.