subagent-driven-development

Dispatch isolated subagents for each task with two-stage reviews.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables teams to execute implementation plans by delegating discrete tasks to independent subagents, ensuring insulated context and fast iteration.

Core Features & Use Cases

  • Two-stage, post-task reviews: spec compliance followed by code quality review to ensure accuracy and maintainability.
  • Isolated subagents: each task runs in a fresh subagent to prevent context leakage and cross-task contamination.
  • Structured orchestration: plans are decomposed into tasks, dispatched, reviewed, and integrated with clear status reporting.

Quick Start

Invoke the plan to dispatch independent subagents for each task and apply two-stage reviews after completion.

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 multi-step development plans without context leakage between tasks?

This workflow uses isolated subagents for each task to prevent context leakage, followed by a two-stage review process checking spec compliance and code quality to ensure high-quality task execution.

What is the best way to automate code review and spec compliance for independent development tasks?

Automate code review and spec compliance by applying a two-stage post-task review process: an initial spec-compliance reviewer followed by a code-quality reviewer for each dispatched subagent task.

How does subagent task dispatch work for multi-step implementation plans?

Subagent task dispatch works by decomposing multi-step plans into discrete tasks, dispatching each to an isolated subagent for rapid execution, and applying two-stage reviews with structured status reporting and escalation handling.

Can I use isolated subagents for independent tasks within a single development session?

Yes, you can dispatch isolated subagents for independent tasks within a single development session to enable fast iteration, applying two-stage post-task reviews to ensure spec compliance and code quality.

When should I use a subagent-driven workflow for development processes?

Use a subagent-driven development workflow when executing multi-step plans with independent tasks in a single session, requiring isolated context, two-stage post-task reviews, and structured status reporting for fast, high-quality execution.