subagent-driven-development

Delegate each development task to a fresh subagent with two-stage reviews.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Subagent-Driven Development Skill enables teams to execute complex implementation plans by delegating each task to a fresh subagent, preventing context bleed and accelerating iteration with strict review checkpoints.

Core Features & Use Cases

  • Fresh-subagent per task: isolates context to ensure focused, deterministic delivery.
  • Two-stage reviews: spec compliance first, then code quality review for each task.
  • Prompt templates and workflow guidance for implementer, spec reviewer, and code-quality reviewer to enforce consistency.
  • Useful for multi-task execution in planning-heavy projects like feature rollouts, refactors, or experiments where parallel tasks must be validated.

Quick Start

Dispatch an implementer subagent for each task and follow with spec and code-quality reviews until approval.

Frequently Asked Questions about subagent-driven-development

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

FAQPage Schema
How do I prevent context pollution when executing multiple independent development tasks?

To prevent context pollution during multi-task execution, delegate each task to a fresh subagent. This isolation ensures focused, deterministic delivery by keeping the context clean for each implementation step.

How do I enforce spec compliance and code quality reviews across multiple development tasks?

Enforce spec compliance and code quality by applying a two-stage review process for each task. The workflow checks spec compliance first, then conducts a code quality review, using provided prompt templates for the reviewers.

What is the best way to orchestrate subagents for an end-to-end development plan?

The best way to orchestrate subagents for end-to-end development plans is to dispatch an implementer subagent for each task, followed by spec and code-quality reviews until approval, ensuring strict review checkpoints.

Can I use subagent task dispatch for planning-heavy projects like feature rollouts or refactors?

Yes, subagent task dispatch is specifically useful for multi-task execution in planning-heavy projects like feature rollouts, refactors, or experiments where parallel tasks must be validated independently.

When should I not use a fresh subagent for each task in my workflow?

You should avoid using a fresh subagent for each task when your workflow requires shared context across tasks or when the overhead of dispatching isolated subagents and conducting two-stage reviews outweighs the benefits for simple, single-step implementations.