orchestrate

Orchestrate build processes for multiple stories or phases within an epic.

Updated Mar 30, 2026
One-click install
npx skills add https://github.com/weside-ai/claude-code-plugin --skill orchestrate-weside-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: orchestrate
Source: https://github.com/weside-ai/claude-code-plugin/tree/main/we/skills/orchestrate
Command: npx skills add https://github.com/weside-ai/claude-code-plugin --skill orchestrate-weside-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python3, git, gh, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the orchestration of multiple builds and integrations, ensuring seamless transitions from planning to delivery, without manual intervention.

Core Features & Use Cases

  • Multi-Chunk Orchestration: Dispatch and manage development tasks across multiple stories or phases.
  • Integration Management: Automate branch integration and CI for a cohesive workflow.
  • Use Case: Imagine you have a series of tasks to build and integrate into an epic. This Skill will manage the build process, handle branch merging, and run CI, allowing you to focus on the bigger picture rather than the details.

Quick Start

To orchestrate a build process for an epic, simply run '/we:orchestrate <epic>'.

Frequently Asked Questions about orchestrate

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

FAQPage Schema
How do I orchestrate multi-chunk build processes for multiple stories within an epic?

Multi-chunk build orchestration is handled by dispatching developers, integrating branches, and running CI automatically across phases. The workflow uses an orchestration script to manage task transitions from planning to delivery without manual intervention.

Do I need Agent Teams to automate branch integration and CI for development workflows?

Yes, Agent Teams are required for collaboration during branch integration and CI. The orchestration workflow also needs a builder capable of running the full pipeline, alongside Python3, git, and gh dependencies.

What is the best way to manage CI/CD and branch merging across multiple development phases?

Automated branch merging and CI management is best handled by an orchestration script that coordinates multi-phase builds. This dispatches tasks to developers and integrates branches sequentially, ensuring a cohesive development workflow.

Can I use Python3 and gh to orchestrate epic-level development workflows automatically?

Yes, Python3 and gh are required dependencies for orchestrating epic-level workflows. The orchestration script uses them to dispatch tasks, manage branch merging, and trigger CI for seamless integration across multiple stories.

When should I avoid using automated orchestration for multi-story build integrations?

You should avoid automated orchestration if your project lacks an Agent Teams setup or a builder capable of running the full pipeline. Without these, the script cannot dispatch developers or execute CI integration properly.