Display examples gallery for orchestration workflows
Displays deprecated examples gallery for workflow orchestration patterns and templates.
/plugin marketplace add mbruhler/claude-orchestration/plugin install orchestration@orchestration-marketplaceThis command is deprecated. Examples are now integrated into skills with detailed explanations.
See examples in skills:
Or browse examples/ directory for .flow files.
Display the examples gallery for the Workflow Orchestration System.
Primary Source: ~/.claude/plugins/repos/orchestration/docs/reference/examples.md - Curated examples documentation
Template Source: Use the Glob tool to list available example workflows:
Glob('~/.claude/plugins/repos/orchestration/examples/*.flow')
For each template found, read the file to extract its name and description from the YAML frontmatter.
Template Documentation: Reference ~/.claude/plugins/repos/orchestration/examples/README.md for detailed template information.
Display a formatted list combining both documentation examples and available templates to the user.
Ask the user what they'd like to do next:
AskUserQuestion({
questions: [{
question: "What would you like to do with these examples?",
header: "Next",
multiSelect: false,
options: [
{label: "Try an example", description: "Execute one of these workflows"},
{label: "Learn more", description: "Get detailed docs on a topic"},
{label: "Create custom", description: "Build your own workflow"},
{label: "Return to menu", description: "Go back to main menu"}
]
}]
})
Handler Actions:
/orchestration:run <syntax>/orchestration:explain/orchestration:run <syntax>/orchestration:menuDocumentation:
~/.claude/plugins/repos/orchestration/docs/reference/examples.md~/.claude/plugins/repos/orchestration/examples/README.mdIf the examples documentation doesn't exist, display a friendly message and offer to: