7
Section #1: CursorAgent & Ask Mode
Let’s talk about simplest mechanisms: Cursor Agent & Ask
modes that will allow you to boost your productivity out
of box 🔥
18
Cursor Agent &Ask Mode: Wrap-up
- Agent is a LLM wrapper that provides tools and runs
them in a loop
- There are different tools like file management, internet
search, terminal and etc
- Ask mode is great for getting knowledge about the project
- Ask Mode allows read codebase tools only
19.
19
Section #2: PlanMode
Agents feel the same ! Let’s talk about Plan Mode that
organizes agents
Feature started. Five hours later: “What was the original task ?” 🤡
25
Plan Mode: Wrap-up
-Plan mode is a mode in Cursor that is based on spec
driven development
- You can save the plan in the project to use in different
chats
- Plans improve agent output by involving iteration in the
process. The same for humans
26.
26
Let’s talk aboutCursor Rules - a mechanism that allows to
inject specific business knowledge into your Agents 🔥
Section #3: Cursor Rules
Have you ever felt frustrated because AI doesn’t know
about your domain ? Wix as well!
33
Cursor Rules: Wrap-up
-You can think about Cursor Rules as guidelines of a system level
for an agent. Like how to do stuff in your context.
- There are different type of rules.
- Rules should be written effectively.
- You can generate rules via chat with /Generate Cursor Rules
command
34.
34
Section #4: Combiningit all together
Let’s talk about how we can combine Agent, Plan Mode
and Rules in a one workflow 🔥
Are you annoyed because I am yapping only about theory
and you need a complex and real example? Here it is!