subagent-driven-development

Dispatch independent subagents to execute plan tasks with fresh context.

Updated Dec 24, 2025
One-click install
npx skills add https://github.com/yairbederman/EngineeringAgency --skill subagent-driven-development-yairbederman
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: subagent-driven-development
Source: https://github.com/yairbederman/EngineeringAgency/tree/main/skills/subagent-driven-development
Command: npx skills add https://github.com/yairbederman/EngineeringAgency --skill subagent-driven-development-yairbederman

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Executing implementation plans by dispatching tasks to subagents with independent context, enabling fast iteration while preserving quality with a structured review process.

Core Features & Use Cases

  • Fresh-context task execution per task to prevent context leakage and improve isolation.
  • Two-stage review: Stage 1 checks spec compliance; Stage 2 checks code quality.
  • Task execution flow: announce, execute (TDD), commit, self-review, and move to the next task.
  • Integration with complementary skills such as test-driven development, writing plans, and requesting code reviews.

Quick Start

Create a task plan and run the per-task cycle, applying the two-stage review after each task.

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 plan tasks with fresh context to prevent context leakage?▼

Dispatch independent subagents to execute plan tasks with fresh context, preventing context leakage and improving isolation for rapid iteration within a session.

How does the two-stage review process work for subagent task execution?▼

The two-stage review checks spec compliance first, then evaluates code quality. This structured process runs after each task cycle of announce, execute, commit, and self-review.

When should I use subagent-driven development for my workflow?▼

Apply this workflow when plan tasks are mostly independent and rapid iteration is needed within a session, ensuring fast execution while preserving quality through structured reviews.

Does subagent task execution integrate with test-driven development?▼

Yes, task execution flow is integrated with TDD-driven execution. The workflow cycles through announce, execute via TDD, commit, self-review, and move to the next task.

What is the best way to manage independent tasks during rapid development iteration?▼

Dispatch tasks to subagents with independent context to manage independent tasks, applying a two-stage review for spec compliance and code quality after each task execution.