prose

Orchestrates multi-agent workflows with a structured programming language.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates complex AI workflows by allowing you to write structured programs that orchestrate multiple AI agents, manage their state, and control their execution flow.

Core Features & Use Cases

  • Programmatic AI Orchestration: Define multi-agent workflows using a declarative language.
  • State Management: Persist and manage agent memory and execution state across sessions.
  • Use Case: Automate a code review process where one agent analyzes code for bugs, another checks for style compliance, and a third synthesizes the feedback into a single report.

Quick Start

Use the prose skill to run the 'hello-world.prose' example program.

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 with conditional and parallel execution?

You orchestrate multi-agent workflows by writing structured programs using a declarative programming language that manages agent state and controls execution flow. This supports sequential, parallel, and conditional execution of AI tasks for complex automation scenarios.

What is the best way to automate state management for AI agents across sessions?

Automating state management for AI agents requires a structured orchestration language that persists and manages agent memory and execution state across sessions. This ensures continuity and control flow in multi-agent automation pipelines.

Can I automate a code review pipeline using multiple AI agents?

Yes, you can automate a code review pipeline by orchestrating multiple AI agents. One agent can analyze code for bugs, another checks style compliance, and a third synthesizes the feedback into a single report using structured workflow programs.

Do I need external dependencies to manage AI agent control flow and execution?

No external dependencies are required to manage AI agent control flow and execution. The orchestration environment operates independently using its internal structured programming language to define and execute multi-agent workflows.

How do I run my first multi-agent workflow program?

To run your first multi-agent workflow program, use the orchestration environment to execute the provided 'hello-world.prose' example. This demonstrates the core features of programmatic AI orchestration and state management.

When should I use a declarative programming language for AI agent orchestration?

You should use a declarative programming language for AI agent orchestration when you face complex automation scenarios that require managing multi-agent state, memory persistence, and advanced control flow like conditional or parallel task execution.