subagent-driven-development

Automate task execution and two-stage reviews in development workflows.

Updated Mar 20, 2026
One-click install
npx skills add https://github.com/PickleSoda/history-mapped --skill subagent-driven-development-picklesoda
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: subagent-driven-development
Source: https://github.com/PickleSoda/history-mapped/tree/main/.agents/skills/subagent-driven-development
Command: npx skills add https://github.com/PickleSoda/history-mapped --skill subagent-driven-development-picklesoda

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires ./implementer-prompt.md, ./spec-reviewer-prompt.md, ./code-quality-reviewer-prompt.md, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the execution of independent tasks by dispatching fresh subagents for each task, followed by a two-stage review process.

Core Features & Use Cases

  • Subagent Execution: Deploy dedicated subagents for each task to maintain isolation and context.
  • Two-Stage Review: Ensures tasks meet specifications and maintain code quality through spec compliance and code quality reviews.
  • Use Case: Ideal for implementing well-defined development plans where tasks can be executed independently.

Quick Start

Use the subagent-driven-development skill to execute your implementation plan 'feature-plan.md'.

Frequently Asked Questions about subagent-driven-development

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

FAQPage Schema
How do I automate task execution for independent development plan items?

Automated task execution dispatches a fresh subagent for each independent item in a development plan, maintaining isolated context. It follows a two-stage review process for spec compliance and code quality to ensure your plan meets requirements.

What is a two-stage code review workflow for subagents?

A two-stage code review workflow evaluates subagent output first for spec compliance and then for code quality. This sequential process ensures implemented tasks match specifications before validating the overall code structure and maintainability.

How do I execute a feature plan using isolated subagents?

To execute a feature plan, pass your implementation plan file to the automated workflow. The system dispatches isolated subagents for each task and runs the two-stage review process automatically to verify spec compliance and code quality.

Do I need specific prompt templates for subagent-driven development?

Subagent-driven development requires specific prompt templates for implementing subagents and handling reviews. You need the implementer, spec-reviewer, and code-quality-reviewer prompt files to define execution and two-stage review workflows.

When should I use isolated subagents for development workflow automation?

Use isolated subagents for development workflow automation when implementing well-defined development plans where tasks can be executed independently. This approach maintains strict context boundaries between distinct features or components without state overlap.