bee:subagent-driven-development

Execute development plans by dispatching subagents with automated code reviews.

2|1|Updated Mar 3, 2026
One-click install
npx skills add https://github.com/luanrodrigues/ia-frmwrk --skill bee-subagent-driven-development
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bee:subagent-driven-development
Source: https://github.com/luanrodrigues/ia-frmwrk/tree/main/default/skills/subagent-driven-development
Command: npx skills add https://github.com/luanrodrigues/ia-frmwrk --skill bee-subagent-driven-development

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the execution of development plans by dispatching independent subagents for each task, ensuring continuous progress and maintaining high quality through automated code reviews between tasks.

Core Features & Use Cases

  • Autonomous Task Execution: Executes tasks from a plan without human intervention between steps.
  • Fresh Subagent per Task: Prevents context pollution by creating a new agent for each task.
  • Automated Code Review: Integrates multiple code reviewers after each task to catch issues early.
  • Quality Gates: Enforces fixes for critical, high, and medium issues before proceeding.
  • Use Case: A developer can initiate a complex feature implementation, and this Skill will manage the entire process, from coding and testing to review and commit, autonomously.

Quick Start

Use the bee:subagent-driven-development skill to execute the plan defined in plan.md.

Frequently Asked Questions about bee:subagent-driven-development

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

FAQPage Schema
How do I automate development plan execution without human intervention between tasks?

Automated code review between tasks is enforced through quality gates that aggregate feedback from multiple reviewers. The system requires fixes for critical, high, and medium issues before proceeding to the next task, ensuring code quality is maintained throughout development.

How does subagent-driven development prevent context pollution when executing multiple tasks?

Subagent-driven development prevents context pollution by creating a fresh subagent for each individual task. This approach ensures that context switching between multi-module tasks remains clean and previous task contexts do not interfere with ongoing execution.

Can I execute complex multi-module development plans autonomously using task automation?

Yes, complex multi-module development plans can be executed autonomously using this task automation approach. The system handles context switching between modules and dispatches independent subagents to manage the entire process from coding and testing to review and commit.

What is the best way to enforce automated code reviews during agile task execution?

The best way to enforce automated code reviews during agile task execution is by integrating multiple code reviewers after each task and applying quality gates. This ensures code quality is continuously validated and critical issues are fixed before moving forward.