subagent-driven-development

Execute implementation plans with fresh subagents per task and two-stage reviews.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It tackles the difficulty of executing implementation plans that contain many independent tasks, preventing context contamination and ensuring high‑quality output through systematic reviews.

Core Features & Use Cases

  • Fresh subagent per task: Guarantees isolated context for each implementation step.
  • Two‑stage review: First a spec‑compliance check, then a code‑quality assessment.
  • Integrated TodoWrite tracking: Automatically records progress and marks tasks complete.
  • Use Case: Ideal for development teams that have a clear plan with independent tasks and want rapid, reliable iteration within a single session.

Quick Start

Start subagent‑driven development on my implementation plan to automatically handle each task with fresh subagents 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 execute independent development tasks without context contamination?

To prevent context contamination during development workflow, you can execute implementation plans by spawning a fresh subagent per task. This isolates each implementation step and ensures high-quality output through systematic reviews.

What is two-stage code review in automated task execution?

Two-stage code review in automated task execution first performs a spec compliance check, then conducts a code quality assessment. This sequence ensures the implementation meets requirements before evaluating structural code health.

How do I automate spec compliance checks for an implementation plan?

Automating spec compliance checks is handled by applying subagent-driven development to your plan. The system automatically creates a fresh subagent per task to verify implementation against the original specifications.

Can I track development workflow progress automatically within a single session?

Yes, you can track development workflow progress automatically within a single session. The execution process integrates TodoWrite tracking to automatically record progress and mark tasks complete as subagents finish.

When should I use subagent-driven development for my implementation plan?

Use subagent-driven development when your implementation plan contains mostly independent tasks that can be completed within the same session. It is ideal for rapid, reliable iteration when you have a clear development plan.

Does subagent-driven development work with dependent implementation tasks?

Subagent-driven development is designed for plans where tasks are mostly independent. If your implementation tasks have heavy dependencies requiring shared context, this isolated subagent approach may not suit your workflow.