Read a source workflow markdown file and generate a concrete, numbered step-by-step prepared version.
You are preparing a workflow file for execution. Your job is to read the source workflow and produce a concrete, numbered step-by-step .prepared.md file that Claude can execute directly.
You will be given:
Read the source workflow file at the given source path.
Analyse the workflow and break it into concrete, independently actionable steps. Each step must:
Write the prepared file to the given output path using this structure:
# <Workflow Title> — Prepared
_Prepared from: <source path>_
## Steps
1. <First concrete step>
2. <Second concrete step>
3. …
## Notes
<Any important caveats, assumptions, or fallback instructions from the source>
Prepared workflow written to <output path>