# subagent-driven-development

Agent skill by Jesse Vincent (https://blog.fsck.com)

For a plan whose tasks do not depend on each other. It hands them to separate agents in the same session, which is faster and keeps each one's context focused on its own piece.

Topics: Delivery
Last updated: 2026-08-12 (1 months ago)
Source: https://github.com/obra/superpowers
Repository: https://github.com/obra/superpowers

## Install

```bash
npx skills add https://github.com/obra/superpowers --skill subagent-driven-development
```

## In the author's words

Use when executing implementation plans with independent tasks in the current session

## Verification

- Source link: Resolved (HTTP 200) (pass)
- Repository: Resolves on GitHub (pass)
- Install command: Transcribed from the author's own page (pass)
- Maintenance: Last updated 1 months ago (pass)
- Attribution: Credited to Jesse Vincent (pass)

Full page: https://stackskills.dev/library/subagent-driven-development
