Quick Start
The official Quickstart path is: sign in and open a folder → ask Agent to explain the repo → make one small change → review the diff and run checks → switch to Plan Mode for bigger work. The prompts below are ready to paste.
Open Agent with Cmd+I on macOS or Ctrl+I on Windows / Linux (sidepane).
1. Explain the codebase
With the workspace root open, send this as-is:
Agent searches the repo, reads relevant files, and summarizes how it fits together. That is the fastest way to orient in an unfamiliar codebase. If the answer is vague, follow up:
2. Make one small change
Ask for options and choose—do not say “just improve it”:
Good first tasks: copy tweaks, small UI fixes, a missing aria-label, or a README line that matches real start commands. After you pick:
If you already know the change, describe the result, not the keystrokes:
3. Review the diff and verify
When Agent finishes, the sidepane / editor shows a diff. Do three things yourself:
- Read the diff: did it stay inside the files you approved? Did it “clean up” unrelated modules?
- Ask it to run checks the project already uses (tests, types, lint, local build). Do not let it invent a toolchain:
- Run them again yourself (PowerShell examples—adapt to the repo):
Official docs also cover a deeper review workflow. For a first pass, being able to repeat the commands and exit codes is enough.
4. Use Plan Mode for bigger changes
When the task spans many files, needs research, or must be approved before code, press Shift+Tab in the agent input to toggle Plan Mode. Officially, Cursor will:
- Research the codebase for relevant files
- Ask clarifying questions
- Write a detailed implementation plan
- Wait for your approval before building
A solid opener:
Details are in Plan Mode. If the build drifts: revert files with a checkpoint or Git, refine the plan, and build again—usually faster than stacking prompts on a wrong implementation.
A 20-minute drill
Prompt habits you can use now
For queueing work while Agent runs, or long-lived objectives, see the queue and /goal in Agent.