prose

Orchestrate multi-agent workflows with declarative .prose programs.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

OpenProse provides a structured VM to orchestrate multi-agent workflows using declarative .prose programs. This skill bundles OpenProse runtime semantics, agent definitions, and execution guidance for building robust AI orchestration pipelines.

Core Features & Use Cases

  • Define agent templates and spawn sessions that execute tasks in parallel or sequentially.
  • Manage state, imports, and persistence across runs for complex workflows.
  • Real-world use: orchestrate a captain's chair pattern to coordinate specialized agents on a feature rollout.

Quick Start

Run a sample program to see OpenProse orchestrate tasks, for example 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 orchestrate multi-agent AI workflows in parallel or sequentially?

You orchestrate multi-agent AI workflows by defining agent templates and spawning sessions using declarative programs. This allows tasks to execute in parallel or sequentially while managing state and imports across runs.

How does declarative AI agent orchestration manage state across complex pipelines?

Declarative AI agent orchestration manages state and persistence across complex pipelines using filesystem, SQLite, PostgreSQL, or in-context backends. This ensures context passing and state management remain consistent throughout the workflow execution.

Can I use nested imports for AI agent orchestration in production environments?

Yes, you can use nested imports for AI agent orchestration in production environments. The runtime semantics support building complex production orchestrations and experiments with persistent agents and nested program structures.

What is the best way to coordinate specialized AI agents on a feature rollout?

The best way to coordinate specialized AI agents on a feature rollout is using a captain's chair pattern. This orchestration method allows a central coordinator to manage and dispatch tasks to specialized agents effectively.

How do I run a sample multi-agent pipeline to test session orchestration?

You run a sample multi-agent pipeline to test session orchestration by executing a declarative program file. This initiates the structured VM runtime to orchestrate tasks and demonstrate the workflow mechanics end to end.

Does AI agent orchestration work without external database dependencies?

Yes, AI agent orchestration works without external databases by using in-context backends or the filesystem for state management. You can also opt for SQLite or PostgreSQL if your production pipeline requires persistent database storage.