prose

Orchestrate AI agent workflows with spawns, imports, and pluggable state backends.

1|1|Updated Jan 22, 2026
One-click install
npx skills add https://github.com/kelinfoxy/EZ-Homelab --skill prose-kelinfoxy
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: prose
Source: https://github.com/kelinfoxy/EZ-Homelab/tree/main/docker-compose/ez-assistant/extensions/open-prose/skills/prose
Command: npx skills add https://github.com/kelinfoxy/EZ-Homelab --skill prose-kelinfoxy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

OpenProse provides a VM-like orchestration surface to coordinate OpenProse programs, enabling reliable multi-agent workflows with spawns, imports, and state backends.

Core Features & Use Cases

  • Orchestrates multiple AI agents via sessions, with optional memory and persistence.
  • Supports modular composition through imports, blocks, and explicit context passing for scalable workflows.
  • Enables pluggable state backends (filesystem, in-context narration, SQLite, PostgreSQL) for long-running, auditable runs.
  • Example use cases include automated research pipelines, code-review orchestration, and production workflow coordination.

Quick Start

Install OpenProse, then run a sample program with prose run examples/01-hello-world.prose.

Frequently Asked Questions about prose

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

FAQPage Schema
How do I coordinate AI agents for parallel execution in a multi-service workflow?▼

Multi-agent workflow orchestration coordinates AI agents by providing a VM-like surface to spawn and manage subagents. It supports parallel branches, explicit context passing, and pluggable state backends for reliable execution.

What state backends can I use for long-running, auditable AI agent runs?▼

Supported state backends include filesystem, in-context narration, SQLite, and PostgreSQL. These pluggable options enable reliable, auditable state persistence for long-running multi-agent workflow sessions.

How do I start automating a research pipeline with parallel agent branches?▼

To automate research pipelines, install the orchestration runtime and execute a sample program. The system handles modular composition through imports, blocks, and explicit context passing to execute scalable parallel branches.

Does multi-agent workflow orchestration support code-review automation?▼

Yes, multi-agent workflow orchestration supports code-review automation. By spawning targeted subagents and passing context explicitly, it coordinates review tasks across codebases with auditable state tracking.

Can I use modular imports and blocks to scale complex AI agent workflows?▼

Yes, you can use modular imports and blocks to scale complex AI agent workflows. This composition model enables scalable workflows by explicitly passing context between orchestrated subagent sessions.

When should I not use VM orchestration for AI agent state management?▼

Avoid VM orchestration for AI agent state management if your workflow lacks parallel branches or requires no auditable persistence. It is designed for complex multi-service coordination rather than simple single-agent tasks.