subagent-driven-development

Orchestrate fresh subagents per task with two-stage spec and code reviews.

3|Updated Jun 3, 2022
One-click install
npx skills add https://github.com/Hohlas/SoSimple --skill subagent-driven-development-hohlas
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: subagent-driven-development
Source: https://github.com/Hohlas/SoSimple/tree/main/.kilocode/skills/subagent-driven-development
Command: npx skills add https://github.com/Hohlas/SoSimple --skill subagent-driven-development-hohlas

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Executes complex implementation plans by dispatching independent subagents per task, with a two-stage review after each task to ensure spec alignment and high code quality, while preventing context leakage across tasks.

Core Features & Use Cases

  • Fresh per-task subagents ensure clean context and parallel iteration
  • Two-stage reviews: spec compliance review followed by code quality review
  • End-to-end task tracking and seamless integration with plan prompts and development branching

Quick Start

Launch a plan, dispatch per-task subagents, and start the two-stage review cycle for each task.

Frequently Asked Questions about subagent-driven-development

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

FAQPage Schema
How do I automate execution of implementation plans without context leakage between tasks?

You can prevent context leakage by orchestrating fresh subagents for each task, which ensures clean context and fast iteration while executing complex implementation plans.

What is the best way to run code reviews and spec compliance checks during task dispatch?

The best approach is a two-stage review cycle that checks spec compliance first, followed by a dedicated code quality review after each task is completed.

How do I start a subagent-driven development workflow for session-bound tasks?

You start a subagent-driven workflow by launching a plan, dispatching fresh subagents for each task, and initiating the two-stage review cycle to track and verify each step.

Can I use subagent orchestration for session-bound development with independent tasks?

Yes, subagent orchestration applies directly to session-bound development workflows with independent tasks, providing end-to-end tracking and seamless plan prompt integration.

When should I not use fresh subagents for task dispatch?

Avoid using fresh subagents for task dispatch when tasks have heavy interdependencies, as this workflow relies on independent tasks to maintain clean context and fast iteration.