Deliverable examples

These previews use the same UI components as the studio: runners emit structured JSON; the dashboard renders charts (Recharts), dataset tables, lists, checklists, and SVG diagrams with the artifact chrome below. Compare with the Deliverables specification for tools, limits, and placeholder syntax.

Charts

Same rendering path as the workspace results panel (Recharts). Tool names and payload rules are documented on Deliverables.

Pie chart

Where incidents spend time

Placeholder {{artifact:chart:demo-pie-incidents}}

Bar chart

p95 latency by region (ms)

Placeholder {{artifact:chart:demo-bar-latency}}

Column chart

Throughput (req/s) — vertical columns

Placeholder {{artifact:chart:demo-column-throughput}}

Line chart

Queued depth over rollout phases

Placeholder {{artifact:chart:demo-line-queue}}

Area chart

Token usage — cumulative by tier

Placeholder {{artifact:chart:demo-area-adoption}}

Scatter chart

Roadmap candidates — effort vs impact

Placeholder {{artifact:chart:demo-scatter-effort-impact}}

Stacked bar chart

Engineering hours by workstream

Placeholder {{artifact:chart:demo-stacked-hours}}

Dataset tables

Tables use the structured create_table shape — not markdown pipe grids in the narrative.

Dataset table

Vector DB comparison (50M-doc workload)

Placeholder {{artifact:table:demo-table-vector-db}}

StoreMonthly $p95 query (ms)Ops burden
Managed-A$4.2k38Low
Managed-B$3.1k52Low
Self OSS$1.4k71Medium
Hybrid$2.6k44Medium

Dataset table

Phased rollout checklist

Placeholder {{artifact:table:demo-table-rollout}}

PhaseGateOwnerStatus
0Feature flags wiredPlatformDone
110% canary — error budgetSREDone
250% trafficSREIn progress
3100% + freeze windowEng leadPending

Lists

Bullet or numbered lists — rendered as structured artifacts instead of markdown list syntax in the assistant message.

List

Release risks (bullets)

Placeholder {{artifact:list:demo-list-risks}}

  • Vendor OAuth outage blocks SSO — document fallback admin path.
  • Migration touches dual-write window — monitor replication lag dashboards.
  • Feature flag typo could disable billing webhook — add guard metric.

Numbered list

Rollout sequence (ordered)

Placeholder {{artifact:list:demo-list-rollout}}

  1. Dry-run migrations against staging clone.
  2. Enable read-only replica traffic at 5%.
  3. Promote writer cutover during maintenance window.
  4. Run consistency checker; rollback playbook ready.

Checklists

In a workspace, checklist rows can be toggled and persisted. Below is a static preview matching completed-run styling.

Checklist

Production deploy gates

Placeholder {{artifact:checklist:demo-checklist-deploy}}

  • CI green on release tag
  • Schema migrations reviewed
  • Error budget ≥ 25% before promote
  • Status page + on-call ping sent

SVG diagrams

Inline vector markup for simple diagrams — not a substitute for data charts. Runners reject unsafe SVG patterns.

Diagram (SVG)

Request path (concept)

Placeholder {{artifact:svg:demo-svg-request-flow}}

Request path (concept)

Deliverables reference · Runner API (self-hosted)