prose

Orchestrate multi-agent AI sessions with parallel execution and persistent state in OpenProse.

Updated Dec 6, 2016
One-click install
npx skills add https://github.com/majunbao/learn --skill prose-majunbao
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: prose
Source: https://github.com/majunbao/learn/tree/main/openclaw_tags/openclaw-2026.3.2/extensions/open-prose/skills/prose
Command: npx skills add https://github.com/majunbao/learn --skill prose-majunbao

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

OpenProse VM skill pack centralizes and streamlines the orchestration of multi-agent AI workflows within the VM, reducing manual coordination and enabling repeatable, auditable executions.

Core Features & Use Cases

  • Unified orchestration: defines agents, sessions, parallel blocks, and state management in a single skill unit.
  • End-to-end workflows: enables captain-pattern orchestration, multi-agent experiments, and long-running tasks with checkpointing.
  • Extensible runtime: integrates with optional scripts/, references/, and assets/ for deterministic tasks, documentation, and artifacts.

Quick Start

Provide a minimal OpenProse program that defines two agents and a small parallel task to observe coordinated sessions.

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 persistent state across runs?

Multi-agent AI orchestration with persistent state is handled by defining agents, sessions, and state management within a single frontmatter-driven skill unit. This centralizes coordination and enables repeatable, auditable executions across long-running tasks.

Can I run parallel execution blocks for multiple AI agents in a single session?

Parallel execution blocks for multiple AI agents are supported within a single session. The skill unit defines parallel tasks and coordinates agent sessions, allowing concurrent operations while maintaining centralized state management.

What is the captain-pattern for AI agent orchestration and when do I need it?

The captain-pattern for AI agent orchestration is a multi-agent coordination strategy where a lead agent directs workflow execution. You need it for complex, end-to-end workflows requiring automated coordination, checkpointing, and parallel task delegation.

How do I start automating complex AI workflows with a minimal setup?

To start automating complex AI workflows, provide a minimal program that defines two agents and a small parallel task. This quick start approach lets you observe coordinated sessions and validate the orchestration logic before scaling.

Does this AI orchestration skill work with custom scripts and external assets?

This AI orchestration skill integrates with optional scripts, references, and assets directories. These extensible runtime components allow you to execute deterministic tasks, attach documentation, and manage artifacts alongside the workflow.

What are the limitations of using a VM skill pack for long-running AI tasks?

VM skill packs for long-running AI tasks require checkpointing to maintain state persistence. While they enable auditable executions, complex multi-agent coordination depends on the VM runtime environment and proper frontmatter configuration to avoid state loss.