subagent-driven-development

Automates task execution and two-stage review in software development workflows.

1|Updated May 19, 2026
One-click install
npx skills add https://github.com/justinsensei/apollo-backup --skill subagent-driven-development-justinsensei
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: subagent-driven-development
Source: https://github.com/justinsensei/apollo-backup/tree/main/skills/software-development/subagent-driven-development
Command: npx skills add https://github.com/justinsensei/apollo-backup --skill subagent-driven-development-justinsensei

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps automate the execution of tasks using subagents, ensuring a systematic, high-quality approach with two-stage reviews for both spec compliance and code quality.

Core Features & Use Cases

  • Task Execution: Automates the execution of tasks based on an implementation plan.
  • Two-Stage Review: Ensures spec compliance and code quality through two separate review stages.
  • Use Case: Ideal for software development, where tasks can be broken down into smaller, manageable units with clear specifications and quality checks.

Quick Start

Execute the subagent-driven-development skill for a given task in your implementation plan.

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 software development tasks with subagents?

To automate task execution with subagents, you provide a plan file containing detailed task descriptions and specifications, which the system then uses to execute implementation and perform two-stage reviews.

What is a two-stage review process for code quality and spec compliance?

A two-stage review process separates spec compliance verification from code quality review, using distinct subagents to ensure the implementation matches the plan and meets quality standards.

How do I ensure spec compliance when automating software development workflows?

You ensure spec compliance by providing a detailed plan file, which a dedicated review subagent uses to verify that the automated task execution matches the specifications.

Can I use subagent-driven development for any software development task?

It is ideal for software development tasks that can be broken down into smaller, manageable units with clear specifications and quality checks.

What do I need to start automating task execution with subagents?

You need a plan file with detailed task descriptions and specifications to execute tasks and trigger the implementation and review subagents.

How does subagent automation compare to manual code review?

Subagent automation standardizes task execution and review by consistently checking spec compliance and code quality across all tasks, unlike manual review workflows.