subagent-driven-development

Dispatch subagents to implement plan tasks and review spec compliance and code quality.

1|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/LISANG3/Larj --skill subagent-driven-development-lisang3
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: subagent-driven-development
Source: https://github.com/LISANG3/Larj/tree/main/skills/.agents/skills/subagent-driven-development
Command: npx skills add https://github.com/LISANG3/Larj --skill subagent-driven-development-lisang3

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

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

Core Features & Use Cases

  • Task Decomposition: Automatically breaks down a plan into manageable, independent tasks.
  • Subagent Dispatch: Assigns a fresh AI subagent to each task for focused implementation.
  • Two-Stage Review: Implements a rigorous review process (spec compliance then code quality) after each task.
  • Use Case: When you have a complex feature to build, use this Skill to have AI agents implement each part, review it, and ensure it meets specifications before moving to the next, leading to a robust and well-tested feature.

Quick Start

Use the subagent-driven-development skill to implement the task 'Implement user authentication module'.

Frequently Asked Questions about subagent-driven-development

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

FAQPage Schema
How does subagent-driven AI development execute implementation plans?

Subagent-driven AI development executes implementation plans by dispatching a dedicated, independent AI subagent to each discrete task, followed by a two-stage review process to ensure spec compliance and code quality. This facilitates rapid iteration and high-quality code generation within a single development session.

What is the best way to automate task execution for a complex feature in agile development?

The best way to automate task execution for a complex feature is to break down a clear plan into discrete tasks, assign a fresh AI subagent to implement each part, and enforce a rigorous two-stage review for spec compliance and code quality before moving to the next task.

Do I need a clear implementation plan before using AI agents for task execution?

Yes, you need a clear plan with discrete tasks and associated context. Effective AI-driven task execution requires this structured input so independent subagents can be properly dispatched to implement each task and undergo rigorous code review.

How does the two-stage code review process work for AI-generated code?

The two-stage code review process evaluates AI-generated code by first checking for spec compliance, and then assessing overall code quality. This happens after each independent subagent completes its task execution to ensure robust, well-tested output.

Can I use this AI development approach without breaking down my plan into discrete tasks?

No, this AI development approach requires a plan broken down into discrete, independent tasks. Without discrete tasks and associated context, the system cannot dispatch dedicated subagents to execute the implementation plan effectively.

When should I not use independent subagents for implementation plan execution?

You should not use independent subagents for implementation plan execution when you lack a clear plan with discrete tasks and associated context. The approach relies on dispatching a fresh subagent per task, so undefined or highly coupled tasks will prevent effective task execution and code review.