What problem does it solve? Developers need a structured way to give the Cursor AI agent persistent, project-specific guidance, but writing correctly formatted rule files with proper frontmatter, glob patterns, and scoping is error-prone without a reference. ## Core Features & Use Cases - Rule File Generation: Produces .mdc files in .cursor/rules/ with correct YAML frontmatter fields (description, globs, alwaysApply). - Scope Configuration: Guides the choice between always-apply rules and file-pattern-scoped rules, asking clarifying questions when scope is ambiguous. - Best-Practice Templates: Provides concrete examples such as TypeScript error-handling standards and React component patterns. - Use Case: After a code review reveals inconsistent error handling, ask the agent to create a TypeScript standards rule so every future session enforces proper try/catch logging patterns automatically. ## Quick Start Ask the agent to create a Cursor rule that enforces your team's TypeScript error handling standards for all files matching **/*.ts.