Public workflow library for Mediforce — a workflow + agent orchestration platform for pharma.
Import any workflow into a Mediforce namespace:
# List available workflows
mediforce workflow import \
--repo https://github.com/Appsilon/mediforce-workflows \
--namespace <your-namespace>
# Import a specific workflow
mediforce workflow import \
--repo https://github.com/Appsilon/mediforce-workflows \
--workflow "Workflow Designer" \
--namespace <your-namespace>Each workflow lives in its own directory with a .wd.json definition file. The index.json at the root is the manifest the CLI uses for discovery.
workflow-designer/ # Built-in workflow designer variants
workflow-designer-2/
backlog-triage/ # Meta-workflows (operate on the platform itself)
community-digest/
mediforce-reviewer/
landing-zone/ # Pharma domain workflows
media-monitoring/
protocol-to-tfl/
sdtm-rule-migration/
tealflow/
tealflow-cowork/
examples/ # Reference templates
personal-automations/
Workflows must be namespace-agnostic — do not include a namespace, version, or createdAt field. Those are injected at import time by the platform.
After adding a workflow file, add an entry to index.json to make it discoverable.