prose

Execute multi-agent workflows defined in OpenProse programs.

Updated Jun 16, 2026
One-click install
npx skills add https://github.com/breakingcircuits1337/agent-skills --skill prose-breakingcircuits1337
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: prose
Source: https://github.com/breakingcircuits1337/agent-skills/tree/main/prose
Command: npx skills add https://github.com/breakingcircuits1337/agent-skills --skill prose-breakingcircuits1337

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires prose, task-tool, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates multi-agent workflows, allowing you to orchestrate AI agents to perform complex tasks without manual intervention.

Core Features & Use Cases

  • Multi-Agent Workflow Management: Orchestrate workflows involving multiple AI agents.
  • Programmatic Execution: Execute programs written in OpenProse to automate tasks.
  • Use Case: Imagine you want to automate a document review process. You can use this Skill to define a workflow that includes steps like extracting text, analyzing content, and generating a summary.

Quick Start

Run the following command to execute a .prose program: prose run <file.prose>.

Frequently Asked Questions about prose

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

FAQPage Schema
How do I automate multi-agent workflows without manual intervention?

Multi-agent workflow automation is executed by defining programs in OpenProse and running them with the prose command. This orchestrates AI agents to perform complex tasks automatically. You run a .prose file to start the process.

What is AI orchestration and how does it manage multiple agents?

AI orchestration coordinates multiple AI agents to execute defined workflows sequentially. The OpenProse VM interprets program files to manage agent interactions, allowing steps like text extraction and content analysis to run programmatically.

How do I run an OpenProse program to execute a defined workflow?

To run an OpenProse program, execute the command `prose run <file.prose>` in your environment. This triggers the Prose Complete system to interpret and execute the defined multi-agent workflow automatically.

Do I need a specific system to execute OpenProse programs for task automation?

Yes, executing OpenProse programs requires a Prose Complete system that understands and runs OpenProse code. You also need the task-tool dependency installed to ensure the workflow automation functions correctly.

Can I automate document review processes using multi-agent workflows?

Yes, you can automate document review by creating a workflow that extracts text, analyzes content, and generates a summary. This is achieved by defining these sequential agent steps within an OpenProse program file.

What are the limitations of using OpenProse for system automation?

OpenProse for system automation requires a Prose Complete system and the task-tool dependency to function. Without this specific environment setup, the multi-agent workflows defined in your .prose programs cannot execute.