prose

Orchestrate multi-agent workflows with runtime, session spawning, and state management.

Updated Apr 21, 2026
One-click install
npx skills add https://github.com/wuv-dreamguide/openclaw --skill prose-wuv-dreamguide
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: prose
Source: https://github.com/wuv-dreamguide/openclaw/tree/main/extensions/open-prose/skills/prose
Command: npx skills add https://github.com/wuv-dreamguide/openclaw --skill prose-wuv-dreamguide

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

OpenProse provides a cohesive runtime and language for orchestrating multi-agent AI workflows. This Skill centralizes the runtime, state management, and orchestration primitives needed to run complex patterns that span agents, sessions, imports, and various state backends.

Core Features & Use Cases

  • Spawns and coordinates subagents via the Task tool to execute tasks in parallel or sequence.
  • Supports agent templates, session composition, context passing, and program imports to build modular workflows.
  • Enables robust state management with multiple backends (filesystem, SQLite, PostgreSQL) and persistent agent memory for long-running runs.
  • Ideal for captain's-chair orchestration, multi-agent pipelines, and production-grade AI workflows that require reliability and traceability.

Quick Start

Create a simple .prose file that defines an agent template and a session, then run it with prose run to see the VM orchestrate a task end-to-end.

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?

You orchestrate multi-agent AI workflows by using a unified VM to spawn subagents via the Task tool, enabling parallel or sequential execution. The runtime coordinates session composition, context passing, and program imports to execute complex pipelines end-to-end.

Can I use SQLite or PostgreSQL for persistent agent memory in orchestration?

Yes, you can use SQLite, PostgreSQL, or filesystem backends for persistent agent memory in orchestration. These state-management primitives support long-running runs by maintaining reliable state and traceability across multiple agent sessions.

How do I build modular AI workflows using agent templates and session composition?

You build modular AI workflows by defining agent templates and sessions in a .prose file, then running it with the VM. This approach supports context passing and nested imports, allowing you to compose modular pipelines across single-run or cross-project contexts.

Does this orchestration runtime support cross-project context passing?

Yes, the orchestration runtime supports cross-project context passing through nested program imports and session composition. It applies to building complex pipelines and captain's-chair patterns that span multiple project contexts reliably.

When do I need a unified VM for orchestrating AI agents?

You need a unified VM for orchestrating AI agents when building production-grade workflows that require reliability and traceability. It centralizes the runtime and state-management primitives needed for complex patterns spanning multiple agents and sessions.