subagent-driven-development

Dispatch specialized subagents for implementation, spec compliance, and code quality verification.

Updated Jan 12, 2026
One-click install
npx skills add https://github.com/giosuetedeschi-spec/bobu-website --skill subagent-driven-development-giosuetedeschi-spec
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: subagent-driven-development
Source: https://github.com/giosuetedeschi-spec/bobu-website/tree/main/.claude/skills/subagent-driven-development
Command: npx skills add https://github.com/giosuetedeschi-spec/bobu-website --skill subagent-driven-development-giosuetedeschi-spec

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the problem of context pollution and inefficient task execution during complex development projects by orchestrating specialized subagents for implementation, spec compliance, and code quality.

Core Features & Use Cases

  • Isolated Task Execution: Dispatches a fresh subagent for every individual task to ensure clean context and prevent interference.
  • Two-Stage Quality Gates: Enforces a mandatory spec compliance review followed by a code quality review for every task.
  • Use Case: When implementing a multi-part feature, use this skill to break the work into independent tasks, ensuring each is verified against requirements and code standards before moving to the next.

Quick Start

Use the subagent-driven-development skill to execute the implementation plan located in docs/plans/feature-plan.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 drift when executing multi-task development plans?

To prevent context drift during multi-task development plans, you can dispatch fresh isolated subagents for each individual task, ensuring clean context and preventing interference between implementation steps.

What's the best way to automate spec compliance and code quality checks during feature implementation?

Automating spec compliance and code quality checks is best handled by enforcing a mandatory two-stage quality gate, consisting of a spec compliance review followed by a code quality review for every task.

How does subagent-driven development work for complex plans?

Subagent-driven development works by orchestrating the execution of complex plans through dispatching specialized subagents for implementation, spec compliance, and code quality verification for each independent task.

Can I use autonomous subagents for iterative development workflows?

Yes, you can use autonomous subagents for iterative development workflows to execute multi-part features by breaking work into independent tasks, ensuring each is verified against requirements before moving to the next.

When should I use isolated task execution for software engineering projects?

You should use isolated task execution for software engineering projects when implementing multi-part features that require rigorous quality gates and strict adherence to technical specifications to prevent context pollution.