subagent-driven-development

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

Updated Oct 23, 2024
One-click install
npx skills add https://github.com/lenadlm/docker --skill subagent-driven-development-lenadlm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: subagent-driven-development
Source: https://github.com/lenadlm/docker/tree/main/hermes-skills/skills/software-development/subagent-driven-development
Command: npx skills add https://github.com/lenadlm/docker --skill subagent-driven-development-lenadlm

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines software development by automating task execution and code reviews, improving quality and efficiency in the implementation process.

Core Features & Use Cases

  • Task Execution: Automatically dispatches fresh subagents for each task in the plan, ensuring fresh context and focused implementation.
  • Two-Stage Review: Performs spec compliance and code quality reviews, ensuring high-quality output.
  • Use Case: For a new feature, use this Skill to automatically create tasks, execute implementation, review spec compliance, review code quality, and finally, perform an integration review.

Quick Start

Dispatch the subagent-driven-development skill with the task description and required context.

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 and code reviews in my software development workflow?

Automating task execution and code reviews requires dispatching fresh subagents for each task to ensure focused implementation, followed by a two-stage review process for spec compliance and code quality assurance.

What is a two-stage code review process for quality assurance?

A two-stage review process for quality assurance first evaluates spec compliance to verify implementation matches requirements, then performs a dedicated code quality review to ensure high standards before integration.

How do I use subagents for focused implementation of new features?

Using subagents for focused implementation involves automatically dispatching a fresh subagent for each task in the plan, ensuring fresh context that executes the implementation and monitors code execution.

What is the best way to orchestrate code execution monitoring and spec compliance reviews?

The best way to orchestrate code execution monitoring and spec compliance reviews is using a systematic workflow that parses tasks, dispatches subagents, and performs two-stage reviews for quality assurance.

Can I use automated subagent dispatching for complex software development workflows?

Yes, you can use automated subagent dispatching for complex software development workflows by parsing robust tasks, executing implementations with fresh subagents, and orchestrating integration reviews.

Why use fresh subagents for each task in task automation?

Using fresh subagents for each task in task automation ensures fresh context and focused implementation, preventing context overlap and maintaining high-quality output during code execution.