subagent-driven-development

Delegate independent implementation tasks to subagents and coordinate two-stage reviews.

Updated Jun 30, 2026
One-click install
npx skills add https://github.com/JiangAustin/Money_Never_Sleep --skill subagent-driven-development-jiangaustin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: subagent-driven-development
Source: https://github.com/JiangAustin/Money_Never_Sleep/tree/main/.claude/skills/subagent-driven-development
Command: npx skills add https://github.com/JiangAustin/Money_Never_Sleep --skill subagent-driven-development-jiangaustin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you execute multi-step implementation plans without context overload by delegating each independent task to a fresh subagent and enforcing a consistent review loop.

Core Features & Use Cases

  • Task Isolation: Gives each task a clean context so work stays focused and easier to debug.
  • Two-Stage Review: Verifies specification compliance first, then checks code quality before marking a task complete.
  • Plan Execution: Fits feature delivery plans where tasks are independent, such as staged refactors, small product slices, or coordinated multi-file changes.

Quick Start

Use this skill to turn the current plan into isolated subagent tasks and review each result for 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 execute multi-file feature delivery plans without context overload?

You can execute multi-file feature delivery plans without context overload by delegating independent implementation tasks to fresh subagents, ensuring each work item stays isolated. This requires precise context packaging for every delegated task to maintain focus.

What is a two-stage review process for task delegation?

A two-stage review process for task delegation verifies specification compliance first, then checks code quality before marking a task complete. This enforces a consistent review loop for every independent work item delivered by subagents.

Can I use subagent task isolation for iterative refactoring and staged development branches?

Yes, subagent task isolation applies to iterative refactors and staged development branches by giving each isolated work item a clean context. This makes coordinated multi-file changes easier to debug and track through explicit completion monitoring.

How do I coordinate code review and spec review for independent implementation tasks?

Coordinate code review and spec review for independent implementation tasks by running self-review and specification compliance checks before code-quality review. Explicit completion tracking ensures every delegated task passes both stages before completion.

When should I not use subagent-driven development for plan execution?

You should not use subagent-driven development for plan execution when tasks are highly interdependent rather than isolated, or when a plan spans multiple sessions. It is designed for single-session execution plans with independent work items.