subagent-driven-development

Delegate each plan task to fresh subagents with spec and quality reviews.

Updated Feb 24, 2026
One-click install
npx skills add https://github.com/Jainam1673/axioma --skill subagent-driven-development-jainam1673
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: subagent-driven-development
Source: https://github.com/Jainam1673/axioma/tree/main/.agents/skills/subagent-driven-development
Command: npx skills add https://github.com/Jainam1673/axioma --skill subagent-driven-development-jainam1673

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrate complex implementation plans by delegating each task to fresh subagents to maintain clean context and rapid iteration.

Core Features & Use Cases

  • Fresh subagent per task with isolated context to prevent cross-task leakage.
  • Two-stage review workflow: spec compliance check followed by code quality review.
  • End-to-end task orchestration within a single session for faster feedback loops and traceable QA.
  • Templates and prompts to streamline task dispatch, review, and merge-ready results.

Quick Start

Initiate the workflow by dispatching the implementer subagent for the first task and follow the two-stage review loop.

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 orchestration with isolated subagents for complex development plans?▼

Task orchestration with isolated subagents delegates each task to a fresh subagent, maintaining clean context separation to prevent cross-task leakage during complex development plan execution.

What is the two-stage review workflow for subagent code generation?▼

The two-stage review workflow performs a spec compliance check followed by a code quality review, ensuring subagent deliverables meet plan criteria through traceable QA gates before merging.

How do I dispatch implementation tasks to subagents within a single session?▼

Dispatch implementation tasks by initiating the implementer subagent for the first task using provided dispatch templates, then follow the two-stage review loop for rapid feedback.

Can I use subagent task delegation for independent tasks requiring fast iteration?▼

Subagent task delegation applies to plans with independent tasks requiring fast iteration within a single session, preserving context separation and traceable QA through per-task TodoWrite creation.

When should I not use fresh subagents for each development task?▼

Fresh subagents for each development task are not suited for dependent tasks requiring shared context across stages, as the orchestration model enforces context isolation and independent dispatch per task.