subagent-driven-development

Dispatch implementer, spec reviewer, and code quality reviewer subagents per task.

Updated Feb 27, 2026
One-click install
npx skills add https://github.com/ZJUxjy/opencode_lite --skill subagent-driven-development-zjuxjy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: subagent-driven-development
Source: https://github.com/ZJUxjy/opencode_lite/tree/main/skills/subagent-driven-development
Command: npx skills add https://github.com/ZJUxjy/opencode_lite --skill subagent-driven-development-zjuxjy

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the implementation of complex development tasks by breaking them down into independent sub-tasks, each handled by a dedicated subagent, ensuring high quality and rapid iteration.

Core Features & Use Cases

  • Task Decomposition: Executes implementation plans by dispatching independent subagents for each task.
  • Two-Stage Review: Implements a rigorous review process with separate checks for spec compliance and code quality after each task.
  • Use Case: When you have a detailed feature plan with multiple distinct components, this Skill can autonomously implement each component, ensuring it meets specifications and quality standards before moving to the next.

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 automate iterative development with subagents for complex task plans?

Iterative development with subagents automates complex task plans by dispatching independent subagents to implement each task, followed by sequential spec compliance and code quality reviews before moving to the next.

How does the subagent code review process ensure spec compliance and quality?

The subagent code review process uses two sequential stages: a spec reviewer checks adherence to specifications, and a code quality reviewer validates standards after each task implementation is completed.

Do I need a detailed feature plan to start subagent-driven development?

Yes, you need a detailed feature plan with distinct components. The Skill executes the implementation plan located at a specified file path, breaking it down into independent sub-tasks for dedicated subagents.

Can I use git worktrees and TDD principles with subagent-driven development?

Yes, the subagent-driven development workflow integrates directly with git worktrees and TDD principles to ensure robust development cycles during autonomous task implementation and multi-stage code review.

What is the best way to decompose a large feature plan for autonomous implementation?

The best way to decompose a large feature plan is to break it into independent sub-tasks, allowing specialized implementer, spec reviewer, and code quality reviewer subagents to handle each component sequentially.