subagent-driven-development

Execute implementation plans by dispatching tasks to specialized subagents with two-stage reviews.

Updated Mar 14, 2026
One-click install
npx skills add https://github.com/MrAlexisCord/chatbot-prototype --skill subagent-driven-development-mralexiscord
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: subagent-driven-development
Source: https://github.com/MrAlexisCord/chatbot-prototype/tree/main/.agents/skills/subagent-driven-development
Command: npx skills add https://github.com/MrAlexisCord/chatbot-prototype --skill subagent-driven-development-mralexiscord

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of implementing development tasks by breaking them down and delegating them to specialized subagents, ensuring high-quality code through a structured review process.

Core Features & Use Cases

  • Task Delegation: Assigns individual implementation tasks to dedicated subagents.
  • Two-Stage Review: Enforces rigorous spec compliance and code quality checks after each task.
  • Context Isolation: Ensures subagents work with precisely defined context, preventing pollution.
  • Use Case: When you have a detailed implementation plan for a new feature, this Skill will systematically execute each task, from initial coding to final review, maintaining quality and efficiency.

Quick Start

Use the subagent-driven-development skill to execute the implementation plan located at ./plans/new-feature.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 implementation plans using subagents?

Subagent-driven development automates implementation plans by dispatching independent tasks to specialized subagents within your current session. It enforces a two-stage review process to ensure spec compliance and code quality after each task.

How does the two-stage code review process work for task delegation?

The two-stage review process enforces rigorous spec compliance and code quality checks after each delegated task. This structured workflow ensures high-quality, fast iteration by catching issues immediately after subagent execution.

When do I need context isolation for subagent task automation?

You need context isolation when dispatching complex implementation tasks to prevent context pollution. It ensures subagents work with precisely defined context, maintaining a structured workflow and high-quality output.

Can I use this subagent workflow for TDD development?

Yes, you can use this subagent workflow for TDD development. It systematically executes implementation tasks and enforces a two-stage review process that checks spec compliance and code quality, supporting test-driven development practices.

What are the limitations of using subagents for code review and implementation?

A key limitation is that this subagent approach requires a detailed implementation plan to function effectively. Without a structured plan to dispatch tasks from, the subagent workflow cannot systematically execute and review code.