What problem does it solve? Teams need a consistent way to give the AI agent persistent, project-specific guidance such as coding standards and conventions, instead of repeating instructions in every conversation. ## Core Features & Use Cases - Rule File Generation: Creates .mdc rule files in .cursor/rules/ with correct YAML frontmatter fields (description, globs, alwaysApply). - Scope Configuration: Supports always-apply rules for universal standards and glob-based rules that activate only for matching file patterns like **/*.ts. - Requirement Gathering: Infers rule content from conversation context and asks targeted questions about scope and file patterns when details are missing. - Use Case: After discussing error-handling conventions in a TypeScript project, ask the agent to codify them into a rule file that automatically applies whenever .ts files are open. ## Quick Start Ask the agent to create a Cursor rule enforcing your TypeScript error-handling standards for all files matching **/*.ts.