subagent-driven-development

Execute implementation plans by dispatching subagents with two-stage reviews.

68|13|Updated Aug 9, 2025
One-click install
npx skills add https://github.com/kriegcloud/beep-effect --skill subagent-driven-development-kriegcloud
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: subagent-driven-development
Source: https://github.com/kriegcloud/beep-effect/tree/main/.repos/beep-effect/.agents/skills/subagent-driven-development
Command: npx skills add https://github.com/kriegcloud/beep-effect --skill subagent-driven-development-kriegcloud

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the development process by automating the execution of implementation plans with independent tasks, ensuring high quality through rigorous, multi-stage subagent reviews.

Core Features & Use Cases

  • Automated Task Execution: Dispatches independent subagents for each task in an implementation plan.
  • Two-Stage Review Process: Implements a spec compliance review followed by a code quality review for each task.
  • Use Case: When you have a detailed plan for a new feature, this Skill can autonomously implement each task, review the code, and iterate until it meets both specification and quality standards, significantly speeding up development cycles.

Quick Start

Use the subagent-driven-development skill to execute the implementation plan located at ./plans/new-feature.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 implementation plan task execution for independent development tasks?

Automated task execution dispatches independent subagents for each task in an implementation plan, managing execution within the current session while ensuring fresh context to prevent pollution. It requires specific prompt templates for implementer, spec reviewer, and code quality reviewer subagents to facilitate deterministic completion.

What is the two-stage code review process for agile development automation?

The two-stage code review process implements a spec compliance review followed by a code quality review after each task's completion. This subagent-driven approach ensures code meets both specification and quality standards before iteration, significantly speeding up development cycles.

How do I execute a detailed feature plan located in a markdown file?

To execute a detailed feature plan located in a markdown file, use the skill to autonomously implement each task, review the code through the two-stage process, and iterate until it meets both specification and quality standards. It dispatches independent subagents for each task.

Do I need specific prompt templates to run subagent-driven task execution?

Yes, specific prompt templates for implementer, spec reviewer, and code quality reviewer subagents are required to facilitate deterministic task completion and quality assurance. These templates drive the independent subagents to execute and review tasks within the session.

Can I use independent subagents to prevent context pollution during iterative development?

Yes, dispatching independent subagents for each task manages execution within the current session, ensuring fresh subagent context and preventing pollution. This approach maintains high-quality code iteration by isolating task execution and review processes.

What's the best way to ensure spec compliance and code quality in automated development?

The best way to ensure spec compliance and code quality is through a two-stage review process using independent subagents. After each task's completion, a spec compliance review is followed by a code quality review, iterating until standards are met.