subagent-driven-development

Execute implementation plans by dispatching a fresh subagent per task.

Updated Dec 14, 2025
One-click install
npx skills add https://github.com/pproenca/dot-claude --skill subagent-driven-development-pproenca
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: subagent-driven-development
Source: https://github.com/pproenca/dot-claude/tree/main/plugins/super/skills/subagent-driven-development
Command: npx skills add https://github.com/pproenca/dot-claude --skill subagent-driven-development-pproenca

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Executing complex implementation plans manually can be slow and prone to context pollution, especially when tasks are independent, leading to inefficiencies.

Core Features & Use Cases

  • Fresh Subagent Per Task: Dispatches a new, focused subagent for each task, preventing context bleed and ensuring clarity.
  • Continuous Code Review: Integrates code review after each task, catching issues early and maintaining quality throughout the development process.
  • Fast Iteration: Enables rapid progress on independent tasks within the same session, reducing human-in-the-loop delays.
  • Use Case: When you have an implementation plan with several independent tasks, this skill allows you to dispatch a dedicated subagent for each, ensuring high-quality, parallel progress with built-in review checkpoints.

Quick Start

I have an implementation plan for a new feature. Use the subagent-driven-development skill to execute it task-by-task.