subagent-driven-development

Dispatch fresh subagents for each task and enforce two-stage spec and code quality reviews.

1|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/yt8766/learning-agent-core --skill subagent-driven-development-yt8766
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: subagent-driven-development
Source: https://github.com/yt8766/learning-agent-core/tree/main/.agents/skills/subagent-driven-development
Command: npx skills add https://github.com/yt8766/learning-agent-core --skill subagent-driven-development-yt8766

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables structured delegation by issuing a fresh subagent for each task and enforcing a two-stage review cycle (spec compliance, then code quality) to improve quality and speed when executing implementation plans within a session.

Core Features & Use Cases

  • Fresh subagent per task to prevent context pollution and improve focus
  • Two-stage review after each task: spec compliance followed by code quality
  • Clear orchestration workflow with per-task dispatch, review loops, and escalation paths

Quick Start

Distribute each task to a new subagent and run two-stage reviews after every task to ensure spec compliance and code quality.

Frequently Asked Questions about subagent-driven-development

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

FAQPage Schema
How do I delegate independent development tasks to subagents without context pollution?

A two-stage code review workflow first checks spec compliance and then evaluates code quality after each task. This structured process ensures implementation plans meet requirements and maintain high standards through guided iterations and escalation paths.

How do I orchestrate a two-stage review process for task dispatch?

This subagent-driven development workflow is suitable for plans with mostly independent tasks that benefit from isolated context. It is designed for rapid, guided iterations where task dispatch and strict spec compliance are required within the current session.

What is the best way to enforce spec compliance and code quality during development?

Subagent-driven development coordinates distinct prompts for the implementer, spec reviewer, and code quality reviewer. This separation enforces sequential validation, enables self-review, and provides clear escalation paths if quality thresholds are not met.

When should I not use a fresh subagent per task for implementation plans?

You should not use a fresh subagent per task when implementation plans lack mostly independent tasks. This workflow relies on isolated context and rapid iterations, so tightly coupled tasks requiring continuous shared context may not benefit from this dispatch approach.