subagent-driven-development

Coordinates task execution by dispatching fresh subagents with two-stage reviews.

1|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/TruCol270/salty-pickle --skill subagent-driven-development-trucol270
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: subagent-driven-development
Source: https://github.com/TruCol270/salty-pickle/tree/main/.claude-skills/subagent-driven-development
Command: npx skills add https://github.com/TruCol270/salty-pickle --skill subagent-driven-development-trucol270

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinating complex plans with independent subagents per task to maintain isolation and accelerate delivery.

Core Features & Use Cases

  • Independent subagents: Each task runs in its own subagent to avoid context leakage.
  • Two-stage reviews: Spec compliance review followed by code quality review.
  • Structured workflow: Task extraction, plan walking, and escalation handling (BLOCKED/NEEDS_CONTEXT).

Quick Start

Dispatch a fresh subagent for each task in your plan and start the two-stage review workflow.

Frequently Asked Questions about subagent-driven-development

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

FAQPage Schema
How do I coordinate independent tasks with subagents to avoid context leakage?

To coordinate independent tasks with subagents without context leakage, dispatch a fresh subagent for each task in your plan. This isolates execution context and enables rapid iteration across session-long plans.

How does a two-stage review workflow for subagents work?

A two-stage review workflow routes completed tasks from implementers to reviewers sequentially. The first stage checks spec compliance, and the second stage evaluates code quality to maintain structured discipline.

When should I use subagent-driven development for task dispatch?

Use subagent-driven development for session-long plans containing mostly independent tasks. It is designed to accelerate delivery by maintaining isolated contexts and structured status tracking across multiple dispatched subagents.

What escalation rules are needed for tracking blocked subagent tasks?

Escalation rules for blocked subagent tasks require structured status tracking using BLOCKED, NEEDS_CONTEXT, and DONE states. These states enforce discipline and maintain quality throughout the task dispatch workflow.

Do I need structured prompts for subagent task dispatch?

Yes, you need structured prompts for subagent task dispatch. Enforcing structured prompts ensures task extraction, plan walking, and status tracking maintain discipline and quality during isolated subagent execution.

What is the best way to handle context isolation when automating multi-task workflows?

The best way to handle context isolation when automating multi-task workflows is dispatching fresh subagents per task. This approach ensures isolated context and rapid iteration for complex plans.