Checklist

Cursor setup checklist.

Use this before relying on an AI editor for repo changes.

Copyable checklistLast reviewed 2026-05-30
  1. Open a real repo, not a toy file.
  2. Add project instructions and coding style notes.
  3. Ask for a small change first.
  4. Review the diff before accepting broad edits.
  5. Run tests, build, or local page checks.
  6. Commit only after the change behaves correctly.
Verification habit: write down the final check before the workflow starts. If you cannot verify the output, narrow the task.