subagent-driven-development

Delegate each task to a fresh subagent with two-stage reviews.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Kinshuk699/sEYEght --skill subagent-driven-development-kinshuk699
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: subagent-driven-development
Source: https://github.com/Kinshuk699/sEYEght/tree/main/.agents/skills/subagent-driven-development
Command: npx skills add https://github.com/Kinshuk699/sEYEght --skill subagent-driven-development-kinshuk699

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the challenge of coordinating complex plan execution by dispatching a fresh subagent per task, ensuring isolated context and rapid iteration while maintaining overall cohesion through structured reviews.

Core Features & Use Cases

  • Fresh subagent per task to prevent context leakage and maximize focus
  • Two-stage review after each task: spec compliance then code quality
  • Seamless orchestration within a single session or across parallel paths with clear handoffs
  • Automated completion and traceability via TodoWrite

Quick Start

Initiate the per-task subagent workflow and begin executing tasks with per-task isolation and two-stage 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 task execution and prevent context leakage during development workflows?

Automating task execution with a fresh subagent per task prevents context leakage by isolating each task. This maximizes focus and enables rapid iteration while maintaining cohesion through structured two-stage reviews.

What is the best way to enforce spec compliance and code quality in automated plan execution?

The best way to enforce spec compliance and code quality is using a two-stage review process after each automated task execution. This checks specification adherence first, then evaluates code quality before finalizing.

How does dispatching isolated subagents improve task isolation for independent development tasks?

Dispatching isolated subagents improves task isolation by giving each independent task a fresh context. This prevents cross-task interference, enables rapid iteration, and ensures focused execution without prior context baggage.

Can I track task completion and execution traceability within automated subagent workflows?

Yes, you can track task completion and execution traceability using TodoWrite. It enforces per-task implementation logging within the subagent workflow, providing clear handoffs and visible progress across parallel paths.

When should I not use a fresh subagent workflow for development plan execution?

You should not use a fresh subagent workflow for dependent tasks requiring shared context. This approach suits largely independent tasks needing isolated context; tightly coupled tasks may suffer from handoff overhead and fragmented state.