maf-prs-job
Installation
SKILL.md
Prompt Flow PRS → MAF PRS Pipeline Conversion
Convert an existing Prompt Flow Parallel Run Step (PRS) pipeline submission (one that uses
load_component("flow.dag.yaml")) into a PRS pipeline that runs a Microsoft Agent Framework (MAF) workflow as the parallel component.What
load_component(flow.dag.yaml)did automatically — and which pieces this skill produces by hand — is documented in references/pf-vs-maf-prs.md §0.
Triggers
Activate this skill when the user wants to:
- Convert a Prompt Flow PRS pipeline submission to use a MAF workflow instead.
- Run a MAF workflow as a parallel / bulk job on AML compute.
- Replace
load_component(flow.dag.yaml)with a hand-built parallel component that wraps a MAF workflow.