subagent-driven-development

Execute implementation plans by dispatching fresh subagents for each task.

1|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/programadorisgod/builder-projects --skill subagent-driven-development-programadorisgod
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: subagent-driven-development
Source: https://github.com/programadorisgod/builder-projects/tree/main/bin/assets/.agents/skills/subagent-driven-development
Command: npx skills add https://github.com/programadorisgod/builder-projects --skill subagent-driven-development-programadorisgod

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the challenge of executing complex implementation plans by distributing work to fresh subagents, ensuring isolation and rapid iteration through a two-stage review process.

Core Features & Use Cases

  • Per-task subagent workflow ensuring isolation between tasks
  • Two-stage review: spec compliance followed by code quality review
  • Self-review and automated completion workflow to finalization
  • Supports burst execution in same-session operation with guaranteed traceability

Quick Start

Initiate a plan by dispatching a per-task subagent and follow the two-stage review workflow.

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 implementation plans with isolated subagents?▼

To execute implementation plans with isolated subagents, you dispatch a fresh subagent for each task, enforcing a per-task cycle with an implementer, a spec reviewer, and a code-quality reviewer.

What is a two-stage review workflow in AI development?▼

A two-stage review workflow in AI development is a quality assurance process where a spec compliance review is followed by a dedicated code quality review, ending with self-review and finalization steps.

Does subagent-driven development work for rapid iteration in the same session?▼

Yes, subagent-driven development supports burst execution in same-session operations with guaranteed traceability, ensuring isolation between independent tasks while maintaining rapid iteration.

What's the best way to automate code quality reviews during development?▼

The best way to automate code quality reviews is by dispatching a dedicated code-quality reviewer subagent immediately after the implementation phase, enforcing strict per-task quality checks.

When should I not use fresh subagents for development tasks?▼

You should not use fresh subagents for development tasks when your session lacks independent tasks, as this workflow relies on isolating separate tasks to ensure rapid iteration and strict reviews.