prose

Create and execute structured programs for orchestrating AI agents with declarative syntax.

307|86|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/johnson7788/MultiUserClaw --skill prose-johnson7788
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: prose
Source: https://github.com/johnson7788/MultiUserClaw/tree/main/openclaw/extensions/open-prose/skills/prose
Command: npx skills add https://github.com/johnson7788/MultiUserClaw --skill prose-johnson7788

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates complex multi-agent workflows by allowing you to write structured programs that define agent behavior, control flow, and data passing.

Core Features & Use Cases

  • AI Agent Orchestration: Define custom agents, manage their models and prompts, and control their execution.
  • Workflow Automation: Create sequences, parallel tasks, loops, and conditional logic for AI agents.
  • Use Case: Automate a code review process where one agent identifies issues, another suggests fixes, and a third generates a summary report, all orchestrated by a .prose program.

Quick Start

Run the example program 'examples/01-hello-world.prose' using the prose skill.

Frequently Asked Questions about prose

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

FAQPage Schema
How do I orchestrate AI agents with structured programs?

You orchestrate AI agents by writing declarative programs that define agent behavior, control flow, and data passing. The system manages agent definitions, session spawning, parallel execution, loops, conditionals, and state persistence.

What is AI agent orchestration and when do I need it?

AI agent orchestration coordinates multiple specialized agents within a unified workflow. You need it when automating complex processes requiring sequential tasks, parallel execution, or conditional logic across different AI models.

Can I manage state persistence for AI agents using file-based or database backends?

Yes, state persistence supports both file-based and database backends. This allows orchestrated AI agents to maintain context management, session spawning, and recursive workflow states across execution cycles.

How do I automate a multi-agent workflow with loops and conditionals?

You automate multi-agent workflows by using a declarative syntax to define sequences, parallel tasks, loops, and conditional logic. This enables complex operations like automated code review, issue identification, and summary generation.

Does this AI agent orchestration tool support parallel execution and error handling?

Yes, the orchestration framework supports parallel execution, error handling, and recursive workflows. It allows you to define custom agents, manage their prompts, and control their execution flow.

What's the best way to coordinate multiple AI agents for a code review process?

The best way to coordinate agents for code review is writing a declarative program where one agent identifies issues, another suggests fixes, and a third generates a summary report, all managed through structured orchestration.