paseo-orchestrate

Orchestrate end-to-end task delivery with Paseo agents via MCP tools.

12.9k|1.3k|Updated Oct 13, 2025
One-click install
npx skills add https://github.com/getpaseo/paseo --skill paseo-orchestrate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: paseo-orchestrate
Source: https://github.com/getpaseo/paseo/tree/main/skills/paseo-orchestrate
Command: npx skills add https://github.com/getpaseo/paseo --skill paseo-orchestrate

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Orchestrates end-to-end task delivery using a team of Paseo agents to understand, plan, implement, review, and deliver software features.

Core Features & Use Cases

  • End-to-end orchestration of tasks via Paseo MCP tools to coordinate planning, implementation, review, and delivery.
  • Multi-role agent collaboration across planning, implementation, and QA to produce a complete feature.
  • Use case: when a user presents a complex feature or bug fix requiring cross-team coordination and phased execution.

Quick Start

Describe your task and let the orchestrator plan, assign agents, and deliver the result.

Frequently Asked Questions about paseo-orchestrate

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

FAQPage Schema
How do I orchestrate multi-agent workflows for complex feature delivery?

End-to-end task orchestration coordinates a team of Paseo agents across understanding, planning, implementation, review, and delivery phases. Agents collaborate cross-role to produce a complete feature using MCP tools.

What is the best way to plan phased execution across multiple packages or modules?

Phased execution across multiple packages requires a plan file at ~/.paseo/plans/<task-slug>.md. The orchestrator assigns agents to move sequentially through phases with worktree support.

Does agent orchestration require test-driven development for bug fixes?

Yes, agent orchestration requires adherence to TDD for complex feature or bug fix delivery. The orchestrator enforces TDD practices throughout the implementation and review phases via Paseo MCP tools.

Can I use orchestration agents for cross-role coordination on complex tasks?

Yes, orchestration agents support multi-role collaboration across planning, implementation, and QA. Cross-role coordination is applied when a complex feature or bug fix requires phased execution across multiple modules.

When should I not use end-to-end agent orchestration for software delivery?

End-to-end agent orchestration is not suited for simple, single-module tasks lacking cross-role planning requirements. It targets complex features or bug fixes requiring phased execution across multiple packages.

What plan file format does Paseo orchestration expect for task planning?

Paseo orchestration expects a markdown plan file at ~/.paseo/plans/<task-slug>.md. This plan file drives the orchestrator as it assigns agents and coordinates phased execution via MCP tools.