prose

Orchestrate multi-agent AI workflows from a single .prose program.

Updated Jan 28, 2026
One-click install
npx skills add https://github.com/tamireslaeao-prog/ONI_V30 --skill prose-tamireslaeao-prog
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: prose
Source: https://github.com/tamireslaeao-prog/ONI_V30/tree/main/moltbot-main/extensions/open-prose/skills/prose
Command: npx skills add https://github.com/tamireslaeao-prog/ONI_V30 --skill prose-tamireslaeao-prog

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

OpenProse provides a self-contained VM-like skill that coordinates multiple AI agents to execute complex workflows from a single .prose program, reducing ad-hoc scripting and improving reproducibility.

Core Features & Use Cases

  • Orchestrates multi-agent workflows by spawning sessions via Task and merging results through context passing.
  • Supports parallel execution, loops, conditionals, and blocks for reusable patterns.
  • Offers pluggable state backends and memory persistence to enable resumption, auditing, and long-running workflows.

Quick Start

Load a .prose program and begin spawning, routing, and coordinating agent sessions to execute a defined workflow.

Frequently Asked Questions about prose

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

FAQPage Schema
How do I orchestrate parallel AI agent workflows from a single file?

You can orchestrate parallel multi-agent AI workflows by loading a .prose program that uses a run-time VM-like environment to spawn sessions, route tasks, and merge results through context passing.

Can I pass context between sequential agent sessions in a multi-agent workflow?

Yes, multi-agent workflows support context passing and discretionary evaluation, allowing you to coordinate sequential agent sessions and merge results dynamically within the orchestration program.

Does this multi-agent orchestration approach support persistent state for long-running workflows?

Multi-agent orchestration supports persistent state by leveraging pluggable state backends and memory persistence, which enables workflow resumption and auditing for long-running agent sessions.

How do I run loops and conditionals when coordinating multiple AI agents?

You can run loops, conditionals, and reusable blocks for agent coordination by defining these patterns directly within a single .prose program executed by the orchestration VM.

What is the best way to manage state in parallel AI agent sessions without ad-hoc scripting?

The best way to manage state in parallel agent sessions is using pluggable state backends provided by the orchestration VM, ensuring reproducibility and reducing the need for ad-hoc scripting.

Do I need external dependencies to route and execute multi-agent workflows?

No external dependencies are required; the orchestration environment is self-contained, using the Task tool to spawn and coordinate agent sessions natively within the VM-like environment.