workflow-executor

Automate looplia workflow execution with per-step validation and sandbox management.

21|3|Updated Dec 5, 2025
One-click install
npx skills add https://github.com/memorysaver/looplia-core --skill workflow-executor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workflow-executor
Source: https://github.com/memorysaver/looplia-core/tree/main/plugins/looplia-core/skills/workflow-executor
Command: npx skills add https://github.com/memorysaver/looplia-core --skill workflow-executor

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates multi-step workflows defined in Markdown, ensuring deterministic per-step execution, sandbox management, and per-step validation state.

Core Features & Use Cases

  • Execute workflows from workflows/*.md using the skills-first architecture
  • Per-step Task calls with sandbox isolation
  • Validation-driven completion and real-time progress visualization
  • Streaming TUI for real-time tool execution feedback

Quick Start

Use the CLI to run a workflow, e.g., looplia run writing-kit --file ./examples/ai-healthcare.md.

Frequently Asked Questions about workflow-executor

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

FAQPage Schema
How do I automate multi-step workflows with per-step validation?

Workflow automation with per-step validation orchestrates Markdown-defined workflows through a dedicated executor, applying sandbox isolation and validation state tracking to each step. This ensures deterministic execution and real-time progress feedback across your entire pipeline.

Can I run CLI workflows with step-by-step orchestration and sandbox management?

Yes. The workflow executor runs CLI-based workflows from Markdown definitions with per-step Task invocations, named-input sandboxes for isolation, and input/output routing between steps. Each step executes in its own sandbox with validation enforcement.

What's the best way to validate workflow execution and track completion state?

Validation-driven completion tracks field presence, detects deprecated syntax, and maintains per-step validation state throughout execution. Real-time TUI streaming visualizes progress and tool feedback, enabling you to catch issues at each step before proceeding.

How do I define and execute workflows as Markdown files?

Define workflows in workflows/*.md using the skills-first architecture, then execute via CLI with `looplia run [workflow-name] --file [path]`. The executor handles step-by-step orchestration, sandbox setup, and per-step validation automatically.

Does workflow orchestration support input/output routing between steps?

Yes. The executor supports named-input sandboxes and explicit input/output routing, allowing outputs from one step to feed into subsequent steps while maintaining sandbox isolation and validation state across the workflow.

What validation checks does the workflow executor enforce?

The executor enforces field presence validation, detects and rejects deprecated syntax, and applies validation state tracking across all steps. Violations surface during execution, preventing progression until requirements are met.