workflow-orchestrator

Coordinate agent skills to move a backlog from planning through deployment.

1|Updated Mar 24, 2026
One-click install
npx skills add https://github.com/gridi-ai/gridi-skills --skill workflow-orchestrator-gridi-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workflow-orchestrator
Source: https://github.com/gridi-ai/gridi-skills/tree/main/skills/workflow-orchestrator
Command: npx skills add https://github.com/gridi-ai/gridi-skills --skill workflow-orchestrator-gridi-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Orchestrates end-to-end development workflows by coordinating multiple agent skills to move a backlog from planning through deployment.

Core Features & Use Cases

  • Orchestrates the entire development lifecycle from backlog to deployment, invoking agents in a defined order and managing PO review points.
  • Integrates with CI/DevOps to automate branch management, environment setup, and deployment.
  • Supports AI builder workflows for building full applications from a single prompt, enabling rapid prototyping and deployment.

Quick Start

Provide a backlog and run the orchestrator to manage the full development workflow.

Frequently Asked Questions about workflow-orchestrator

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

FAQPage Schema
How do I orchestrate end-to-end development workflows from backlog to deployment?

You orchestrate end-to-end development workflows by providing a backlog to the orchestrator, which then coordinates multiple agent skills in a defined order to move items from planning through deployment. It manages phase gating, CI checks, and PO reviews to ensure artifact delivery.

What is the best way to automate CI checks and branch management for a feature backlog?

Automating CI checks and branch management is handled by integrating with CI/DevOps systems during the orchestration. The workflow automatically manages branch creation, environment setup, and deployment sequencing while enforcing guardrails throughout the development lifecycle.

Can I use workflow orchestration to build full applications from a single prompt?

Yes, workflow orchestration supports AI builder workflows for building full applications from a single prompt. This enables rapid prototyping and deployment by leveraging crew-config, environment checks, API specs, and design artifacts to enforce correct sequencing.

Does the orchestrator require environment checks and design artifacts before running?

The orchestrator leverages environment checks, API specs, and design artifacts to implement safety and alignment. Providing these inputs ensures correct sequencing and guardrails are enforced when moving a backlog from planning through deployment.

How does phase gating and PO review work during development lifecycle orchestration?

Phase gating and PO reviews work by inserting defined review points into the orchestrated workflow. The orchestrator invokes agents in a specific order and pauses at these gates to ensure artifact quality and timely delivery before proceeding to deployment.

Can I coordinate multiple agent skills for a full product program instead of a single feature?

Yes, you can coordinate multiple agent skills for a full product program. The orchestration applies across both single feature backlogs and full product programs, handling the entire development lifecycle from planning through deployment.