workflow-runner

Execute predefined agent workflows from a central pipeline configuration.

Updated Mar 31, 2026
One-click install
npx skills add https://github.com/GGEdu/claude-god-mode-template --skill workflow-runner-ggedu
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: workflow-runner
Source: https://github.com/GGEdu/claude-god-mode-template/tree/main/skills/workflow-runner
Command: npx skills add https://github.com/GGEdu/claude-god-mode-template --skill workflow-runner-ggedu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Execute predefined agent workflows from a central pipeline configuration.

Core Features & Use Cases

  • Discover and run workflows defined in .claude/pipeline.yaml
  • List available workflows, describe steps, and manage routing decisions
  • Memory logging and optional auditing for workflow execution

Quick Start

Trigger a workflow with /workflow <name> to run the corresponding pipeline defined in .claude/pipeline.yaml.

Frequently Asked Questions about workflow-runner

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

FAQPage Schema
How do I run multi-agent workflows from a central pipeline configuration?▼

Multi-agent workflows are executed by triggering a predefined pipeline defined in a central pipeline.yaml file, which parses the configuration and enforces routing decisions during execution.

How do I discover available agent workflows in my pipeline?▼

You can discover available agent workflows by using the list mode to view all configured pipelines and the describe mode to see the specific steps defined within each workflow.

Can I use workflow orchestration for feature development, hotfixes, and refactors?▼

Workflow orchestration applies to feature development, hotfixes, and refactors by executing predefined agent pipelines that manage routing decisions and memory logging for each specific task.

Does the multi-agent pipeline runner support memory logging and auditing?▼

Yes, the multi-agent pipeline runner supports memory logging and optional auditing as part of the workflow execution to track routing decisions and pipeline progress.

What is the best way to trigger a predefined agent workflow pipeline?▼

The best way to trigger a predefined agent workflow pipeline is by invoking the workflow command with the specific pipeline name, which reads and parses the pipeline.yaml configuration to begin execution.