subagent-driven-development

Delegate software development tasks to subagents with validation workflows.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill solves the challenge of executing complex implementation plans by coordinating independent subagents with structured reviews, reducing context overload and improving delivery consistency.

Core Features & Use Cases

  • Parallel Task Delegation: Splits implementation plans into focused tasks and assigns fresh subagents with complete task context.
  • Two-Stage Review Workflow: Enforces specification compliance checks followed by code quality reviews before progressing.
  • Use Case: Apply this Skill when a software feature contains multiple independent tasks that need coordinated implementation, validation, and final integration review.

Quick Start

Use the subagent-driven-development skill to execute my implementation plan with delegated tasks and review checkpoints.

Frequently Asked Questions about subagent-driven-development

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

FAQPage Schema
How do I coordinate parallel agents for software implementation?

Parallel agent coordination splits implementation plans into focused tasks, assigning fresh subagents with complete task context to execute work concurrently while reducing context overload.

How do you manage code review and validation in parallel workflows?

Parallel workflow validation enforces a two-stage review process: specification compliance checks followed by code quality reviews, ensuring delegated tasks meet requirements before integration proceeds.

What is the best way to decompose features for multi-agent task delegation?

Task delegation requires structured task decomposition, breaking complex implementation plans into independent tasks that specialized subagents can execute within isolated agent contexts.

Can I use subagent-driven development for refactoring and multi-step engineering projects?

Subagent-driven development applies to feature development, refactoring, and multi-step engineering projects requiring parallel execution, specification checks, and integration verification workflows.

Does parallel workflow execution work with TDD cycles?

Parallel workflow execution supports TDD by delegating implementation tasks to isolated subagents, running specification checks and quality reviews before progressing to integration verification.

Why do I need isolated agent contexts for delegated implementation tasks?

Isolated agent contexts prevent context overload during parallel execution, allowing specialized subagents to focus on specific delegated tasks without interference from unrelated implementation plan details.