generate-execution-proposals

Discover available plugins and generate execution proposals with enriched WorkflowDefinition steps.

35|9|Updated Mar 3, 2026
One-click install
npx skills add https://github.com/Appsilon/mediforce --skill generate-execution-proposals
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: generate-execution-proposals
Source: https://github.com/Appsilon/mediforce/tree/main/apps/workflow-designer/plugins/workflow-designer/skills/generate-execution-proposals
Command: npx skills add https://github.com/Appsilon/mediforce --skill generate-execution-proposals

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Given an approved workflow structure (steps, transitions, triggers) without executor information, this skill discovers available execution plugins and generates 1-N complete execution proposals that turn the structure into executable definitions.

Core Features & Use Cases

  • Discover available plugins via the platform API and assemble a set of executable proposals.
  • Produce complete WorkflowDefinition objects by enriching every step with executor, plugin, agent, autonomyLevel, and env fields.
  • Support multiple proposals to fit different governance and cost constraints (manual, hybrid, full-auto).
  • Real-world use cases include rapidly evaluating automation strategies for pharma workflows and comparing trade-offs between speed, cost, and safety.

Quick Start

Provide one or more complete execution proposals given an approved workflow structure.

Frequently Asked Questions about generate-execution-proposals

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate execution proposals for an approved workflow structure?

To generate execution proposals, provide an approved workflow structure with steps and transitions. The skill discovers available plugins via the platform API and outputs multiple complete WorkflowDefinition objects, enriching every step with executor, plugin, agent, autonomyLevel, and env fields.

What are workflow execution proposals and when do I need them?

Workflow execution proposals are complete WorkflowDefinition objects that turn an approved workflow structure into executable definitions. You need them when you have a workflow design without executor information and must evaluate different automation strategies for governance and cost constraints.

Can I compare manual, hybrid, and full-auto automation strategies for pharma workflows?

Yes, you can compare manual, hybrid, and full-auto automation strategies. The skill generates one to multiple proposals for an approved workflow, allowing you to evaluate trade-offs between speed, cost, and safety for use cases like pharma workflows.

Does this skill require executor information in the workflow structure to work?

No, the skill does not require executor information in the input. It takes an approved workflow structure containing steps, transitions, and triggers, then discovers available execution plugins to enrich the structure with the missing executor and plugin fields.

What is the best way to turn a workflow structure into an executable definition?

The best way to turn a workflow structure into an executable definition is using a skill that discovers available plugins and generates enriched WorkflowDefinition objects. This approach automatically populates executor, plugin, agent, autonomyLevel, and env fields on every step.

What limitations exist when generating workflow definitions with multiple execution proposals?

A key limitation is dependency on the platform API for plugin discovery; unavailable or restricted plugins limit the generated proposals. Additionally, the skill requires a fully approved workflow structure with defined steps and transitions as input to function correctly.