What problem does it solve?
Cursor users often lack persistent, project-specific guidance, leading to inconsistent AI answers and repeated clarification about coding standards, conventions, and file-specific expectations.
Core Features & Use Cases
- Creates persistent rule files: Produces
.mdc rule documents under .cursor/rules/ with clear YAML frontmatter for discovery and enforcement.
- Supports universal and file-scoped standards: Lets you choose between
alwaysApply: true for global conventions or globs + alwaysApply: false for targeted patterns.
- Guides rule authoring with structure: Ensures rules stay concise, actionable, and include concrete examples and required clarifying questions when scope or patterns are missing.
Quick Start
Ask the AI to create a Cursor rule for your project conventions, including the rule description and the file glob patterns it should apply to.