Generate comprehensive project documentation — PRDs, user flows, architecture docs — to truly empower your Cursor IDE.
Cursor Rules are a powerful feature in Cursor that allows you to provide context about your codebase to the AI assistant. By creating custom rules, you can help the AI understand your project's architecture, coding standards, and business logic, resulting in more accurate and helpful code suggestions.
Cursor offers two main ways to customize AI behavior for your codebase:
.cursor/rules
directory in your project root.mdc
extension (you can use our generator above)Cmd + Shift + P
→ New Cursor Rule
Note: For backward compatibility, you can still use a .cursorrules
file in your project root, though the project rules system offers better flexibility and control.