Skip to main content

Modes Quick Reference

A quick reference for all 13 OneMillion Code modes.

The 9 Steps to Shipโ€‹

1. ๐Ÿ’ก IDEA    โ†’  What problem are you solving?
2. ๐Ÿ“ SPEC โ†’ What exactly will you build?
3. ๐Ÿ—๏ธ PLAN โ†’ How will you build it?
4. ๐ŸŽจ UX โ†’ How will it look and feel?
5. ๐Ÿ’ป BUILD โ†’ Write the code
6. ๐Ÿงช TEST โ†’ Make sure it works
7. ๐Ÿ”’ GUARD โ†’ Make sure it's secure
8. ๐Ÿš€ SHIP โ†’ Put it on the internet
9. ๐Ÿ“ฃ SELL โ†’ Get users & revenue

Stuck? Use โ“ ASK, ๐Ÿชฒ DEBUG, or ๐Ÿ”ง REFACTOR anytime

Journey Modesโ€‹

#ModeSlashDaysPurposeTools
1๐Ÿ’ก Idea/idea1-2Find and validate a problemread, browser, edit (md)
2๐Ÿ“ Spec/spec2-3Define features and scoperead, browser, edit (md)
3๐Ÿ—๏ธ Plan/plan3-4Design architectureread, browser, edit
4๐ŸŽจ UX/ux4-5Design interfaces and user flowsread, edit, browser
5๐Ÿ’ป Build/build5-12Write coderead, edit, browser, command, mcp
6๐Ÿงช Test/test11-12QA and bug fixingread, edit, browser, command
7๐Ÿ”’ Guard/guard12-13Security scanread, edit, browser, command
8๐Ÿš€ Ship/ship13-15Deploy to productionread, edit, browser, command, mcp
9๐Ÿ“ฃ Sell/sell16-17Marketing and usersread, edit, browser, command

Utility Modesโ€‹

ModeSlashPurposeTools
โ“ Ask/askLearning and explanationsread, browser
๐Ÿชฒ Debug/debugError diagnosis and fixingread, edit, browser, command
๐Ÿ”ง Refactor/refactorClean up code without changing behaviorread, edit, command
๐Ÿชƒ Orchestrator/orchestratorAuto-delegates to right modenew_task

Tool Referenceโ€‹

ToolWhat It Does
readRead files in your project
editCreate and modify files
browserSearch the web
commandRun terminal commands
mcpUse external integrations
new_taskCreate subtasks (Orchestrator only)

Mode Switchingโ€‹

Keyboard Shortcutโ€‹

OSShortcut
macOSโŒ˜ + .
Windows/LinuxCtrl + .

Slash Commandsโ€‹

Type at the start of your message:

/idea /spec /plan /ux /build /test /guard /ship /sell /ask /debug /refactor /orchestrator

Quick Decision Guideโ€‹

Which mode should I use?โ€‹

If you're...Use
Starting a new project๐Ÿ’ก Idea
Defining what to build๐Ÿ“ Spec
Deciding how to build๐Ÿ—๏ธ Plan
Designing the interface๐ŸŽจ UX
Writing code๐Ÿ’ป Build
Finding bugs๐Ÿงช Test
Checking security๐Ÿ”’ Guard
Deploying๐Ÿš€ Ship
Getting users๐Ÿ“ฃ Sell
Confused about somethingโ“ Ask
Something is broken๐Ÿชฒ Debug
Code is messy๐Ÿ”ง Refactor
Complex multi-step task๐Ÿชƒ Orchestrator

โ† Back to Journey Overview