Create LLD revision notes for interview prep. Use when asked to create notes, revision sheets, or study material for OOP concepts (encapsulation, abstraction, inheritance, polymorphism), SOLID principles, design patterns, or any other Low Level Design topic. Produces a concise, example-rich markdown note following a consistent structure.
Read the style guide: Load LLD-notes-guide.md and follow it exactly for structure, tone, formatting, and length.
Determine the file location: Use the guide's file location rules:
OOPS/<topic>.mdSOLID/<topic>.mddesign-patterns/<topic>.mdWrite the note: Follow the section order from the guide. Every note must include:
Optional sections (include when relevant):
Check quality:
Confirm: Tell the user the file was created and where it lives.
Existing notes that follow this style:
OOPS/encapsulation.mdOOPS/abstraction.md