sp_subagent_dev

Dispatch fresh subagents per task with spec compliance and code quality reviews.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/SpecForgeAI/deepagent-bot --skill sp-subagent-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sp_subagent_dev
Source: https://github.com/SpecForgeAI/deepagent-bot/tree/main/skills/sp_subagent_dev
Command: npx skills add https://github.com/SpecForgeAI/deepagent-bot --skill sp-subagent-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Execute implementation plans by dispatching a fresh subagent per task, with two-stage review after each: spec compliance first, then code quality.

Core Features & Use Cases

  • Fresh context per task (no confusion), parallel-safe, subagents can ask questions, and your context stays clean for coordination.

Quick Start

Provide an implementation plan and the system will dispatch a fresh subagent per task, applying spec compliance review followed by code quality review.

Frequently Asked Questions about sp_subagent_dev

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

FAQPage Schema
How do I automate task execution and dispatch a fresh subagent for each task?

Automate task execution by providing an implementation plan to the subagent dispatcher, which processes decomposed units in sequence or parallel while maintaining clean coordination context. Each independent task receives a fresh subagent execution environment.

What is a two-stage review process for spec compliance and code quality?

A two-stage review process enforces spec compliance checks first, followed by code quality reviews, after each subagent completes a task. This mechanism ensures traceable reviews and deterministic task handling by applying sequential validation gates.

Can I use subagent dispatching for parallel task processing without context confusion?

Yes, dispatching a fresh subagent per task provides fresh context isolation for each unit, making it parallel-safe. Your main context stays clean for coordination while subagents process decomposed tasks independently.

How do I start automating implementation plans with subagent orchestration?

Provide a decomposed implementation plan to start subagent orchestration. The system automatically dispatches a fresh subagent per task, executes the units, and enforces spec compliance and code quality reviews with clear handoffs.

Does subagent task dispatch work for workflows requiring traceable reviews and isolation?

Yes, subagent task dispatch is designed for workflows requiring isolation and traceable reviews. It coordinates subagents, spec reviews, and quality checks to ensure deterministic task handling with clear handoffs between execution stages.