subagent-driven-development

Solid

Decompose tasks via subagent collaboration; define interface contracts and integration checkpoints.

AI & Automation 103 stars 25 forks Updated today MIT

Install

View on GitHub

Quality Score: 83/100

Stars 20%
67
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
31
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# 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.

Details

Author
KbWen
Repository
KbWen/agentic-os
Created
3 months ago
Last Updated
today
Language
Python
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category