Skip to main content

ADM Toolkit — Demo Gallery

Recorded terminal sessions showing the ADM Toolkit CLI in action. All demos use fictional account data (Meridian Financial) and run against MongoDB.

Featured Demos

Tier 1MongoDB~60s

Create a New Account

Walk through the interactive account onboarding flow. One command captures everything from company name to ARR.

adm account new
Tier 1AIMongoDB~75s

AI Account Research

Web search + LLM extraction populates revenue, headcount, AI posture, and tech stack in seconds.

adm research <account> --depth standard
Tier 2MongoDB~60s

ROI Model with Scenarios

Build a full business case — investment, savings, payback period — across conservative, base, and aggressive scenarios.

adm roi <account> --seats <n> --scenarios --save
Tier 2AIMongoDB~90s

Phased Deployment Plan

Generate a structured Pilot → Expansion → Full Rollout plan with timelines, success criteria, and champion strategy.

adm plan <account> --seats <n> --pilot <n> --save
PortfolioMongoDB~50s

Portfolio Review

See your full book of business — health scores, ARR, risk levels — then drill into accounts that need immediate action.

adm portfolio
Tier 3AIMongoDB~90s

QBR Generator

Synthesize health data, ROI model, and deployment plan into a structured executive QBR in seconds.

adm qbr <account> --quarter <YYYY-QN>

All Demos

SetupMongoDB~30s

Environment Check

Verify MongoDB connection and Anthropic API key before running any workflow.

adm status
Tier 2MongoDB~60s

Composite Health Score

Convert raw adoption metrics into a 0–100 health score with risk level, trend, and actionable flags.

adm health <account> --licensed <n> --weekly-active <n> --nps <n>
Tier 3AIMongoDB~90s

Risk Detection & Escalation

Detect competitive signals with AI, then generate a structured escalation brief ready for leadership review.

adm competitive <account>

Recording Your Own Demos​

Demos are recorded with VHS. See docs/demos/README.md in the repo for setup and recording instructions.