aidlc-subagent-driven-development

Executes development plans by dispatching tasks to specialized subagents with two-stage review and TTL protocols.

2|Updated Mar 10, 2026
One-click install
npx skills add https://github.com/bluejayA/devflow-aidlc-like --skill aidlc-subagent-driven-development
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: aidlc-subagent-driven-development
Source: https://github.com/bluejayA/devflow-aidlc-like/tree/main/skills/aidlc-subagent-driven-development
Command: npx skills add https://github.com/bluejayA/devflow-aidlc-like --skill aidlc-subagent-driven-development

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the execution of development plans by breaking them down into discrete tasks, each handled by a dedicated subagent, and enforcing a rigorous two-stage review process to guarantee quality.

Core Features & Use Cases

  • Task Decomposition: Automatically breaks down a development plan into manageable, independent tasks.
  • Subagent Dispatch: Assigns each task to a specialized "implementer" subagent for focused execution.
  • Two-Stage Review: Implements a mandatory Spec Compliance review followed by a Code Quality review for every task.
  • Iterative Refinement: Manages feedback loops, allowing implementers to correct issues identified during reviews.
  • Use Case: When you have a complex feature to build, this Skill ensures each part is coded correctly according to specifications and then thoroughly checked for quality before integration.

Quick Start

Use the aidlc-subagent-driven-development skill to execute the development plan.

Frequently Asked Questions about aidlc-subagent-driven-development

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

FAQPage Schema
How do I execute development plans using subagents?▼

To execute development plans using subagents, the system breaks down the plan into discrete tasks and dispatches each to a specialized implementer subagent for focused task execution.

What is the two-stage code review process for AI development?▼

The two-stage code review process enforces quality by applying a mandatory spec compliance review followed by a code quality review for every task handled by subagents.

How do I ensure spec compliance when building complex features?▼

To ensure spec compliance when building complex features, the workflow enforces iterative refinement through feedback loops, allowing implementers to correct issues identified during reviews.

Does subagent-driven development support TDD protocols?▼

Yes, subagent-driven development supports TDD protocols by ensuring adherence to defined test-driven development rules and subagent dispatch guidelines throughout the task execution lifecycle.

When do I need task decomposition for code review workflows?▼

You need task decomposition for code review workflows when you have a complex feature to build, ensuring each independent part is thoroughly checked for quality before integration.

What is the best way to manage feedback loops in subagent task execution?▼

The best way to manage feedback loops in subagent task execution is to systematically route review issues back to the implementer subagent, enabling iterative code refinement and quality assurance.