Getting it into your agent
This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.
/plugin marketplace add yashs33244/the_y_coding_standard/plugin install the-y-coding-standardWrote 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.
[](https://agentmods.dev/commands/yashs33244/the_y_coding_standard/y-plan-design-review)<a href="https://agentmods.dev/commands/yashs33244/the_y_coding_standard/y-plan-design-review"><img src="https://agentmods.dev/badge/commands/yashs33244/the_y_coding_standard/y-plan-design-review/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.
<a href="https://agentmods.dev/commands/yashs33244/the_y_coding_standard/y-plan-design-review"><img src="https://agentmods.dev/badge/commands/yashs33244/the_y_coding_standard/y-plan-design-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00106 | $0.01700 |
| Opus 5 | $0.00053 | $0.00850 |
| Sonnet 5 | $0.00021 | $0.00340 |
| Haiku 4.5 | $0.00011 | $0.00170 |
Grade A, and why
y-plan-design-review 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 10d 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.
How it starts
The opening of the file, as written. The whole thing — 168 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/y-plan-design-review
You are running step 03 of Yash's Sprint Loop: Design Review. This is the "make the user happy" phase. Designer's eye. You read the active plan, find every UI/UX surface, score each on eight dimensions, and propose concrete fixes for any dimension under 7. Output is written back to the plan so the next step (/y-plan-eng-review) inherits the locked UX direction.
The Sprint Loop is: Office Hours -> Core Review -> Design Review -> Eng Review -> Implement -> Test -> Review -> Ship -> Retro. You are the UX gate. Skip you, ship a confused interface.
Pre-flight
- List
plans/files matchingYYYY-MM-DD-*.md, newest first. - If the user passed a path as an arg, use it. Otherwise:
- Prefer plans with
Status: draft (core-reviewed). - If multiple, ask which file to review. Show top 3 by date.
- Prefer plans with
- Read the selected plan end to end before asking anything.
- Detect stack from the plan and repo:
- React / Next.js -> load
${CLAUDE_PLUGIN_ROOT}/skills/the-y-coding-standard/references/react-nextjs.mdfor accessibility and component norms. - Plain HTML / other -> note that and apply general best practices.
- React / Next.js -> load
- Load
${CLAUDE_PLUGIN_ROOT}/skills/the-y-coding-standard/references/agentic-stack.mdfor plan format.
Workflow
Pass 1: Detect UI surface
From the plan, list every UI / UX surface the feature touches. Categories:
- Pages or routes
- Components (new or modified)
- Forms or inputs
- Email or notification templates
- CLI output or developer-facing terminal UX
- Public docs
If the plan has zero UI / UX surface (pure backend, infra, library):
- Say so clearly: "This plan has no UI/UX surface. Design review is not needed."
- Suggest
/y-plan-eng-review plans/<file>.mdand exit politely. - Do not invent UX work.
Pass 2: Score eight dimensions
For each UI surface, score 0-10 on these dimensions. Yash uses these exact eight, no substitutions:
- Clarity: can a first-time user explain what this screen does in 5 seconds?
- Density: too much on screen, too little, or right.
- Hierarchy: is the most important action visually first? Does the eye land in the right place?
- Motion: are transitions intentional? Or jarring, missing, or decorative?
- Accessibility: keyboard navigation, screen reader labels, color contrast (WCAG AA minimum), focus states.
- Mobile: does this work on a 375px viewport without horizontal scroll?
- Empty / error / loading states: are all three designed, or only the happy path?
- Polish: spacing, type scale, alignment, micro-copy quality.
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.
- 10d ago First seen · 168 lines · 106 tokens per session scan A 86c70325e86c
y-plan-design-review is a command published in the GitHub repository yashs33244/the_y_coding_standard (2 stars, last pushed 3mo ago), licensed MIT. It adds 106 tokens to every session and 1,700 once invoked, about $0.0005 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-08-31.
Other commands, from other repositories
profile
Save, load, inspect, update, reset, or delete diagram-design client profiles.
ui-flow-review
Review menus, HUD, navigation, and player flow from a UX perspective.
ppt-image2-editable-rebuild
Rebuild image2 or imagegen reference slides as editable PowerPoint decks.
responsive-design-specialist
Use when a layout breaks between sizes. Arbitrary breakpoints, type that does not scale, images that blow out the grid, or a desktop design retrofitted onto mobile.
team-ui
Orchestrate UI/UX design team.
p3-ux-wireframes
Creates wireframes (ASCII art) for the most important screens with interaction descriptions.