subagent-driven-development

Dispatch subagents to execute plan tasks with two-stage reviews.

3|Updated Apr 18, 2026
One-click install
npx skills add https://github.com/nassimbf/ftitos-claude-code --skill subagent-driven-development-nassimbf
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: subagent-driven-development
Source: https://github.com/nassimbf/ftitos-claude-code/tree/main/skills/subagent-driven-development
Command: npx skills add https://github.com/nassimbf/ftitos-claude-code --skill subagent-driven-development-nassimbf

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Execute implementation plans by dispatching a fresh subagent per task, with two-stage review (spec compliance then code quality) after each.

Core Features & Use Cases

  • Fresh subagent per task to ensure isolated context and clear ownership.
  • Two-stage review after each task: first spec compliance, then code quality.
  • End-to-end orchestration: plan extraction, per-task delegation, testing, and final verification.

Quick Start

Execute a plan by dispatching a subagent for each task and applying two-stage reviews after each completion.

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 plan execution with subagents for isolated task delegation?

Automating plan execution with subagents involves dispatching a fresh subagent per task to execute implementation work with isolated context. This orchestration coordinates plan extraction, task delegation, testing, and final verification to ensure clear ownership.

What is the two-stage review process for subagent code implementation?

The two-stage review process for subagent code implementation verifies each completed task sequentially. The first stage checks spec compliance, and the second stage evaluates code quality, ensuring both correctness and maintainability of the delivered work.

How do I coordinate task dispatch and testing in an automated code review workflow?

Coordinating task dispatch and testing in an automated code review workflow requires orchestrating plan extraction and per-task delegation. Dispatched subagents execute tasks, followed by automated testing and final verification to complete all items.

Does subagent-driven development work without external dependencies?

Subagent-driven development works without external dependencies, relying entirely on internal orchestration. It uses fresh subagents with isolated context to execute tasks, applying spec compliance and code quality reviews without requiring additional components.

Why use isolated context for subagent task execution in plan orchestration?

Using isolated context for subagent task execution ensures clear ownership and prevents context bleed between tasks. Each fresh subagent focuses strictly on its assigned implementation work before passing through the two-stage review process.

When should I use subagent orchestration instead of a single agent for implementation plans?

Use subagent orchestration instead of a single agent when executing complex implementation plans requiring isolated context. Dispatching fresh subagents per task ensures clear ownership and enables two-stage reviews for spec compliance and code quality.