subagent-driven-development

Dispatch a fresh subagent per task with two-stage spec and code reviews.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables executing implementation plans by dispatching a fresh subagent per task, with two-stage review after each: spec compliance review first, then code quality review.

Core Features & Use Cases

  • Fresh subagent per task to avoid context pollution
  • Two-stage review: spec compliance, then code quality
  • End-to-end task execution driven by plan text and prompts
  • Easy to adapt to different planning workflows and tasks

Quick Start

Dispatch the implementer subagent with the full task text and context from your plan and begin the per-task work flow.

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 plan execution by dispatching subagents for each task?▼

You can automate plan execution by dispatching a fresh subagent per task to handle independent work, preventing context pollution. This approach coordinates per-task context and dependencies to ensure clean, isolated task completion across agents.

What is the best way to review code quality after automated task dispatch?▼

The best way to review code quality after automated task dispatch is using a two-stage review process. First, check spec compliance to verify requirements, then perform a dedicated code quality review on the generated output.

Why does context pollution happen when running iterative task workflows?▼

Context pollution happens when a single agent accumulates residual data across multiple tasks. Dispatching a fresh subagent per task isolates the context, ensuring previous task data does not degrade subsequent plan execution.

Can I use session-based planning workflows for iterative task dispatch?▼

Yes, you can use session-based planning workflows for iterative task dispatch. The system executes plan-driven workflows by coordinating per-task context and dependencies across fresh subagents for orchestrated completion.

How do I start dispatching implementer subagents with a plan text?▼

To start dispatching, provide the implementer subagent with the full task text and context extracted from your plan. This initiates the per-task work flow and drives end-to-end task execution based on your prompts.