orchestrate

Route workflow artifacts across plugins for correct phase transitions.

1|Updated Mar 8, 2026
One-click install
npx skills add https://github.com/aibilitycz/superpowered-toolkit --skill orchestrate-aibilitycz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: orchestrate
Source: https://github.com/aibilitycz/superpowered-toolkit/tree/main/plugins/super-integration/skills/orchestrate
Command: npx skills add https://github.com/aibilitycz/superpowered-toolkit --skill orchestrate-aibilitycz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinates and routes workflow artifacts across plugins to ensure correct phase transitions without performing the work.

Core Features & Use Cases

  • Detects current phase across the Superpowered workflow
  • Routes to the appropriate skill and preserves artifact continuity between phases
  • Provides non-destructive guidance and optional user prompts to confirm next steps
  • Use cases include moving from brainstorm to plan to work to review to compound while enforcing boundaries

Quick Start

Invoke the orchestrate skill to route your task to the next appropriate phase and seamlessly pass artifacts between skills.

Frequently Asked Questions about orchestrate

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

FAQPage Schema
How do I route workflow artifacts across plugins to the next phase?

To route workflow artifacts across plugins, you need a coordination mechanism that detects the current phase and passes artifacts to the appropriate next skill while enforcing boundaries. This preserves artifact continuity without performing the actual work.

What is cross-plugin workflow orchestration for multi-phase tasks?

Cross-plugin workflow orchestration is the process of coordinating phase transitions like brainstorm, plan, work, review, and compound across different plugins. It ensures explicit routing decisions and artifact presence checks without executing the work itself.

How do I move a task from brainstorm to plan to work phases automatically?

Moving a task through phases requires a routing skill to detect the current workflow phase and explicitly negotiate the next step. It provides non-destructive guidance and uses user prompts to confirm transitions and preserve artifacts.

Can I enforce boundaries and user confirmation during phase transitions in automated workflows?

Yes, enforcing boundaries during phase transitions is possible by using non-destructive guidance and explicit user negotiation. The workflow routing mechanism requires artifact presence checks and uses dialogs to confirm next steps before proceeding.

Does workflow routing perform the actual work for the next phase?

No, workflow routing does not perform the work. It coordinates and routes artifacts across plugins to ensure correct phase transitions, acting only as a routing mechanism with safeguards rather than executing the phase work itself.

What are the limitations of using a routing skill for phase transitions?

The main limitation is that a routing skill cannot perform the actual work of the phase it routes to. It requires explicit routing decisions and artifact presence checks, relying on user negotiation through dialogs to proceed safely.