Skip to main content

Workflow: New Account (0 → Pilot)

Overview

Goal: Get a new account from cold assignment to running pilot in the shortest path.

Total time: ~2 hours of ADM effort

Prerequisites: Account name, expected seat count, primary contact name

Output: MongoDB account record, deployment plan, onboarding kit, Cursor rules


The Workflow

1

Research the account

tier-1/adm_account_research5 min

Run account research first. This creates .adm/accounts/{company}/ACCOUNT.md and becomes the context for every downstream tool.

Cursor: /adm-research [Company Name] or /adm-research [Company Name] deep

CLI: adm research [Company Name] --depth standard

MCP Prompt:

Research [Company Name]. Focus on: engineering org size, tech stack, AI tools already in use, CTO/CDO leadership, recent engineering blog posts.

What you'll get: Company stats, leadership profiles, confirmed tech stack, AI philosophy, existing tooling.

2

Build the ROI model

utility/adm_calculate_roi5 min

Model ROI with the expected seat count. Pass accountId to persist.

CLI: adm roi [Company Name] --seats [N]

MCP Prompt:

Calculate ROI for [N] developers for [Company Name]. Use base scenario.

What you'll get: ROI multiple, payback period, savings breakdown. Stored in roi_models.

3

Generate deployment plan

tier-2/adm_deployment_plan10 min

Create the phased rollout (Pilot → Expansion → Full). Writes .adm/accounts/{company}/DEPLOYMENT.md.

Cursor: /adm-deploy [Company Name]

CLI: adm plan [Company Name] --seats [total target]

MCP Prompt:

Generate deployment plan for [Company Name], [total target] seats. Constraints: [any constraints].

What you'll get: 3 phases with team targets, success criteria, champion plan, risk register, Cursor config recommendations.

4

Generate Cursor rules

tier-2/adm_cursorrules_generator5 min

Create account-specific .cursor/rules/*.mdc files. (MCP only — use Cursor chat.)

MCP Prompt:

Generate Cursor rules for [Company Name].

What you'll get: design-system, security, testing, onboarding rule files tailored to their tech stack.

5

Create onboarding kit

tier-4/adm_onboarding_kit10 min

Generate materials for developers, managers, and executives. (MCP only — use Cursor chat.)

MCP Prompt:

Generate onboarding kit for [Company Name], pilot phase, developers.

Repeat for managers and executives as needed.