subagent-driven-development

Delegate plan tasks to fresh subagents with two-stage reviews.

6|2|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/GregsGreyCode/Logos --skill subagent-driven-development-gregsgreycode
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: subagent-driven-development
Source: https://github.com/GregsGreyCode/Logos/tree/main/skills/software-development/subagent-driven-development
Command: npx skills add https://github.com/GregsGreyCode/Logos --skill subagent-driven-development-gregsgreycode

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Dispatches fresh subagents per task to implement plans, preventing context leakage and drift so teams can iterate quickly with strong guardrails.

Core Features & Use Cases

  • Fresh subagent per task to keep context isolated and tasks focused
  • Two-stage reviews (spec compliance then code quality) to enforce scope and quality
  • End-to-end workflow for plan-driven software development, including plan parsing, per-task delegation, and final integration review

Quick Start

Provide an implementation plan and activate the first per-task workflow to begin automatic delegation and reviews.

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 plan-driven development with isolated execution for each task?

Plan-driven development automation is achieved by dispatching a fresh subagent per task, ensuring isolated execution. This prevents context leakage and drift while maintaining strict scope compliance through automated task delegation.

Why does context drift happen when implementing multiple development tasks in a single session?

Context drift happens because shared execution sessions accumulate irrelevant information across tasks. Dispatching fresh subagents per task prevents context leakage by keeping each implementation isolated and focused on its specific plan requirements.

What is the best way to enforce spec compliance and code quality during automated task delegation?

The best way to enforce spec compliance and code quality is using a two-stage review process. After dispatching implementers, the workflow verifies specifications first, then performs a dedicated code-quality review before marking tasks complete.

Can I use subagent workflows for plans with interdependent tasks instead of independent ones?

Subagent workflows are designed for plans with multiple independent tasks. Rapid iteration and rigorous reviews improve spec compliance when tasks can be executed in isolated contexts without interdependencies affecting the delegated subagents.

How do I start orchestrating per-task subagent workflows for my implementation plan?

To start orchestrating per-task subagent workflows, provide an implementation plan and activate the first per-task workflow. This begins automatic delegation, parsing the plan into tasks for isolated subagent execution and subsequent reviews.

When should I not use subagent-driven development for software engineering tasks?

You should not use subagent-driven development when your implementation plan contains highly interdependent tasks. The workflow relies on dispatching fresh subagents per task for isolated execution, which requires tasks to be independent for rapid iteration.