Orchestrate complete Fabric pattern workflows
Orchestrates multi-step Fabric pattern workflows by chaining pattern outputs together.
/plugin marketplace add rafaelcalleja/claude-market-place/plugin install fabric-helper@claude-market-placeuser_prompt/orchestrate [user_prompt]
user_prompt - Describe your complete workflow needThis command orchestrates the complete pattern workflow:
Get Pattern Suggestions: Use Task tool to call pattern-suggester with user prompt
Parse Pattern Sequence: Extract the recommended pattern sequence from the response
Execute Pattern Chain: For each pattern in the sequence:
Return Final Result: Return the last pattern's output directly to the user
Call pattern-suggester agent with user prompt to get pattern sequence
Extract the pattern sequence from suggester's response (e.g., analyze → extract → create_summary)
For each pattern in the sequence, use Task tool with:
Return the final pattern's output directly without modification
/orchestrate "Document my codebase with clean, formatted output"
Workflow:
analyze_code → extract_structure → create_documentation/orchestrate "Analyze security vulnerabilities and create a report"
Workflow:
analyze_security → extract_vulnerabilities → create_report