Plain files, not a platform lock-in
RWP™ artifacts are Markdown, YAML, JSON Schema, and templates. Teams can adopt them with any editor, CI system, or AI assistant.
Open protocol for AI workflow
AI sessions produce work that evaporates. Plans live in chat, context vanishes between conversations, and handoffs lose everything that matters. Rhumb Workflow Protocol™ gives that work a durable spine: plain-file plans, state, handoffs, and audits that survive across tools, agents, and sessions.
Constant-bearing workflow artifacts that stay portable, inspectable, and auditable across tools.
RWP 0.31.0Why it exists
RWP™ artifacts are Markdown, YAML, JSON Schema, and templates. Teams can adopt them with any editor, CI system, or AI assistant.
Plans, state, manifests, and handoffs preserve what was requested, what changed, and what the next session needs to know.
YAKKL® Meridian™ implements Rhumb™, but the protocol is independent, Apache-2.0, and designed for third-party implementations.
Artifact model
Defines phases, deliverables, dependencies, and verification.
Captures requirements, constraints, pain points, and success criteria.
Registers files, outputs, prompts, handoffs, and audit artifacts.
Tracks execution status, current phase, claims, heartbeats, and history.
Preserves phase transition context between agents, people, and sessions.
Protocol layer
JSON Schema validation, conformance levels, and implementation profiles let tools adopt RWP incrementally without runtime dependencies or vendor lock-in.
RWP gives AI-assisted work a durable spine without requiring your platform to own the format. The protocol complements your tool by making every session's output reusable.
Markdown plans, YAML state, JSON Schema validation, and ABNF grammar for phase notation. No proprietary format, no service dependency, no magic.
Quick start
Try it now
mkdir -p rwp/plans/MP-0001 rwp/plans/MP-0001/handoffs
cat > rwp/plans/MP-0001/PLAN.md <<'EOF'
---
id: MP-0001
title: My first RWP plan
status: planning
---
# MP-0001: My first RWP plan
## Phase Breakdown
### P-01: Initial implementation
- [ ] Define deliverables
- [ ] Execute and verify
EOFPapers
A short PDF for leaders: why the protocol exists, how it reduces lock-in, and where Meridian fits.
02A technical PDF for tool builders: artifacts, schemas, conformance levels, implementation profiles, known drift, and extension rules.
03A guided packet through the canonical Markdown specs, schemas, templates, examples, conformance notes, and reference-profile decisions.
Integrations