You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OpenProse example systems in Contract Markdown and ProseScript
related
../SKILL.md
../guidance/README.md
OpenProse Examples
These examples demonstrate OpenProse source files: Contract Markdown in
*.prose.md files, with embedded ProseScript in ### Execution when pinned
choreography is useful.
Contract Markdown Examples (*.prose.md)
Basics -- Single-Service Files
File
Description
01-hello-world.prose.md
Simplest possible service -- a single service with no inputs
02-research-and-summarize.prose.md
Research a topic and produce a summary with strategies
03-code-review.prose.md
Multi-perspective code review as a single service
04-write-and-refine.prose.md
Draft and iteratively improve content using strategies
Multi-Service Systems (Auto-Wired by Forme)
Directory
Description
09-research-with-agents/
Research pipeline with specialized researcher and writer services
16-parallel-reviews/
Parallel security, performance, and style reviews with synthesizer
30-captains-chair-simple/
Captain coordinates executor and critic with shapes
32-automated-pr-review/
Multi-agent PR review with security, performance, and style
34-content-pipeline/
Full content creation pipeline: research, write, edit, social media
40-rlm-self-refine/
Worker-critic pattern: refine until quality threshold
41-rlm-divide-conquer/
Map-reduce: chunk, analyze, synthesize for large inputs
42-rlm-filter-recurse/
Filter-then-process for needle-in-haystack tasks
43-rlm-pairwise/
Pairwise comparison and relationship mapping
Execution Block Systems (Level 3)
Directory
Description
29-captains-chair/
Full captain's chair with research, implementation, and review phases