AI AGENT ADDONS

Subagent Driven Development

neolabhq/context-engineering-kit

This skill lets you break down work into small tasks and give each one to a fresh subagent. Each subagent works alone on its task. After a task is done, another subagent reviews the code. This catches mistakes early and keeps things moving fast. You can run tasks one after another or at the same time if they don't depend on each other. Fresh subagents mean no leftover ideas from previous tasks. Code reviews between tasks make sure quality stays high without slowing you down.

Anyone building complex plans with many steps or fixing multiple unrelated bugs will benefit. Instead of one agent doing everything and getting confused, each new agent starts clean. The review step catches problems before they pile up. This way you get fast iteration with quality gates at every stage.

Add Subagent Driven Development skill to your workflow

Global

mkdir -p ~/.claude/skills/subagent-driven-development

Project

mkdir -p .claude/skills/subagent-driven-development

Source Repository

Stars
1,185
Forks
128
Watchers
1,185
License
GPL-3.0
Last Push
1 month ago
Created
8 months ago