subagent-driven-development

Dispatch subagents to execute implementation plans with two-stage reviews.

4|1|Updated Feb 16, 2026
One-click install
npx skills add https://github.com/alixex/aryxn --skill subagent-driven-development-alixex
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: subagent-driven-development
Source: https://github.com/alixex/aryxn/tree/main/.agents/skills/subagent-driven-development
Command: npx skills add https://github.com/alixex/aryxn --skill subagent-driven-development-alixex

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the implementation of development plans by breaking them into independent tasks, each handled by a dedicated AI subagent with rigorous, multi-stage reviews to ensure high quality and adherence to specifications.

Core Features & Use Cases

  • Task Decomposition: Automatically breaks down a development plan into manageable, independent tasks.
  • Subagent Dispatch: Assigns each task to a fresh AI subagent for implementation, preventing context pollution.
  • Two-Stage Review: Implements a mandatory spec compliance review followed by a code quality review for each task.
  • Iterative Refinement: Manages feedback loops where subagents fix issues identified during reviews.
  • Use Case: Implementing a new feature defined in a superpowers:writing-plans skill, ensuring each part of the feature is coded correctly, tested, and meets quality standards before integration.

Quick Start

Use the subagent-driven-development skill to execute the plan located at ./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 execute an implementation plan using AI agents for iterative development?

You can execute an implementation plan by dispatching independent subagents per task, managing two-stage reviews for spec compliance and code quality within a single session for efficient iterative development.

What is subagent dispatch in task management and how does it prevent context pollution?

Subagent dispatch in task management assigns each implementation task to a fresh AI subagent, preventing context pollution by isolating task execution and managing feedback loops for iterative code refinement.

How do I automate code review and spec compliance for independent development tasks?

Automate code review and spec compliance by implementing a mandatory two-stage review process where subagents first check spec compliance, then review code quality, managing iterative refinement feedback loops.

Do I need a pre-existing development plan to use the subagent-driven development skill?

Yes, you need a pre-existing development plan to use the subagent-driven development skill, as it executes the plan by breaking it down into independent tasks handled by dedicated AI subagents.

What planning and code review skills are required to integrate with subagent-driven development?

Subagent-driven development requires integration with planning, code review, and branch finishing skills to execute implementation plans and manage two-stage reviews for spec compliance and code quality.

When should I not use AI agents for task decomposition and iterative development?

You should not use AI agents for iterative development if your implementation plan lacks clear independent tasks, as the skill requires task decomposition and two-stage reviews for spec compliance.