REUSABLE AGENT WORK

Agent work, minus the randomness and the cost.

Rote turns a successful agent run into a Play that is deterministic, cheaper in tokens, more secure, and easy to share across your team.

START WITH PLAY
curl -fsSL https://getrote.dev/playoffs/install.sh | sh

Installs Play and Rote, detects supported harnesses, and starts guided setup.

RUNS ONmacOSLinuxWindows via WSL

WORKS WITH

  1. 01INSTALL PLAY
  2. 02GUIDE ONE RUN
  3. 03GET A REUSABLE PLAY
EXAMPLE SESSION
$ play
▸ what should your agent never solve twice?
is my website ready to launch?
claude code › exploring · dns · tls · headers · metadata · lighthouse
@1dnsrecords resolve
@2tlscertificate valid
@3headerscontent-security-policy missing · corrected and retried
@4headerssix checks pass
@5metadatatitle · description · og:image
@6lighthouseperformance · accessibility · seo
the job worked. keep what made it work as a Play?▸ YES, SAVE THE PLAY
Play minted8 stepsread-onlydigest verified
AFTER ONE GUIDED RUNPLAY READY
01 · YOU ASK
Is my website ready to launch?
03 · NEXT RUN
8 known steps · read-only · same path every time
THE PROBLEM

Does this sound familiar?

  1. 01FLAKY

    The same request, run twice, takes two different paths.

  2. 02EXPENSIVE

    Every run pays for discovery again, and the bill changes each time.

  3. 03UNGOVERNED

    A rule for an agent is a post-it note. You cannot guarantee it holds.

  4. 04HARD TO SHARE

    Good work stays in the chat where it happened. Sales, marketing, and ops start from zero.

WHAT ROTE IS

Every call your agent makes is traced. The path that worked becomes a Play.

  • the failed paths? dropped.
  • only what worked is kept
  • same method every time, fresh inputs each run, a fraction of the tokens

A Play is inspectable by design.

Write once. Run anywhere.The run that produced this file spent 14,900 reasoning tokens and could have taken another path. The Play does the same work in eight declared steps for about 300, the same way every time.

Move proven work beyond the frontier model.

  • discover once, at frontier prices
  • every repeat runs on a lower-cost model
  • one URI your team and the community can run, inspect, improve
≡×FRONTIER · ONCE
[.788] [.616] [.505] [.410]
[.400] [.805] [.265] [.273]
[.410] [.206] [.043] [.505]
[.273] [.505] [.765] [.665]
[.477] [.265] [.143] [.083]
[.087] [.043] [.095] [.900]

14,900 tokens · discovery
≡×PLAY
modiqo/hello
8 steps · read-only
digest 3f9c1a…

open modiqo/hello ↗
≡×REPEATS · ANY MODEL
run 07  haiku      ~300 
run 08  gpt-mini   ~300 
run 09  teammate   ~300 
run 10  ci job     ~300 

first run █████████ 14,900
every run            ~300
MEASURED ON MODIQO/HELLO · 98% LESS REASONING · HOW WE MEASURED →
≡×BEFORE THE RUN
fingerprint mcp_2kLw…   
tool_count  79          
scope       readonly    

GATE OPEN · run v1
≡×RUN
v1 · following 8 steps
@1  @2  @3  @4 
@5  @6  @7  @8 

done · no reasoning
EXECUTION GATE · MATCH → RECALL · CHANGED → REASON AGAIN → V2

Recall stops when reality changes.

  • before each run, the Play checks its assumptions
  • unchanged: it follows the known path, no reasoning
  • changed: the agent stops following it and reasons again. the new path becomes v2
PUBLISHED PLAYS

Someone already solved it. Or you are about to.

Proven once. Adopted everywhere. Your organization's expertise, kept as Plays in a private hub.

  • a Play enters through the one team that already runs an agent
  • it spreads to the teams that never got one, on their own harness and credentials
  • the hub stays private, versioned, and yours
≡×PRIVATE HUB
acme · private · 4 plays
launch-readiness 
pipeline-hygiene 
incident-triage  
skills-audit     
≡×SALES
· · ·
waiting
≡×MARKETING
· · ·
waiting
≡×DEVOPS
· · ·
waiting
≡×SECOPS
· · ·
waiting
≡×AGENTOPS
· · ·
waiting
ONE HUB · FIVE TEAMS · EACH ON ITS OWN HARNESS AND CREDENTIALS · THE METHOD TRAVELS, THE LOGIN NEVER DOES

Your first Play is one run away. Install Rote, ask your agent for something real, keep what worked.

≡×YOUR FIRST PLAY
  1. 01INSTALL
    curl -fsSL https://getrote.dev/playoffs/install.sh | sh
    Installs Play and Rote, detects your harness, starts guided setup.
  2. 02ASK
    $play build me a launch brief from GitHub, Linear, and Slack: what breaks if we ship Friday?
    Any harness. Claude Code, Codex, Cursor, Kimi, Hermes, or Pi.
  3. 03KEEP
    the job worked. keep what made it work as a Play?▸ YES, SAVE THE PLAY
    Play minted. Next runs: about 300 tokens instead of 14,900.