Decompose tasks via subagent collaboration; define interface contracts and integration checkpoints.
Scanned 9/2/2026
Install to Claude Code
npx -y skills add KbWen/agent-virtual-office --skill subagent-driven-development --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Subagent Driven Development?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/kbwen-subagent-driven-development)More formats (shields.io, HTML) on the badges page.
---
name: subagent-driven-development
description: Decompose tasks via subagent collaboration; define interface contracts and integration checkpoints.
---
# Subagent-Driven Development
## Overview
When a task is splittable, use multiple subagents to process in parallel, accelerating delivery without sacrificing consistency.
## Decomposition Strategy
- Split cleanly by module boundaries or responsibilities.
- Define input/output contracts for each sub-task.
- Establish sync checkpoints to avoid integration explosion.
## Delivery Requirements
1. Sub-tasks MUST include testing or checking evidence.
2. The primary agent is responsible for integration, conflict resolution, and final verification.
3. Any cross-module changes MUST be announced before integration.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!