Skip to main content

Cursor 101 Foundation Session

Use this session to build a common baseline for all developers and establish a durable habit: shipping validated outcomes, not just generated code.

Cursor 101 progress

0/6 (0%)

0/3 modules and 0/3 checks correct

Session checklist

0/3 complete

Module 1: AI coding surfaces and workflow setup

Objectives

  • Identify when to use Agent mode, IDE chat, and CLI for different work types.
  • Understand how plan, ask, and debugging patterns improve consistency.
  • Set a team default workflow for task intake and execution.

Demo/Lab

  1. Open a real backlog item and run it through plan -> implement -> validate.
  2. Compare how the same task behaves in Agent mode vs IDE chat.
  3. Capture a reusable team prompt scaffold in project docs.

Knowledge check

Knowledge check: surfaces

Which approach best fits the 101 workflow baseline?

Apply at work

  • Pick one current ticket and document why you chose Agent mode or IDE chat.
  • Record one repeatable prompt pattern for your team.

Module 2: Project setup and context management

Objectives

  • Configure project-level context (rules, skills, and file targeting).
  • Practice splitting work into clean task-specific chats.
  • Use @ references to ground prompts in exact code and docs.

Demo/Lab

  1. Create a new chat for a scoped task and attach only relevant files.
  2. Add one project rule and one personal workflow rule.
  3. Duplicate a chat and compare outcomes from two prompting strategies.

Knowledge check

Knowledge check: context engineering

What is the most reliable way to reduce context drift?

Apply at work

  • Break one sprint story into two isolated chats (implementation and review).
  • Save one reusable context template for your team.

Module 3: Quality, source control, and delivery loop

Objectives

  • Validate generated output with tests, linting, and code review.
  • Integrate source control flow into daily Cursor usage.
  • Build confidence in outcome quality before merge.

Demo/Lab

  1. Run a small implementation through commit-quality checks.
  2. Use bug review and PR review patterns on a sample diff.
  3. Capture a merge checklist that your team can reuse.

Knowledge check

Knowledge check: delivery quality

Select all actions that should happen before merge.

Apply at work

  • Use your team merge checklist on one production PR this week.
  • Share one example where validation changed the final implementation.
Reverse demo prompt

Ask one engineer to run a 10-minute reverse demo showing a real ticket from prompt to validated merge. Archive the prompt pattern and checklist for the next cohort.