# Subagent Driven Development

> Split work into parallelizable, bounded tracks only when the tasks have disjoint ownership and the coordination cost is justified.

- Skill: `agentic-in/subagent-driven-development` (Agent Skill)
- Install (CLI): `npx skillmds@latest add agentic-in/subagent-driven-development`
- Raw SKILL.md: https://api.skillmd.com/api/skills/agentic-in/subagent-driven-development/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: agentic-in (https://skillmd.com/u/agentic-in)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/agentic-in/subagent-driven-development

---


# Subagent Driven Development

Use this skill when a task genuinely benefits from parallel agents or worktrees.

## Preferred Flow

1. Keep the blocking path local.
2. Delegate only bounded sidecar work with clear ownership.
3. Avoid overlapping write scopes.
4. Integrate results quickly instead of waiting idly.

## Guardrails

- Do not delegate just to sound sophisticated.
- Do not spawn parallel work for tightly coupled edits.

