subagent-driven-development

Execute implementation plans by dispatching subagents and reviewing spec compliance and code quality.

54|Updated Nov 19, 2025
One-click install
npx skills add https://github.com/dennislee928/Ethic-Latex --skill subagent-driven-development-dennislee928
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: subagent-driven-development
Source: https://github.com/dennislee928/Ethic-Latex/tree/main/.claude/skills/subagent-driven-development
Command: npx skills add https://github.com/dennislee928/Ethic-Latex --skill subagent-driven-development-dennislee928

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the implementation of development plans by leveraging independent subagents for each task, ensuring high-quality code through a structured, two-stage review process within a single session.

Core Features & Use Cases

  • Task Decomposition: Breaks down complex plans into manageable, independent tasks.
  • Subagent Dispatch: Assigns each task to a fresh subagent for focused implementation.
  • Two-Stage Review: Enforces rigorous spec compliance and code quality checks after each task.
  • Iterative Refinement: Manages review feedback loops for continuous improvement.
  • Use Case: Implementing a new feature from a detailed plan, where each part of the feature can be developed and reviewed independently, leading to faster and more reliable delivery.

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 manage iterative development with AI agents for complex implementation plans?

Iterative development with AI agents is managed by decomposing complex implementation plans into independent tasks and dispatching a fresh subagent to execute each one within a single session.

How does subagent dispatch work for task decomposition in software engineering?

Subagent dispatch works by breaking down a detailed implementation plan into manageable, independent tasks and assigning each specific task to a fresh subagent for focused execution.

Does automated code review ensure spec compliance during AI agent task execution?

Automated code review ensures spec compliance by enforcing a rigorous two-stage review process that checks both specification adherence and code quality immediately after each subagent completes a task.

What is the best way to execute a feature implementation plan from a markdown file?

Executing a feature implementation plan from a markdown file is best handled by dispatching independent subagents for each task, followed by automated two-stage spec compliance and code quality reviews.

Can I use iterative refinement to fix code review feedback in the same session?

Iterative refinement allows you to fix code review feedback in the same session by managing review feedback loops that continuously improve the implementation until it passes quality checks.