subagent-driven-development

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

Updated Apr 30, 2026
One-click install
npx skills add https://github.com/lxh755818-bot/obsidian-vault --skill subagent-driven-development-lxh755818-bot
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: subagent-driven-development
Source: https://github.com/lxh755818-bot/obsidian-vault/tree/main/backup/skills/software-development/subagent-driven-development
Command: npx skills add https://github.com/lxh755818-bot/obsidian-vault --skill subagent-driven-development-lxh755818-bot

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps streamline the implementation of complex plans by dispatching subagents to handle tasks systematically, ensuring high-quality, fast iteration.

Core Features & Use Cases

  • Task Automation: Distribute tasks to subagents, automating the process.
  • Systematic Review: Two-stage review process for spec compliance and code quality.
  • Use Case: Ideal for software development, where plans are executed by creating new subagents per task, followed by review stages for quality assurance.

Quick Start

Use the subagent-driven-development skill to implement a task as described in the provided plan file 'feature-plan.md'.

Frequently Asked Questions about subagent-driven-development

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

FAQPage Schema
What is subagent-driven development for software implementation?

Subagent-driven development is a task automation process that dispatches subagents to execute implementation plans systematically. It ensures high-quality, fast iteration by creating new subagents per task, followed by structured review stages for quality assurance.

How do I execute a software development plan using subagents?

To execute a software development plan using subagents, you provide a plan file like 'feature-plan.md'. The process dispatches subagents to handle individual tasks, followed by a two-stage review process for spec compliance and code quality.

How does the systematic review process work for subagent task execution?

The systematic review process works by running two stages after subagent task execution: one for spec compliance and another for code quality. This ensures that the automated implementation meets the original plan requirements and maintains high standards.

Do I need Python libraries to automate plan execution with subagents?

Yes, you need specific Python libraries and tools to perform subagent-driven plan execution and review. These dependencies are required to run the automated task implementation and ensure systematic code quality checks.

What is the best way to automate complex software development plans?

The best way to automate complex software development plans is by dispatching subagents for individual task implementation. This approach streamlines execution by creating dedicated subagents per task and applying a two-stage review for spec compliance and code quality.