subagent-driven-development

Coordinate isolated subagents and two-stage reviews for development workflows.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Streamlines complex development workflows by orchestrating dedicated subagents to handle independent tasks within a single session, preventing context pollution and speeding iteration.

Core Features & Use Cases

  • Fresh per-task subagents with a strict two-stage review (spec compliance first, then code quality)
  • Avoids context leakage by isolating task work and promoting focused implementation
  • Templates and workflow guidance for implementer, spec reviewer, and code reviewer to standardize reviews

Quick Start

Dispatch an implementer subagent for Task N with the full task text and context, then run the spec compliance review and code quality review before proceeding.

Frequently Asked Questions about subagent-driven-development

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

FAQPage Schema
How do I orchestrate isolated subagents for complex development workflows?

You orchestrate isolated subagents by dispatching fresh per-task implementer subagents within a single session, running two-stage reviews for spec compliance and code quality before proceeding. This prevents context pollution and promotes focused implementation.

What is the best way to prevent context leakage during multi-task development?

Preventing context leakage requires isolating task work using fresh per-task subagents. This approach ensures dedicated subagents handle independent tasks separately, avoiding context pollution and speeding up iteration across complex development workflows.

How does a two-stage code review process work with subagents?

A two-stage code review process runs spec compliance first, then code quality. Template-driven prompts standardize reviews for the implementer, spec reviewer, and code reviewer, ensuring gated quality checks are met before proceeding.

Can I use template-driven prompts to standardize spec compliance and code reviews?

Yes, you can use template-driven prompts to standardize spec compliance and code reviews. Templates provide workflow guidance for the implementer, spec reviewer, and code reviewer roles to ensure consistent quality checks across isolated subagents.

When do I need subagent-driven development for test-driven development workflows?

You need subagent-driven development when coordinating end-to-end test-driven development workflows that require strict task isolation and gated quality checks. It satisfies complex task coordination by using resistance-engine components to enforce reviews.

Why does context pollution slow down complex development workflows?

Context pollution slows development because overlapping task contexts degrade focus and iteration speed. Isolating task work with fresh per-task subagents prevents this leakage, ensuring dedicated implementation without interference from other tasks.