subagent-driven-development

Dispatch subagents to execute implementation tasks with code reviews between tasks.

1|Updated Sep 26, 2025
One-click install
npx skills add https://github.com/pascallammers/mylo-travel-concierge-v2 --skill subagent-driven-development-pascallammers
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: subagent-driven-development
Source: https://github.com/pascallammers/mylo-travel-concierge-v2/tree/main/.factory/skills/subagent-driven-development
Command: npx skills add https://github.com/pascallammers/mylo-travel-concierge-v2 --skill subagent-driven-development-pascallammers

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the execution of development plans by breaking them into independent tasks, each handled by a fresh subagent, with mandatory code reviews between tasks to ensure quality and catch issues early.

Core Features & Use Cases

  • Task Decomposition: Executes plans by dispatching a new subagent for each individual task.
  • Automated Code Review: Integrates a code reviewer after each task to identify strengths and issues.
  • Iterative Improvement: Facilitates fast iteration by fixing issues identified during reviews before proceeding.
  • Use Case: When implementing a complex feature defined in a plan, this skill ensures each part is coded, tested, and reviewed independently, preventing integration problems and maintaining code quality throughout the development process.

Quick Start

Use the subagent-driven-development skill to execute the plan defined in 'feature-plan.md'.

Frequently Asked Questions about subagent-driven-development

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

FAQPage Schema
How do I execute a development plan with automated code reviews between tasks?

Execute a development plan by dispatching independent subagents for each task, integrating automated code reviews between tasks to ensure quality assurance and catch issues early.

What is iterative development with quality gates and how does it work?

Iterative development with quality gates works by dispatching a fresh subagent for each task, running a code review after completion, and applying feedback before proceeding to the next task.

How do I break down a complex feature implementation into independent subagent tasks?

Break down a complex feature by dispatching a new subagent for each individual task defined in your plan, ensuring each part is coded, tested, and reviewed independently to prevent integration problems.

Does subagent-driven development require specific tools for implementation and code review?

Yes, subagent-driven development requires integration with droidz-codegen for task implementation and requesting-code-review to enforce quality gates between each independent task execution.

What's the best way to prevent integration problems when implementing a complex feature plan?

Prevent integration problems by using an iterative development workflow that dispatches fresh subagents for each task and mandates code reviews to identify and fix issues before proceeding.

Can I manage task execution and code review feedback within a single session?

Yes, this workflow manages task execution, subagent reporting, code review integration, and feedback application entirely within a single session to facilitate fast iterative improvement.