delegated-development

Orchestrate multi-agent development workflows with automated review loops.

39|1|Updated Dec 21, 2025
One-click install
npx skills add https://github.com/qodex-ai/ai-agent-skills --skill delegated-development
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: delegated-development
Source: https://github.com/qodex-ai/ai-agent-skills/tree/main/skills/delegated-development
Command: npx skills add https://github.com/qodex-ai/ai-agent-skills --skill delegated-development

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates complex development tasks by orchestrating multiple specialized AI agents, ensuring high-quality code through a rigorous review process and iterative refinement.

Core Features & Use Cases

  • Multi-Agent Coordination: Manages the execution of development plans by dispatching distinct subagents for implementation, spec review, and code quality checks.
  • Iterative Refinement: Implements a two-stage review process (spec compliance then code quality) with automatic loops for fixing identified issues.
  • Use Case: Break down a large feature into smaller, manageable tasks. Each task is assigned to an implementer agent, followed by a spec reviewer and a code quality reviewer, ensuring the final code adheres to requirements and best practices.

Quick Start

Use the delegated-development skill to execute the plan located at ./plans/feature-x.md.

Frequently Asked Questions about delegated-development

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

FAQPage Schema
How do I automate complex software development tasks with multiple AI agents?

Multi-agent development automation dispatches specialized subagents for task implementation, spec compliance review, and code quality assessment, managing iterative refinement loops to ensure high-quality code output.

What is the best way to ensure code quality in automated agile development workflows?

Automated agile development workflows ensure code quality through a two-stage review process, checking spec compliance followed by code quality, with automatic loops for fixing identified issues.

How does multi-agent task execution manage iterative code refinement?

Multi-agent task execution manages iterative code refinement by dispatching implementer agents, followed by spec and code quality reviewers, automatically looping fixes until requirements are met.

Can I break down a large feature into smaller development tasks for automated execution?

Yes, you can break down large features into smaller tasks assigned to implementer agents, followed by spec compliance reviews and code quality checks to ensure final code adheres to specifications.

Do I need a development plan to start multi-agent task execution?

Yes, multi-agent task execution requires a development plan document, such as a markdown file, to coordinate the specialized subagents and manage the structured task execution workflow.

When should I not use automated multi-agent workflows for development?

Automated multi-agent development workflows may not suit simple tasks lacking complex specifications, as the two-stage review and iterative refinement loops require structured plans to function effectively.