subagent-driven-development

Dispatch fresh subagents for implementation, spec compliance review, and code quality review.

2|Updated Jan 27, 2026
One-click install
npx skills add https://github.com/novskidev/codex-skill-template --skill subagent-driven-development-novskidev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: subagent-driven-development
Source: https://github.com/novskidev/codex-skill-template/tree/main/skills/subagent-driven-development
Command: npx skills add https://github.com/novskidev/codex-skill-template --skill subagent-driven-development-novskidev

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps manage complex tasks with independent subtasks by automating the execution, spec compliance review, and code quality review.

Core Features & Use Cases

  • Subagent Dispatch: Automatically dispatches fresh subagents for each task.
  • Two-Stage Review: Ensures tasks are spec compliant and code quality is high.
  • Use Case: Ideal for executing implementation plans where tasks are mostly independent and can be completed within the same session.

Quick Start

Use the subagent-driven-development skill to execute the implementation plan found in 'docs/plans/feature-plan.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 task execution for independent subtasks within a single session?

You can automate task execution by dispatching fresh subagents for each independent subtask, followed by a two-stage review process for spec compliance and code quality to ensure fast, high-quality iteration.

What is a two-stage review process for subagent execution?

A two-stage review dispatches separate fresh subagents to independently verify spec compliance and review code quality after the initial implementation subagent completes the task.

How do I execute an implementation plan with mostly independent tasks?

You can execute an implementation plan by pointing the subagent-driven workflow to your plan document, which automates the dispatch of implementation, spec compliance, and code quality subagents.

Can I use subagent dispatch for tasks that require cross-session state?

No, this subagent dispatch workflow is designed for use within a single session to execute independent subtasks and does not support maintaining state across multiple sessions.

When should I use automated subagent task execution over manual implementation?

You should use automated subagent task execution when your implementation plan contains mostly independent subtasks that can be completed within a single session and require strict spec compliance and code quality reviews.