playground-visual-standard

playground-visual-standard is a cursor rule for Cursor from yonatangross/orchestkit. It costs 38 tokens per session (4,043 once invoked), scanned A, original, MIT.

A visual standard for single-file HTML playgrounds and dashboards—interactive pages that demonstrate a feature or help someone make a decision.

In plain words
What is it for?
Use it when building interactive demos, plan dashboards, configuration views, data dashboards, or architecture dashboards.
Why use it?
It provides measurable checks so these pages are consistent and usable instead of looking like generic, untested dashboards.

Cursor rule for Cursor

Written for Cursor: a Cursor plugin manifest.

Good fit Use it when building interactive demos, plan dashboards, configuration views, data dashboards, or architecture dashboards.

Compare 6 cursor rules from other repositories ↓
Install with agentmods
npx agentmods add rules/yonatangross/orchestkit/playground-visual-standard
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/yonatangross/orchestkit

Made for: Cursor.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for playground-visual-standard

README.md
[![agentmods](https://agentmods.dev/badge/rules/yonatangross/orchestkit/playground-visual-standard/github.svg)](https://agentmods.dev/rules/yonatangross/orchestkit/playground-visual-standard)
Your own site
<a href="https://agentmods.dev/rules/yonatangross/orchestkit/playground-visual-standard"><img src="https://agentmods.dev/badge/rules/yonatangross/orchestkit/playground-visual-standard/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for playground-visual-standard

Your own site · 80×15
<a href="https://agentmods.dev/rules/yonatangross/orchestkit/playground-visual-standard"><img src="https://agentmods.dev/badge/rules/yonatangross/orchestkit/playground-visual-standard.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 38 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 4,043 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00038 $0.04043
Opus 5 $0.00019 $0.02021
Sonnet 5 $0.00008 $0.00809
Haiku 4.5 $0.00004 $0.00404

Measured 3d ago against content hash 026f197876f5, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

playground-visual-standard scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/ork/.cursor-plugin/rules/playground-visual-standard.mdc · 257 lines

How it starts

The opening of the file, as written. The whole thing — 257 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Playground Visual Standard

Load when: generating any single-file HTML artifact — a playground that demonstrates a feature, user story, flow, or decision, or a plan/config/data/architecture dashboard. Skip for: the ASCII floor (no pixels, nothing here applies).

Dashboards used to be exempt here ("their current card layout is fine"). They are not exempt any more, and the exemption is why they drifted: across 191 shipped artifacts, ~93% were dashboards, and only 39% carried --pg- tokens, 29% a reduced-motion gate, 24% a copy-prompt. The format that governs almost all output had no template to copy and no self-audit. §0 now routes DASHBOARD to a first-class archetype with plan-dashboard.template.html and its own §10 rows.

A playground is not a slide. It is a thing the viewer can operate: play a user story, or make a decision by dragging. This standard makes that quality reproducible. Every rule carries a concrete, falsifiable value — a rule without a measurable threshold is not shippable.

Reference exemplars (read the one matching your archetype before building): shared/assets/playground-exemplars/

  • homeos-arieh.html — canonical gold standard (user-story player, RTL Hebrew). Study the bar.
  • user-story-player.template.html — generalized player scaffold (device mockup + transport + flow).
  • decision-board.template.html — drag-and-drop prioritization toolkit (the decision archetype).
  • release-notes-player.template.html — player recipe for release / changelog notes (release-feed chrome + per-step impact card). A specialization of the player archetype, not a new one: route release / "what's new" notes here; route adoption / triage / verdict views to a dashboard (§0).
  • decision-router.template.html — execution-router variant of the decision board: triage (Now/Next/Later) plus routing each card to an ork strategy (single/workflow/nested/teams/swarm) + a plan-only invocation. Used by visualize-plan for backlogs the user must prioritize and dispatch.
  • plan-dashboard.template.htmldashboard (the volume archetype, ~93% of output). Sticky tier-1 header, anchored <details> sections [0][5], every chart paired with a table twin, 1-click copy-prompt, state in a plan-state JSON island. Both palettes are defined side by side so the chrome↔marks seam is visible in the file. Used by visualize-plan for plan/config/data views. Copy it; swap STATE.
  • living-plan.template.htmlliving plan (dashboard family): a plan that executes over multiple sessions/waves. Carries an embedded lpp-state JSON block; the visual layer renders FROM state. Sessions update the SAME file in place (flip item statuses, append changelog) — one plan = one file, never fork a second file for the same slug. Every item has an evidence ("done when") check; done without evidence is a contract violation. Used by visualize-plan update mode and brainstorm Phase 6.

Read the full file on GitHub · 257 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 257 lines · 38 tokens per session scan A 026f197876f5

Subscribe to this mod's changes

playground-visual-standard is a cursor rule published in the GitHub repository yonatangross/orchestkit (264 stars, last pushed today), licensed MIT. It adds 38 tokens to every session and 4,043 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-09.