dev-team

Orchestrate multi-agent teams to plan, analyze, implement, and review codebase changes.

Updated Mar 14, 2026
One-click install
npx skills add https://github.com/clouseryan/agentic-skills --skill dev-team-clouseryan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev-team
Source: https://github.com/clouseryan/agentic-skills/tree/main/dev-team
Command: npx skills add https://github.com/clouseryan/agentic-skills --skill dev-team-clouseryan

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires anthropic, and includes scripts (resource) components.

What problem does it solve?

Orchestrate the full agentic development workflow by coordinating specialized agents to plan, analyze, implement, and review changes across codebases, ensuring alignment with patterns, ADRs, and governance.

Core Features & Use Cases

  • Centralized orchestration of research, architecture, development, QA, and DevOps tasks across projects
  • Rich workspace context with ADRs, requirements, and patterns to guide implementation
  • Safe chunked delivery with review and rework loops to maintain quality and traceability

Quick Start

Initialize the workspace, load prior patterns, and run the staged dev-team pipeline to implement a feature.

Frequently Asked Questions about dev-team

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

FAQPage Schema
How do I orchestrate multiple agents to plan and implement codebase changes?

Multi-agent orchestration coordinates specialized agents to plan, analyze, implement, and review codebase changes. It uses a centralized pipeline to ensure alignment with architectural decisions, patterns, and governance throughout the development workflow.

What is the best way to generate ADRs and maintain shared context during development?

Generating ADRs and maintaining shared context is handled by a rich workspace that stores requirements, patterns, and architectural decisions. This workspace guides implementation by providing centralized context to all coordinated agents.

Can I use Anthropic models to coordinate cross-functional dev roles like QA and DevOps?

Yes, Anthropic models support coordinating cross-functional roles such as QA, DevOps, and research. The orchestration pipeline assigns domain-specific tasks to specialized agents, ensuring cross-functional alignment and safe chunked delivery.

How do I enforce security checks and review loops across multi-agent workflows?

Security checks and review loops are enforced during the staged delivery process. The workflow coordinates agents to review and rework code chunks, maintaining quality, traceability, and governance before changes are shipped.

Does multi-agent orchestration work for chunked delivery of large codebases?

Multi-agent orchestration supports safe chunked delivery for large codebases by breaking down implementation into reviewed stages. This approach maintains quality and traceability across cross-functional roles while managing complex development tasks.