Cursor Commands Reference
The ADM Toolkit provides Cursor commands (/adm-*) that give you structured, repeatable workflows. Type /adm- in Cursor chat to discover all commands.
No MCP required. Commands load workflows, agents, and templates from .cursor/. Data lives in .adm/accounts/{account}/.
How do these commands work? See Cursor Commands Overview for a precise explanation of discovery, invocation, structure, and execution flow.
Commands​
| Command | Description | Example |
|---|---|---|
/adm-help | List all commands | /adm-help |
/adm-research | Research enterprise account | /adm-research Adobe |
/adm-roi | Build ROI model | /adm-roi 2500 220000 |
/adm-competitive | Cursor vs Copilot vs Claude Code | /adm-competitive |
/adm-deploy | Generate deployment plan | /adm-deploy Adobe |
/adm-present | Scaffold presentation | /adm-present Adobe |
/adm-health | Account health score | /adm-health Adobe |
/adm-qbr | Generate QBR brief | /adm-qbr Adobe 2026-Q1 |
/adm-expansion | Phased expansion proposal | /adm-expansion 200 2000 Adobe |
/adm-risk | Churn and adoption risk | /adm-risk Adobe |
/adm-stalled | Stalled adoption diagnosis | /adm-stalled Adobe |
/adm-rules | Generate account-specific Cursor rules | /adm-rules Adobe |
/adm-onboarding | Generate onboarding kit by audience and phase | /adm-onboarding Adobe developers pilot |
/adm-progress | Portfolio overview | /adm-progress |
Arguments​
| Command | Arguments |
|---|---|
/adm-roi | [seats] [avg_salary] [account] — seats (50–50K), salary ($100K–$500K) |
/adm-research | [company] [depth] — depth: quick | standard | deep |
/adm-deploy | [account] |
/adm-present | [account] |
/adm-health | [account] — requires USAGE.md or user input |
/adm-qbr | [account] [quarter] — e.g. 2026-Q1 |
/adm-expansion | [current_seats] [target_seats] [account] |
/adm-risk | [account] — requires HEALTH.md |
/adm-stalled | [account] [team] — requires USAGE_TREND.md (4+ weeks) |
/adm-rules | [account] — requires ACCOUNT.md |
/adm-onboarding | [account] [audience] [phase] — audience: developers | managers | executives | all; phase: pilot | expansion | full |
Data Location​
Account data: .adm/accounts/{account}/
| File | Purpose |
|---|---|
| ACCOUNT.md | Company research |
| METRICS.md | DORA baselines |
| ROI.md | ROI model |
| DEPLOYMENT.md | Deployment plan |
| HEALTH.md | Health score |
| USAGE.md | Usage snapshot |
| USAGE_TREND.md | Weekly active users (for stalled diagnosis) |
| EXPANSION.md | Expansion proposal |
| RISK.md | Risk assessment |
| STALLED_ADOPTION.md | Stalled adoption diagnosis |
QBR-{quarter}.md | QBR brief |
See Also​
- Cursor Commands Overview — How commands work with Cursor (discovery, invocation, subagents)
- Installation & Setup — Quick start with Cursor commands
- CLI Commands — Terminal alternative
- Workflows — End-to-end workflows