subagent-driven-development

Dispatch fresh subagents for isolated tasks with two-stage reviews.

6|Updated Mar 24, 2019
One-click install
npx skills add https://github.com/rafifos/dotfiles --skill subagent-driven-development-rafifos
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: subagent-driven-development
Source: https://github.com/rafifos/dotfiles/tree/main/dot_agents/skills/subagent-driven-development
Command: npx skills add https://github.com/rafifos/dotfiles --skill subagent-driven-development-rafifos

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables executing implementation plans in a single session by dispatching fresh subagents to handle independent tasks with strict context isolation, supported by a two-stage review for quality assurance.

Core Features & Use Cases

  • Fresh subagent per task to preserve isolation and prevent context leakage.
  • Two-stage review after each task: spec compliance review, then code quality review.
  • Structured task orchestration: per-task dispatch, reviews, and controlled handoffs before next task.
  • Use Case: Break a plan into independent tasks, assign dedicated subagents, and validate through dual reviews.

Quick Start

Dispatch an implementer subagent for the first task in your current plan and begin the per-task 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 dispatch subagents for isolated implementation tasks within a single session?

This Skill dispatches fresh subagents for isolated implementation tasks within a single session, ensuring strict context isolation to prevent leakage before routing tasks through implementer and reviewer stages.

What is the two-stage review process for subagent task orchestration?

The two-stage subagent task review process sequentially validates task outputs by first checking spec compliance, then evaluating code quality, ensuring controlled handoffs before routing to the next independent task.

How do I automate task dispatch from a plan using subagents?

Automate task dispatch from a plan by creating TodoWrite-like task lists, routing each decomposed task through a dedicated implementer subagent, and validating the results through dual spec and quality reviews.

Does subagent-driven development work without external dependencies?

Yes, subagent-driven development works without external dependencies, allowing you to orchestrate independent tasks and enforce isolated context reviews directly within your current session environment.

When should I use subagent orchestration for software engineering workflows?

Use subagent orchestration for software engineering workflows when you have decomposed plans requiring strict task isolation, rapid iteration, and per-task spec and code quality reviews to prevent context leakage.