subagent-driven-development

Dispatch fresh subagents per task with inter-task code reviews.

Updated Oct 25, 2025
One-click install
npx skills add https://github.com/WesleyMFrederick/cc-workflows --skill subagent-driven-development-wesleymfrederick
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: subagent-driven-development
Source: https://github.com/WesleyMFrederick/cc-workflows/tree/main/.claude/skills/subagent-driven-development
Command: npx skills add https://github.com/WesleyMFrederick/cc-workflows --skill subagent-driven-development-wesleymfrederick

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Execute plan by dispatching fresh subagents per task, with code review between tasks to maintain quality while accelerating progress.

Core Features & Use Cases

  • Fresh subagent per task to avoid context pollution
  • Code review between tasks to catch issues early
  • Clear progression from task to task with automated reporting

Quick Start

Dispatch a sequence of tasks, each handled by a new subagent, with code reviews after each task.

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?

Dispatch a fresh subagent for each task in your plan, with automated code review after each completion. This approach isolates context per task, catches issues early through inter-task reviews, and maintains quality gates while accelerating iteration on mostly independent work.

What's the best way to coordinate multiple development tasks without context pollution?

Assign a new subagent to each task rather than using a single agent throughout. Fresh subagents avoid accumulated context drift, reduce reasoning errors across task boundaries, and provide clean task separation for in-session development workflows requiring fast iteration.

Can I automate code review and feedback application between workflow tasks?

Yes. Load your plan, execute each task with a dedicated subagent, run code review after task completion, apply feedback automatically, then finalize. This workflow ensures plan requirements and quality gates are met while eliminating manual review bottlenecks.

When should I use fresh subagents instead of a single agent for task orchestration?

Use fresh subagents for in-session development with mostly independent tasks where fast iteration and quality matter. Single-agent approaches accumulate context over time; fresh subagents per task prevent that degradation and enable reliable per-task code review gates.

How does inter-task code review maintain quality in rapid development workflows?

Code review between tasks catches issues immediately after completion rather than at the end. Automated per-task reviews provide early feedback loops, prevent defects from compounding across dependent tasks, and accelerate iteration by surfacing problems when context is fresh.