presents

Cursor AI

The Art of Talking to Your IDE

R&D Knowledge Sharing

April 2026

What we'll cover

It's VS Code, but it actually understands your code.

L

Part 2

The Basics

Be productive in 5 minutes

The only 3 shortcuts you need

Your first prompt

The @ trick

Part 3

Codebase Indexing

It reads everything

How Cursor knows your code

Your CodeChunkingVectorsinstant search

What it should ignore

Part 4

Agent Modes

Five gears for any task

Pick your gear

Plan mode

Think first, build second

Part 5

Rules

Teach it YOUR style

Without rules, you correct the AI every. single. time.

A rule is just a markdown file

Where do rules live?

Advanced folder structure

project/

└── .cursor/

└── rules/

├── react-components.mdc

├── api-patterns.mdc

├── testing.mdc

└── code-style.mdc

Per-topic rules with glob patterns.
Each rule targets specific files.
Scales with your team.

Rules vs Skills vs Commands

Don't know how to write rules?

Part 6

Skills & Automation

Active workflows that do the work

Skills I actually use

Example: standup-prep skill

git log
calendar
Jira tickets
standup output

Yesterday:

- Fixed date formatting bug

- Started vehicle filter component

Today:

- Continue JLROV-456

- PR review for Thomas

Blockers: None

MCPJiraGitDBDocs

Part 7 + 8

Plugins & MCP

Connect all the things

MCP — Model Context Protocol

CursorAgentJiraConfluenceFigmaSlackDatabaseAWS

Real prompts with MCP

What is a plugin?

Setting up plugins / MCP

Tip: Cmd + Shift + J opens Cursor Settings directly.

$agentStarting interactive session...

Part 9 + 10

CLI & Cloud Agents

Cursor beyond the editor

Cursor CLI — AI in your terminal

Cloud Agents — set it and forget it

Push task from your IDE
Cloud Agent VM
Writes code
Runs tests
Creates PR
Fixes CI
Done! notification

Part 11

How I Actually Use It

Real talk

My daily workflow

The hype man rule

Subagents — parallel delegation

Main AgentTypescheck interfacesHooksreview patternsTestscheck coverageMerged result

Final

Tips & Wrap-up

Common mistakes

What NOT to do

Remember your first prompt?

@ references plan mode MCP rules & skills

Same task. Massively better result.

Possibilities for every role

Developers

Scaffold features from tickets

Auto-generate tests & docs

Review PRs with context

Marketing

Generate campaign copy

Analyze competitor content

Create A/B test variants

Sales

Draft personalized outreach

Summarize client history

Build proposal decks

Project Managers

Break down epics into tasks

Write sprint retrospectives

Generate status reports

Let me show you what this looks like in action...

My favorite plugins & skills

My toolkit

Questions?