subagent-driven-development

Dispatch fresh subagents per task with code review checkpoints.

4|1|Updated Oct 29, 2025
One-click install
npx skills add https://github.com/samjhecht/wrangler --skill subagent-driven-development-samjhecht
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: subagent-driven-development
Source: https://github.com/samjhecht/wrangler/tree/main/skills/subagent-driven-development
Command: npx skills add https://github.com/samjhecht/wrangler --skill subagent-driven-development-samjhecht

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Executing complex implementation plans can be slow and error-prone, especially when managing context across multiple tasks or lacking continuous quality gates, leading to rework.

Core Features & Use Cases

  • Fresh Subagent per Task: Dispatches a new, focused subagent for each independent task, preventing context pollution and ensuring clarity.
  • Continuous Code Review: Integrates code review after every task, catching issues early and preventing them from compounding.
  • Fast Iteration: Enables rapid progress within the same AI session, combining the benefits of parallel execution with immediate feedback.
  • Use Case: When executing implementation plans with independent tasks in the current AI session, this skill provides a high-quality, fast-iteration workflow with continuous quality gates.

Quick Start

I have an implementation plan for 'user-settings'. Guide me through subagent-driven development to execute it.

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 faster with automated quality checks?

Subagent-driven development dispatches a fresh subagent for each independent task, preventing context pollution while integrating mandatory code reviews and TDD compliance checks between tasks. This enables rapid iteration with continuous quality gates that catch issues early.

What's the best way to prevent context pollution across multiple development tasks?

Fresh subagent isolation per task ensures each subagent operates independently without cross-task context bleed. This approach maintains clarity and focus, allowing parallel execution within the same session while avoiding accumulated errors from shared context.

Can I use automated code review checkpoints in my development workflow?

Yes, this approach enforces mandatory code-review checkpoints after every task completion. Reviews catch issues immediately, preventing defects from compounding across the implementation plan and reducing rework cycles.

When should I use subagent-driven development for my implementation plan?

Use this approach when executing plans with independent tasks in a single AI session where you need rapid iteration combined with continuous quality gates. It's ideal for scenarios where context isolation and immediate feedback prevent errors better than sequential execution.

Does this workflow support test-driven development requirements?

Yes, TDD compliance is enforced as a mandatory requirement. Each task's subagent must satisfy TDD standards, with structured reporting of implementations, tests, and changes to ensure quality at every step.