For developers who think in terminal commands. Every slash command, every workflow, all in one place.
// ONBOARDING
Copy your skills folder, pick a command, and let AI do the rest.
// EXTENSION
For users who need a shared mission control. Run cm dashboard or click the menu to orchestrate multiple AI agents (Claude, Antigravity) across all your projects in a visual Kanban board.
// SCENARIOS
Copy-paste these into your AI chat. Each recipe chains skills in the right order.
// CHEAT SHEET
The complete reference. Copy any command and paste it in your AI chat.
| Command | Category | What It Does |
|---|---|---|
| /cm-start | Command | Autonomous mode — AI picks skills based on your goal |
| /cm-status | Command | View progress summary of current tasks |
| /cm-dashboard | Command | Open visual Kanban board to track work |
| /cm-planning | Engineering | Explore intent, write implementation plan before coding |
| /cm-tdd | Engineering | Write tests first, then implement (RED → GREEN → REFACTOR) |
| /cm-debugging | Engineering | 5-phase root cause analysis before fixing |
| /cm-execution | Engineering | Batch, subagent, or parallel execution modes |
| /cm-code-review | Engineering | Review lifecycle — request, handle feedback, merge |
| /cm-git-worktrees | Engineering | Isolated git worktrees for feature branches |
| /cm-continuity | Operations | Working memory across sessions via CONTINUITY.md |
| /cm-terminal | Operations | Enforce progress logging and error-stop behavior |
| /cm-skill-chain | Operations | Compose skills into automated pipelines |
| /cm-skill-mastery | Operations | When to invoke skills, how to create new ones |
| /cm-deep-search | Operations | Semantic codebase search for large projects |
| /cm-identity-guard | Security | Verify correct account before push/deploy |
| /cm-secret-shield | Security | Pre-commit secret scanning, blocks leaked keys |
| /cm-safe-deploy | Security | 8-gate deploy pipeline with rollback |
| /cm-quality-gate | Security | Evidence-based verification before completion |
| /cm-test-gate | Security | Set up reliable test infrastructure |
| /cm-safe-i18n | Security | Safe multi-language translation with 8 audit gates |
| /cm-brainstorm-idea | Product | Multi-dimensional analysis with 9 Windows + Double Diamond |
| /cm-ux-master | Product | Design system with 48 UX Laws, Harvester v4 |
| /cm-ui-preview | Product | Visual UI preview via Google Stitch / Pencil |
| /cm-jtbd | Product | Jobs-To-Be-Done customer discovery |
| /cm-project-bootstrap | Product | Full project scaffold from day 0 |
| /cm-dockit | Product | Auto-generate docs, SOPs, API references |
| /cm-content-factory | Growth | AI content engine with multi-agent support |
| /cm-ads-tracker | Growth | Full pixel + CAPI tracking setup |
| /cro-methodology | Growth | Conversion audit + A/B test design |
| /cm-readit | Growth | Audio reader + voice CRO triggers |
| /cm-how-it-work | Command | Full workflow guide from idea to production |
| /cm-skill-index | Command | Progressive skill discovery (3-layer loading) |
| /skill-creator-ultra | Command | Create new skills from your processes |
// BEST PRACTICES
Level up your workflow and learn how to handle edge cases.
Reference multiple skills: @cm-brainstorm-idea @cm-ux-master @cm-planning — AI chains them automatically in the right order.
Start every new session with /cm-continuity. AI reads CONTINUITY.md and picks up exactly where you left off — no context lost.
Use /cm-git-worktrees before any large refactor. Creates a separate directory so your main branch stays clean.
If a task fails during full autonomous mode, switch to /cm-execution in parallel mode to isolate subagents to single tasks.
Always run /cm-identity-guard + /cm-secret-shield before pushing. This catches wrong-account deploys and leaked API keys.
If AI starts looping or forgetting rules, STOP. Do not keep prompting. Run /cm-continuity to summarize, then start a fresh chat session.
Install the skills, type your first command, and let AI handle the rest.