prose

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

Updated Feb 17, 2026
One-click install
npx skills add https://github.com/Rachasumanth/text2llm001 --skill prose-rachasumanth
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: prose
Source: https://github.com/Rachasumanth/text2llm001/tree/main/extensions/open-prose/skills/prose
Command: npx skills add https://github.com/Rachasumanth/text2llm001 --skill prose-rachasumanth

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and examples (resource) and alts (resource) and guidance (resource) and state (resource) components.

What problem does it solve?

This Skill enables users to define and execute complex multi-agent workflows using a structured, declarative programming language, moving beyond simple prompts to create robust AI applications.

Core Features & Use Cases

  • AI Agent Orchestration: Define custom agents with specific models and prompts.
  • Workflow Automation: Create sequential, parallel, or conditional execution flows for AI tasks.
  • Use Case: Automate a code review process where one agent identifies potential bugs, another checks for style guide adherence, and a third synthesizes the feedback into a single report for the developer.

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 declarative programs that define custom AI agents, specialized prompts, and complex control flows. This approach enables structured execution of sequential, parallel, or conditional tasks through a custom virtual machine.

What is the best way to automate conditional execution flows for multiple AI agents?

The best way to automate conditional execution flows is using a declarative programming language designed for agent management. It allows you to define specialized agents and route tasks sequentially, in parallel, or conditionally, managing state throughout the workflow lifecycle.

Can I define custom AI agents with specific models and prompts for workflow automation?

Yes, you can define custom AI agents with specific models and prompts for workflow automation. The orchestration framework allows agent specialization, enabling each agent to handle distinct tasks like code review, style checking, or feedback synthesis within a single structured program.

How do I run a multi-agent workflow example to test AI orchestration?

To run a multi-agent workflow example, execute the provided sample program such as the '01-hello-world.prose' file. This demonstrates the declarative programming language and validates that your custom VM environment processes agent definitions and control flows correctly.

Does this AI agent orchestration approach require external dependencies or LLMops platforms?

No external dependencies are required for this AI agent orchestration approach. The skill operates independently using a custom virtual machine and internal state management, allowing you to execute complex LLMops workflows without integrating third-party agent management platforms.