subagent-driven-development

Orchestrate complex development plans by spawning isolated subagents for individual tasks.

Updated May 5, 2026
One-click install
npx skills add https://github.com/iani-kuli/harness_bro --skill subagent-driven-development-iani-kuli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: subagent-driven-development
Source: https://github.com/iani-kuli/harness_bro/tree/main/.claude/skills/ported/subagent-driven-development
Command: npx skills add https://github.com/iani-kuli/harness_bro --skill subagent-driven-development-iani-kuli

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill solves the problem of context pollution and task stagnation during complex development workflows by delegating work to isolated, specialized subagents.

Core Features & Use Cases

  • Parallel Task Execution: Breaks down large implementation plans into independent sub-tasks handled by fresh subagents.
  • Two-Stage Review: Enforces a rigorous quality gate system consisting of a spec compliance review followed by a code quality review.
  • Use Case: When building a new feature, use this skill to spawn separate agents for model creation, utility implementation, and endpoint development, ensuring each is verified against the original plan before integration.

Quick Start

Activate the subagent-driven-development skill to execute the implementation plan located in the docs/plans directory.

Frequently Asked Questions about subagent-driven-development

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

FAQPage Schema
How do I prevent context pollution during complex development workflows?

To prevent context pollution during complex development workflows, delegate individual tasks to isolated subagents. This approach keeps the main context clean by having specialized subagents handle specific implementation steps independently.

How do I enforce automated code review and spec compliance for parallel tasks?

You can enforce automated code review and spec compliance for parallel tasks by applying a two-stage review loop. This process requires a spec compliance review followed by a code quality review before any subagent task is integrated.

What is the best way to execute multi-step implementation plans in parallel?

The best way to execute multi-step implementation plans in parallel is to break down the plan into independent sub-tasks. You then spawn fresh subagents to handle each task concurrently, ensuring strict adherence to the original specifications.

How do I start delegating development tasks to subagents?

To start delegating development tasks to subagents, activate the subagent-driven workflow to execute an implementation plan located in your docs/plans directory. The system will automatically orchestrate the task delegation.

Does parallel subagent execution work for independent feature components like models and endpoints?

Yes, parallel subagent execution works for independent feature components. You can spawn separate agents for model creation, utility implementation, and endpoint development, verifying each against the original plan before integration.