demo.kstratmdconsulting.com (the live demo site)

The public, hosted SuiteCentral 2.0 demo experience at https://demo.kstratmdconsulting.com — the artifact a Squire executive actually clicks on when reviewing the pitch.

What it is

A live, hosted website that bundles the SuiteCentral 2.0 executive package into a navigable review experience. The site has two top-level sections:

  1. /Squire-Executive-Package-v2/ — the Executive Package proper. Numbered HTML pages (00-..., 09-..., 10-..., 15-..., etc.) that mirror the markdown source files in the notebook (01-EXECUTIVE-SUMMARY.md, 10-ROLE-BRIEF-CFO.md, etc.) but as standalone HTML.
  2. /squire-v2-media-demo/ — the Demo Hub, structured as a three-track experience: Watch (narrated videos), Click (interactive walkthroughs), and Read (executive summaries).

Per 15-start-here-async-standalone, the canonical entry point for an async-first reviewer is /Squire-Executive-Package-v2/15-START-HERE-ASYNC-STANDALONE, which routes them into one of three guided paths.

Why it matters (to the adoption case)

This is the actual artifact Squire’s CFO, CTO, COO, and CEO will interact with. Everything else in the corpus — the markdown sources in the notebook, this wiki — is upstream of the live demo site. When we evaluate “how does Squire experience SuiteCentral 2.0 before they sign anything,” the answer is: they go to this URL and walk through one of the three review paths.

It also represents the commitment to async review: the same content is presented in three durations (12 / 25 / 50 minutes) so reviewers can self-select. This lowers the friction of executive review, which is exactly what Squire would want as a 50-year-old CPA firm whose leadership is busy.

Key structural pages on the site

These are the URLs surfaced in 15-start-here-async-standalone. Most are not yet formally ingested as wiki sources; they are listed here so future ingest passes know where to find them.

The package proper (/Squire-Executive-Package-v2/)

#URLWhat it isStatus
00/00-EXECUTIVE-OUTCOMES-STANDALONE.htmlPath A step 1 — the executive outcomes overviewnot ingested
09/09-CLAIM-PROOF-MATRIX-STANDALONE.htmlThe claim-to-proof matrix (Paths A, B, C all use it)not ingested
10/10-ROLE-BRIEF-CFO-STANDALONE.htmlCFO role brief (HTML version)ingested via 10-role-brief-cfo (markdown vintage)
11/11-ROLE-BRIEF-CTO-STANDALONE.htmlCTO role brief (HTML version)ingested via 11-role-brief-cto (markdown vintage)
12/12-ROLE-BRIEF-COO-STANDALONE.htmlCOO role brief (HTML version)ingested via 12-role-brief-coo (markdown vintage)
15/15-START-HERE-ASYNC-STANDALONE.htmlThe async review entry pointingested via 15-start-here-async-standalone
16/16-PILOT-DECISION-MEMO-STANDALONE.htmlThe decision artifact every path delivers to. Highest-priority next ingest.not ingested
18/18-LIVE-DEMO-SETUP-STANDALONE.htmlLocal server-backed setup for technical reviewersnot ingested
19/19-DECISION-PATH-STANDALONE.html”Role-based routing to a decision artifact” — likely answers “who leads pilot approval”not ingested
22/22-MODULE-LIBRARY-STANDALONE.htmlThe 16-module library (footprint validation)not ingested
23/23-ENGINEERING-SCALE-QUALITY-STANDALONE.htmlFull benchmark narrative behind the 60-second quality snapshotnot ingested

The Demo Hub (/squire-v2-media-demo/)

URLWhat it isStatus
/squire-v2-media-demo/index.htmlDemo Hub entry — Watch / Click / Read three-track navigationnot ingested
/squire-v2-media-demo/watch/videos/index.htmlWatch playlist — storyboard clipsnot ingested
/squire-v2-media-demo/watch/videos/player.html?video=<module-id>Narrated video player — canonical URL template for module demo videos (per 22-module-library)partially ingested (narration text via narration-scripts)
/squire-v2-media-demo/watch/videos/transcripts.htmlWatch transcripts and captions aggregationadded to notebook 2026-04-07 (JS-rendered shell; no substantive text)
/squire-v2-media-demo/oracle-comparison.htmlOracle comparison page — “8-row matrix” per 09-claim-proof-matrix (Path C step 4)not ingested
/squire-v2-media-demo/read/talking-pointsLeadership talking pointsingested via read-talking-points
/squire-v2-media-demo/read/elevator-pitch90-second pitch scriptingested via read-elevator-pitch
/squire-v2-media-demo/read/executive-summary.html”Read” track — executive summaryingested as notebook source (separate from the markdown 01-EXECUTIVE-SUMMARY.md)
/squire-v2-media-demo/read/competitive-diff.html”Read” track — competitive differentiationingested as notebook source
/squire-v2-media-demo/read/context-sidecar-proof.htmlContext Sidecar reviewer proof page (per 22-module-library)not ingested
/ai-field-mapping-editor.html (on the demo host)Live interactive tool for AI field mapping — not just a demo video (per 22-module-library)not ingested
/public/<dashboard>.htmlModule-specific dashboards — canonical dashboard evidence path (per 22-module-library)N/A — one dashboard per module
/compliance-dashboard.htmlGovernance evidence dashboard with SOC2 sections + export (per 09-claim-proof-matrix)not ingested

The site has two source-content vintages (important)

A subtle but important fact: the site combines sources from two different content vintages.

The Start Here page has been refreshed since the slide-vintage assets were created; the role briefs and slide script have not. This means a reviewer walking Path B will see slightly different test counts on Start Here than on the role brief pages they hit in step 6. Probably not a deal-breaker, but worth knowing about. See production-proof for the full vintage comparison.

Video transcript limitation

The site’s narrated video player at /squire-v2-media-demo/watch/videos/player?video=ai-governance-layer is a JavaScript wrapper — the static HTML NotebookLM scrapes contains only UI strings (“Open raw video file”, “Narration Transcript”, “Show on-screen captions”) and not the actual narration. As a result, the wiki currently has no extractable text for the AI Governance Layer hook video.

There is a related Google Slides source in the notebook titled The_AI_Governance_Layer (source ID 9c54c59e-...), but it too has zero extractable text — only slide image URLs and slide UUIDs.

Open question: how to ingest the AI Governance Layer narration. Possible paths:

  • The player UI may expose the transcript as a visible block — a manual paste from the user could capture it.
  • The video config may load from a separate JSON / VTT / SRT file with a discoverable URL.
  • The slide deck PDF version SuiteCentral_Enterprise_AI_Data_Core.pdf (also in the notebook, also currently 0 chars) may contain the narration text in its speaker notes.

Sources

  • 15-start-here-async-standalone — all structural and navigational claims about the site
  • 22-module-library — canonical module demo URL template, evidence routing patterns, new URLs for context-sidecar-proof and ai-field-mapping-editor