team-execute

Execute implementation plans across a coordinated multi-agent team pipeline.

1|2|Updated Apr 6, 2026
One-click install
npx skills add https://github.com/parisgroup-ai/imersao-ia-setup --skill team-execute-parisgroup-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: team-execute
Source: https://github.com/parisgroup-ai/imersao-ia-setup/tree/main/skills/team-execute
Command: npx skills add https://github.com/parisgroup-ai/imersao-ia-setup --skill team-execute-parisgroup-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinating the execution of implementation plans across a team of specialized agents to ensure fast, reliable delivery.

Core Features & Use Cases

  • Multi-agent orchestration: bridges planning (write-plan, plan mode) with parallel agent execution (team-lead, architect, frontend-dev, backend-dev, test-engineer, qa-engineer, docs-engineer).
  • Supports feature-based starts: skip-architect when plans already include contracts, and full pipeline when a feature description is provided.
  • Error handling and progress reporting through Team Lead prompts and status updates.

Quick Start

Run /team-execute with a plan file to execute the full multi-agent pipeline.

Frequently Asked Questions about team-execute

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

FAQPage Schema
How do I coordinate a multi-agent team for software execution?

Multi-agent team execution is coordinated by routing implementation plans through a pipeline of specialized agents including architect, frontend-dev, backend-dev, and QA engineers. This ensures synchronized work, API contract adherence, and parallel execution with progress reporting.

What is the best way to execute an implementation plan across frontend and backend agents?

Executing implementation plans across frontend and backend agents requires a team-dev pipeline that applies task routing and parallel execution. The Team Lead agent orchestrates the work, handling errors and providing status updates throughout.

Can I skip the architect phase if my plan already includes API contracts?

Yes, you can skip the architect phase when your plan already includes API contracts. The pipeline supports feature-based starts, allowing you to bypass the architect agent and proceed directly to execution with frontend-dev and backend-dev agents.

How do I handle errors and track progress during parallel agent execution?

Error handling and progress tracking during parallel agent execution are managed through Team Lead prompts and status updates. The orchestration pipeline monitors synchronized work across agents and reports issues back to ensure reliable delivery.

Do I need a plan file to start multi-agent orchestration?

A plan file is needed to run the full multi-agent pipeline for plan-based workflows. Alternatively, you can provide a feature description to trigger the complete pipeline starting from the architect agent.