subagent-driven-development

Orchestrate subagents to execute implementation plans with parallel task execution and iterative reviews.

1|1|Updated Jun 2, 2025
One-click install
npx skills add https://github.com/BumpyClock/dotfiles --skill subagent-driven-development-bumpyclock
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: subagent-driven-development
Source: https://github.com/BumpyClock/dotfiles/tree/main/.ai_agents/skills/subagent-driven-development
Command: npx skills add https://github.com/BumpyClock/dotfiles --skill subagent-driven-development-bumpyclock

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Orchestrates the execution of complex development tasks by coordinating per-task implementer and reviewer subagents within a single session, ensuring progress tracking and iterative quality checks.

Core Features & Use Cases

  • Persistent Task Tracker: maintains a daily, session-scoped log of task status and links to prompts and reports, surviving compaction and handoffs.
  • Orchestration Loop: defines work, creates interfaces, plans tests, and dispatches agents in parallel while respecting dependencies.
  • Review Pipeline: automatically dispatches a reviewer after implementation and enforces spec compliance and code quality checks.

Quick Start

Draft the orchestration plan, then spawn an implementer and a reviewer to execute and validate the task.

Frequently Asked Questions about subagent-driven-development

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I orchestrate multiple coding agents to execute a development plan in parallel?

You can orchestrate multiple coding agents by dispatching per-task implementer and reviewer subagents within a single session. This enables parallel task execution, interface definition, and iterative quality checks across a cohesive automated workflow.

What is multi-agent orchestration for software engineering workflows?

Multi-agent orchestration coordinates implementer and reviewer subagents to execute complex development tasks. It maintains a persistent task tracker, plans tests, and enforces spec compliance through an automated review pipeline during the session.

How do I automate code review and spec compliance checks during agent-driven development?

Automate code review by dispatching a reviewer subagent immediately after implementation. This review pipeline enforces spec compliance and validates code quality checks iteratively as tasks complete.

Can I maintain task tracking and progress logs across multiple coding agents in a single session?

Yes, a persistent task tracker maintains a session-scoped daily log of task status and links to prompts and reports. This tracker survives context compaction and session handoffs to ensure continuous progress tracking.

What is the best way to start coordinating coding agents for complex task implementation?

Draft the orchestration plan to define work and plan tests, then spawn an implementer subagent and a reviewer subagent to execute and validate each task. This loop dispatches agents in parallel while respecting dependencies.

Does multi-agent orchestration support dependency management for parallel task execution?

Yes, the orchestration loop dispatches agents in parallel while respecting task dependencies. It defines interfaces and plans tests before execution to ensure coordinated automated development workflows.