prose

Define and execute multi-agent workflows with a declarative programming language.

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

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 interactions, data flow, and execution logic.

Core Features & Use Cases

  • AI Agent Orchestration: Define and manage sequences, parallel tasks, and loops of AI agent sessions.
  • Workflow Automation: Build reusable, deterministic workflows for tasks like code review, research synthesis, or content generation.
  • Quick Start: Use the prose skill to run the example program '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 workflows using a declarative programming language?

You orchestrate multi-agent workflows by writing structured programs that define agent interactions, sequences, parallel tasks, and loops. The AI session acts as a virtual machine interpreter, executing the declarative logic and managing data flow for complex AI-driven tasks.

What is the best way to automate parallel execution and state persistence for AI agents?

Automating parallel execution and state persistence is achieved by defining deterministic workflows in a structured program. This approach manages data flow, handles errors, and maintains execution state across sequences and loops of AI agent sessions.

How do I get started with agent orchestration for tasks like code review or research synthesis?

To get started with agent orchestration, you can run the example program 'examples/01-hello-world.prose'. This demonstrates how to define and execute reusable, deterministic workflows for tasks like research synthesis or content generation.

Can I use declarative programs to manage error handling and data flow in AI agent sessions?

Yes, you can use declarative programs to manage error handling and data flow in AI agent sessions. The execution model supports defining execution logic that automatically handles errors and routes data between orchestrated agents.

Does this approach support building reusable workflows for complex AI-driven tasks?

Yes, this approach supports building reusable workflows for complex AI-driven tasks. By defining agent interactions and execution logic in a structured programming language, you can create deterministic workflows that automate tasks like code review and content generation.

How does the virtual machine model execute structured programs for AI agent orchestration?

The virtual machine model executes structured programs by having the AI session embody the interpreter. This allows the declarative programming language to directly manage agent orchestration, state persistence, and parallel execution within the session.