cwl-summary-to-galaxy-data-flow
Read a CWL summary plus the preceding Galaxy interface brief and emit a reviewable Markdown data-flow brief. Capture abstract topology, Galaxy collection semantics, placeholder transformations, unresolved Galaxy tool needs, confidence, and open questions.
CWL already carries structured workflow shape, so this Mold should be lighter than nextflow-summary-to-galaxy-data-flow.
Start from summary-cwl.graph.edges[] instead of rediscovering the DAG. The main work is translation pressure: CWL scatter into Galaxy map-over or collection steps, linkMerge/pickValue into explicit fan-in choices, secondary files into output contracts, and valueFrom/when into reviewable placeholders when Galaxy cannot express them directly.
Carry the open-requirements-ledger through this step: read the open entries that bear on the choices you make here, mark resolved any your decisions close, and append any new unmet need you surface — a declared output with no producer, an unpinned parameter, a tool with no corpus exemplar — so a later Mold inherits it instead of re-deriving it.