prose

Orchestrate multi-agent AI workflows using the OpenProse VM.

Updated Feb 3, 2026
One-click install
npx skills add https://github.com/Dolonia333/dolo.ai --skill prose-dolonia333
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: prose
Source: https://github.com/Dolonia333/dolo.ai/tree/main/extensions/open-prose/skills/prose
Command: npx skills add https://github.com/Dolonia333/dolo.ai --skill prose-dolonia333

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

OpenProse enables teams to model and orchestrate multi-agent AI workflows with a readable, structured language, turning ad-hoc prompts into repeatable, auditable pipelines.

Core Features & Use Cases

  • Orchestrate subagents via sessions, blocks, and parallel constructs to break complex tasks into parallelizable steps.
  • Persist execution state and agent memory across runs using filesystem or database backends for resumption and auditing.
  • Import and compose reusable pieces of work with imports, blocks, and memory sharing to build scalable AI workflows.

Quick Start

Run a sample .prose file through the OpenProse VM to observe a simple session and parallel execution.

Frequently Asked Questions about prose

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

FAQPage Schema
How do I orchestrate multi-agent AI workflows with parallel execution?

Persist execution state for multi-agent workflows using filesystem or database backends via OpenProse. This enables state resumption and auditing across runs by maintaining agent memory consistently.

What is the best way to structure reusable tasks in a multi-agent workflow?

The best way to structure reusable tasks is by using imports and blocks within the OpenProse VM. This allows you to compose modular pieces of work with memory sharing to build scalable AI workflows efficiently.

Can I debug and run multi-agent workflows across different backends?

Yes, you can run and debug multi-agent workflows across modules and backends using the OpenProse VM. It supports executing .prose files to observe sessions and parallel execution behavior for validation.

Does the OpenProse VM support persistent state for resuming agent sessions?

Yes, the OpenProse VM supports persistent state for resuming agent sessions. It leverages filesystem or database backends to save execution state and agent memory across multiple runs for auditing.