Subagent-Driven-Development

Dispatch fresh subagents for independent implementation tasks with continuous code review.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill optimizes the execution of implementation plans by dispatching fresh subagents for each independent task, coupled with continuous code review. It enables fast iteration while maintaining high quality through early issue detection.

Core Features & Use Cases

  • Fresh Subagent Per Task: Ensures each task is handled by a new subagent, preventing context pollution and maximizing focus.
  • Continuous Code Review: Integrates code review after each task, catching issues before they compound and ensuring quality gates.
  • Fast Iteration: Allows for rapid progress within the same session, without waiting for human intervention between tasks.
  • Use Case: When executing a plan with several independent tasks, use this skill to dispatch a subagent for the first task, review its work, fix any issues, and then proceed to the next task with a new subagent.

Quick Start

I have an implementation plan with independent tasks. Use the Subagent-Driven-Development skill to execute it.