dashboard

dashboard is a command for coding agents from opensesh/canvas-to-code. It costs 18 tokens per session (1,340 once invoked), scanned A, original, MIT.

A command that shows a timeline of work tracked by the Canvas-to-Code system. It combines feature status, dates, slices, pull requests, documents, reusable components, and quality checks.

In plain words
What is it for?
Use it to review all tracked features or inspect one feature’s gates, slices, branches, pull requests, files, component usage, and guardrail violations.
Why use it?
It gives developers one place to see what is finished, what is underway, and which code changes or documents belong to each feature.

Command

Part of the canvas-to-code plugin — 4 commands, 7 agents shipped together

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.

agentmods
npx agentmods add commands/opensesh/canvas-to-code/dashboard
Clone the repo
git clone --depth 1 https://github.com/opensesh/canvas-to-code

Or install canvas-to-code, the plugin that ships this one along with the rest of its 4 commands, 7 agents.

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 dashboard

README.md
[![agentmods](https://agentmods.dev/badge/commands/opensesh/canvas-to-code/dashboard.svg)](https://agentmods.dev/commands/opensesh/canvas-to-code/dashboard)
Your own site
<a href="https://agentmods.dev/commands/opensesh/canvas-to-code/dashboard"><img src="https://agentmods.dev/badge/commands/opensesh/canvas-to-code/dashboard.svg" alt="Measured on agentmods" height="20"></a>
Per session 18 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,340 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00018 $0.01340
Opus 5 $0.00009 $0.00670
Sonnet 5 $0.00004 $0.00268
Haiku 4.5 $0.00002 $0.00134

Measured 4d ago against content hash b0062f650ed3, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

dashboard 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 4d 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.

commands/dashboard.md · 110 lines

How it starts

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

/canvas-to-code:dashboard — Work timeline

Single-pane view of every feature ever bridged. Reads .canvas-to-code/state/*/status.json plus git log and gh pr view for PR status. No agents — pure aggregation.

What it shows

Cross-feature (no args) — every feature in .canvas-to-code/state/, one row each:

  • Feature slug + phase + current gate
  • Started · last touched · completed (— if still in flight)
  • Slices: merged / total, with the in-flight slice flagged
  • Slice PRs (#numbers + status: open / merged / closed)
  • Swap PR (if reached) + status
  • Spike doc link · plan doc link
  • Component reuse rollup: +N / −M (new introduced / reused from DS)

Single feature (--feature <name>) — adds:

  • Full gateLog with ISO timestamps (every Gate 0–10 entry, pass / warn / fail)
  • Source shape: iter (with subpage + iter path) or flat
  • Per-slice detail: title, branch, files, started_at, merged_at, PR number, LOC
  • Component map aggregate by tier (base / ds / custom-shared / custom-page / net-new)
  • Guardrail violation totals
  • Icon gaps

Sample (cross-feature)

Canvas-to-Code — work timeline
==============================
Features: 3 (1 done · 2 in flight)
Last activity: 2026-05-19 17:42

| Feature          | Phase | Gate | Started    | Last       | Slices | Swap PR | New / Reused |
|------------------|-------|------|------------|------------|--------|---------|--------------|
| brand-hub-hifi   | done  | 10/10| 2026-05-12 | 2026-05-12 | 6 / 6  | #319 ✓  | +24 / −23    |
| spaces-redesign  | slice | 7/10 | 2026-06-04 | 2026-06-12 | 3 / 6  | —       |  +9 / −18    |
| account-shell    | plan  | 7/10 | 2026-06-10 | 2026-06-15 | 0 / 4  | —       |  +5 / −10    |

Sample (--feature spaces-redesign)

spaces-redesign — Phase: slice (3 / 6)
======================================
Target: /spaces  (existing)
Source: claude-design  (shape: flat)
Started: 2026-06-04T09:14:08Z
Last touched: 2026-06-12T16:30:51Z
Spike: docs/spikes/design-system/2026-06/2026-06-04-spaces-redesign-bridge.md
Plan:  .canvas-to-code/state/spaces-redesign/plan.md

Gates:
  ✓ 0  Intake                  2026-06-04T09:14:08Z
  ✓ 1  Materials               2026-06-04T09:17:22Z
  ⚠ 2  DS alignment            2026-06-04T09:19:30Z  (warn: synthetic source)
  ✓ 3  Target audit            2026-06-04T09:42:11Z
  ✓ 4  Scope                   2026-06-04T10:05:44Z
  ✓ 5  Component mapping       2026-06-04T11:18:02Z  (47 units)
  ✓ 6  Data binding            2026-06-04T11:51:09Z
  ✓ 7  Slice plan              2026-06-04T12:14:33Z
  ⏳ 8  Pre-slice (slice 3)     in progress
  ◌ 9  Pre-swap                pending
  ◌ 10 Pre-retro               pending

Slices:
  1 ✓ scaffold + .claude-design convention      #341  150 LOC  merged 2026-06-05
  2 ✓ 3-tab nav + collapsible overview          #342  250 LOC  merged 2026-06-08
  3 ⏳ PillarCard + 8-card grid (mock)           #343  draft    started 2026-06-12
  4 ◌ wire Logo / Colors / Typography
  5 ◌ visual Version History page
  6 ◌ swap to /spaces, delete dropped routes

Component map: 47 units
  base:          19 reused /  0 new
  ds:             4 reused /  1 new
  custom-shared:  0 reused /  8 new
  custom-page:                12 new
  net-new:                     3 new

Guardrails: devProps 4 · border-2 1 · ring-2 2 · raw-hex 0 · array-index-keys 8
Icon gaps: slack, asterisk-4-point

Read the full file on GitHub · 110 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. 4d ago First seen · 110 lines · 18 tokens per session scan A b0062f650ed3

Subscribe to this mod's changes

dashboard is a command published in the GitHub repository opensesh/canvas-to-code (6 stars, last pushed 2mo ago), licensed MIT. It adds 18 tokens to every session and 1,340 once invoked, about $0.0001 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.