FIVE-MINUTE START
Run the method, not the setup maze.
Inspect and run a published Play without cloning a repository or rebuilding the method.
Start with the URI.
Give this URI to a supported coding-agent harness and ask it to inspect and run the Play. The harness can guide setup if rote is not yet available.
https://play.modiqo.ai/modiqo/helloOr run it directly.
Install rote
curl -fsSL https://getrote.dev/install | bashSign in and verify identity
rote login
rote whoamiInspect before execution
rote play inspect https://play.modiqo.ai/modiqo/helloRun the Play
rote play run https://play.modiqo.ai/modiqo/helloThe Play card is the safety boundary.
It declares inputs, dependencies, services, authentication, privileged requirements, effects, author, owner, and version before execution.
When search comes up empty, do the work once on the record.
rote init my-useful-method --seqUse rote's API, process, or browser reach so useful responses become queryable workspace evidence. Once the result is proven, crystallize the successful trace, inspect the generated contract, lint it, run positive and negative cases, release it, and optionally publish an immutable version to a registry namespace.
