LLM Learning Path
Home Path Hard

Write an executable coding request for an IDE assistant

Practice Cursor-style collaboration with scope, goal, constraints, and validation.

Task

Rewrite the request into something an IDE assistant could act on directly.

Required parts

  1. Which files or modules to inspect first
  2. The intended change
  3. Behaviors or interfaces that must not break
  4. At least one validation step

Bonus

  • Ask the assistant to summarize the current state before editing
  • Ask for a change summary, not just the final output

Further reading