subagent-driven-development

Dispatch fresh subagents per task with spec and code-quality reviews.

20|4|Updated Feb 2, 2026
One-click install
npx skills add https://github.com/Alenryuichi/openmemory-plus --skill subagent-driven-development-alenryuichi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: subagent-driven-development
Source: https://github.com/Alenryuichi/openmemory-plus/tree/main/.augment/skills/subagent-driven-development
Command: npx skills add https://github.com/Alenryuichi/openmemory-plus --skill subagent-driven-development-alenryuichi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the challenge of executing complex implementation plans by dispatching a fresh subagent for each task within a single session, ensuring isolated context and faster iteration.

Core Features & Use Cases

  • Fresh per-task subagents to avoid context pollution and maintain focus on each task.
  • Two-stage review workflow: spec compliance review followed by code quality review for every task.
  • Automated task extraction, tracking, and completion flow that stitches together implementer, spec-reviewer, and code-quality-reviewer subagents.
  • Works with plan-driven development where tasks are largely independent and require rapid, iterative execution.

Quick Start

Dispatch a plan to start by launching a fresh implementer subagent for Task 1 and iteratively run spec and quality reviews until every task is complete.

Frequently Asked Questions about subagent-driven-development

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

FAQPage Schema
What is a subagent-driven development workflow?

To automate plan execution, dispatch a fresh implementer subagent for the first task. Once it finishes, trigger spec-reviewer and code-quality-reviewer subagents, manage rework cycles, and repeat this automated tracking flow until all tasks are complete.

How do I prevent context pollution when executing multi-task implementation plans?

You prevent context pollution by dispatching a fresh subagent per task. This isolates the working context for each individual task, maintaining focus and enabling faster iteration without degrading performance from accumulated session history.

Does subagent-driven automation work for dependent tasks in a development plan?

Each task undergoes a two-stage review workflow: a spec compliance review followed by a code quality review. Automated per-task self-reviews and rework cycles are enforced before proceeding to the next implementation step.

When should I avoid using fresh subagents for development planning?

You should avoid using fresh subagents when tasks are highly interdependent rather than largely independent. The isolated context approach requires strict review gates and rapid iteration, which breaks down if tasks require continuous shared state.