subagent-driven-development

Dispatch specialized subagents to execute tasks with structured spec and code-quality reviews.

23|5|Updated Nov 5, 2025
One-click install
npx skills add https://github.com/JStaRFilms/VibeCode-Protocol-Suite --skill subagent-driven-development-jstarfilms
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: subagent-driven-development
Source: https://github.com/JStaRFilms/VibeCode-Protocol-Suite/tree/main/assets/.agent/skills/subagent-driven-development
Command: npx skills add https://github.com/JStaRFilms/VibeCode-Protocol-Suite --skill subagent-driven-development-jstarfilms

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrate end-to-end task execution by dispatching specialized subagents to handle discrete tasks with structured two-stage reviews.

Core Features & Use Cases

  • Dispatch per-task implementer subagents with context and plans.
  • Enforce a two-stage review workflow: spec compliance, then code quality.
  • Support self-review and iterative fixes until the task is approved, enabling rapid, parallel-safe development workflows.

Quick Start

Initiate a plan and let the system dispatch per-task subagents to execute and review tasks automatically.

Frequently Asked Questions about subagent-driven-development

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

FAQPage Schema
How do I automate task execution and code reviews using subagents?

You can automate task execution by dispatching specialized subagents that implement tasks and enforce a two-stage review workflow, checking spec compliance and code quality before final merge-readiness evaluation.

What is a subagent-driven workflow for software development?

A subagent-driven workflow is an orchestration process where specialized subagents execute discrete tasks independently, perform self-reviews, and undergo iterative fixes until they pass spec compliance and code-quality checks.

How do I coordinate parallel-safe development workflows across independent sessions?

You coordinate parallel-safe development by decomposing plans into independent tasks and dispatching per-task subagents that execute and review work autonomously until approved.

Can I enforce TDD and code-quality checks within an automated planning workflow?

Yes, the system enforces code-quality checks by running a dedicated review pass after spec compliance, ensuring subagents iteratively fix issues until the task meets required quality standards.

What is the best way to ensure spec compliance during automated code generation?

The best way to ensure spec compliance is using a structured two-stage review workflow where a dedicated pass checks the implementation against the original plan before evaluating code quality.

When should I not use a subagent workflow for task automation?

You should avoid subagent workflows if your plan cannot be decomposed into independent tasks across sessions, as the system relies on per-task isolation for spec reviews and code-quality checks.