subagent-driven-development

Dispatch specialized subagents for coding, spec verification, and quality assurance tasks.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill solves the problem of context degradation and human-in-the-loop bottlenecks during large-scale development by delegating tasks to specialized, isolated subagents.

Core Features & Use Cases

  • Isolated Task Execution: Dispatches fresh subagents for each task to prevent context pollution and ensure focus.
  • Two-Stage Quality Gates: Enforces mandatory spec compliance and code quality reviews for every task.
  • Use Case: When implementing a multi-file feature, use this skill to break the plan into independent tasks, dispatching subagents to implement, test, and refine each piece while you maintain high-level coordination.

Quick Start

Use the subagent-driven-development skill to execute the implementation plan located in docs/plans/feature-x.md by dispatching subagents 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 prevent context degradation when executing large multi-file implementation plans?

Prevent context degradation during large implementation plans by dispatching isolated subagents for each task. This approach maintains coordination within a single session while isolating task-specific context to prevent pollution.

How does subagent-driven development enforce code quality during autonomous task execution?

Subagent-driven development enforces code quality through a mandatory two-stage review protocol. Specialized subagents perform spec compliance verification and code quality assurance alongside TDD practices for every dispatched task.

What is the best way to orchestrate TDD practices across complex multi-task development workflows?

Orchestrate TDD practices across complex workflows by dispatching specialized subagents to implement, test, and refine each piece. You maintain high-level coordination while subagents handle isolated task execution and quality gates.

Do I need a pre-existing implementation plan before using autonomous subagents for development?

Yes, you need a pre-existing implementation plan, such as a markdown file in your docs/plans directory. The skill orchestrates the execution of this plan by breaking it into independent tasks for subagent dispatch.

Why does dispatching fresh subagents for each coding task prevent context pollution?

Dispatching fresh subagents prevents context pollution by ensuring each task operates with a clean, isolated context. This prevents interference between tasks while maintaining overall session coordination for high-fidelity output.