subagent-driven-development

Coordinates task-based Android app development with automated unit tests and CI/CD via GitHub Actions.

Updated Apr 21, 2026
One-click install
npx skills add https://github.com/brucebanner010198-commits/DevSecOps-Agency --skill subagent-driven-development-brucebanner010198-commits
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: subagent-driven-development
Source: https://github.com/brucebanner010198-commits/DevSecOps-Agency/tree/main/skills/sdlc-patterns/subagent-driven-development
Command: npx skills add https://github.com/brucebanner010198-commits/DevSecOps-Agency --skill subagent-driven-development-brucebanner010198-commits

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinating complex implementation plans by dispatching fresh subagents per task and enforcing a two-stage review process to ensure spec compliance and code quality.

Core Features & Use Cases

  • Fresh subagent per task to isolate context and avoid cross-task contamination.
  • Two-stage reviews (spec compliance followed by code quality) to catch gaps early.
  • Seamless planning-driven execution for multi-task projects.

Quick Start

Dispatch a new delegate_task for each task in the plan and run two-stage reviews before marking tasks complete.

Frequently Asked Questions about subagent-driven-development

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

FAQPage Schema
How do I delegate multi-task implementation plans to subagents without cross-task context contamination?

To delegate multi-task plans without context contamination, dispatch a fresh subagent for each task. This isolated context approach ensures clean execution and prevents cross-task interference during your implementation workflow.

What is a two-stage subagent review process for code quality and spec compliance?

A two-stage subagent review process evaluates completed tasks sequentially: first checking spec compliance to verify requirements, then assessing code quality. This enforces quality and traceability across multi-task projects before marking tasks complete.

When do I need isolated subagent delegation for my software engineering workflow?

You need isolated subagent delegation when coordinating multi-task implementation plans where tasks are largely independent. It provides clean, isolated context for each subagent to prevent cross-task contamination and ensure traceability.

How do I execute planning-driven subagent delegation for independent project tasks?

To execute planning-driven delegation, dispatch a new delegate_task for each task in your plan. After implementation, run the two-stage review process to check spec compliance and code quality before marking tasks complete.

Does subagent-driven development work for tightly coupled project tasks?

Subagent-driven development is designed for multi-task plans where tasks are largely independent. Tightly coupled tasks requiring shared context may not benefit from the isolated subagent approach and clean context separation.

Why does my subagent workflow produce inconsistent code quality across independent tasks?

Inconsistent code quality often occurs when skipping the two-stage review process. Enforcing both spec-compliance and code-quality reviews for each delegated subagent task ensures consistent quality and traceability across the project.