subagent-driven-development

Dispatch AI subagents to implement tasks with two-stage reviews.

134|27|Updated Nov 16, 2025
One-click install
npx skills add https://github.com/projectbluefin/dakota --skill subagent-driven-development-projectbluefin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: subagent-driven-development
Source: https://github.com/projectbluefin/dakota/tree/main/.opencode/skills/subagent-driven-development
Command: npx skills add https://github.com/projectbluefin/dakota --skill subagent-driven-development-projectbluefin

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the implementation of complex plans by breaking them down into independent tasks, each handled by a dedicated AI subagent with rigorous review stages, ensuring high-quality code and rapid iteration within a single session.

Core Features & Use Cases

  • Task Decomposition: Automatically breaks down a plan into manageable, independent tasks.
  • Subagent Dispatch: Assigns each task to a fresh AI subagent for implementation.
  • Two-Stage Review: Implements a mandatory spec compliance review followed by a code quality review for each task.
  • Iterative Refinement: Manages loops for fixing issues identified during reviews.
  • Use Case: Implementing a new feature described in a detailed plan document, where each sub-task (e.g., "implement user authentication module," "add data validation for input fields") is handled sequentially with automated checks.

Quick Start

Use the subagent-driven-development skill to execute the implementation plan located at './docs/plans/feature-plan.md'.

Frequently Asked Questions about subagent-driven-development

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

FAQPage Schema
How do I execute a complex implementation plan using AI subagents?

You can execute a complex implementation plan using AI subagents by breaking it down into independent tasks, dispatching a fresh subagent for each, and running iterative refinement loops with a two-stage review process for spec compliance and code quality within a single session.

What is two-stage code review in iterative AI development?

Two-stage code review in iterative AI development is a mandatory process where each task completed by a subagent undergoes a spec compliance review followed by a code quality review, managing refinement loops to fix any identified issues.

How does task decomposition work for AI-assisted feature implementation?

Task decomposition for AI-assisted feature implementation works by automatically breaking down a detailed plan document into manageable, independent tasks, assigning each to a dedicated AI subagent for sequential implementation.

Can I use subagent-driven development to handle independent coding tasks sequentially?

Yes, you can use subagent-driven development to handle independent coding tasks sequentially by dispatching a fresh AI subagent for each task and managing iterative refinement loops to ensure high-quality code within a single session.

What is the best way to automate spec compliance checks during plan execution?

The best way to automate spec compliance checks during plan execution is to implement a two-stage review process where each subagent's output is evaluated against the plan specifications before undergoing a separate code quality review.