What problem does it solve? Teams using AI coding assistants need consistent, well-formed rule files, but manually writing frontmatter fields like description, alwaysApply, enabled, and updatedAt is error-prone and often produces invalid or incomplete rules. ## Core Features & Use Cases - Guided Rule Creation: Walks the user through collecting rule name, description, alwaysApply, enabled, and rule content before generating the file. - Schema Enforcement: Generates rules/*.md files with the mandatory frontmatter fields (description, alwaysApply, enabled, updatedAt, provider) in the correct format. - Best-Practice Templates: Provides a structured rule body layout (Rules, Execution, Exceptions) and writing guidelines such as kebab-case naming and the 100-line limit. - Use Case: A user says "create a rule that runs auto-review after every document change" and receives a ready-to-copy rules/auto-review.md file with valid frontmatter and structured content. ## Quick Start Ask the assistant to create a new rule file describing its purpose, whether it always applies, and its instructions, then copy the generated file into your project's rules directory.