Minimal file scope
Stops the agent from opening and rewriting half the repo.
Only edit files required for this task. Do not touch unrelated code.
Cursor
Copy-paste Cursor rules that save tokens, keep scope small, and stop agents from burning credits on refactors and guesswork.
Click Copy rule on any card. Paste into .cursor/rules/your-rule.mdc or Cursor Settings → Rules. Rules marked alwaysApply: true load every session — use a few, not all fifteen.
Stops the agent from opening and rewriting half the repo.
Only edit files required for this task. Do not touch unrelated code.
Avoids wrong guesses that cause expensive redo loops.
Read existing files before editing. Match local patterns.
Large diffs burn tokens and break working code.
Do not refactor, rename, or 'clean up' code outside the task.
One short plan beats five wrong file passes.
For 3+ files, list the plan in bullets before changing code.
Agents stop re-inventing colors and fonts every session.
Read DESIGN.md before UI work. Use semantic tokens only.
Fewer new files = less context loaded next time.
Search for existing components and utilities before adding new ones.
Shorter chat history = lower token use over long sessions.
Keep responses brief. Skip preambles and repetition.
Avoids huge test files you did not request.
Do not add or update tests unless the user explicitly asks.
Finishing one thing reduces partial work and reruns.
Complete the current request before starting another.
Targeted search loads less context than reading whole trees.
Prefer grep and single-file reads over loading entire directories.
Skips package.json churn and long install explanations.
Do not add npm packages unless the user approves.
Style mismatches trigger fix-up passes that waste tokens.
Follow existing lint, folder structure, and import style.
One question beats ten wrong implementation attempts.
If requirements are unclear, ask one focused question.
Less rewrite churn on marketing text and UI strings.
No AI filler words. Short sentences. No em dashes.
Clear history helps the next session start with less context.
One logical change per commit. Message explains why.
These cards control how Cursor works. For what your product should look like, generate DESIGN.md and token rules from the playground — then pair with Cursor rules & design tokens.