What problem does it solve? Teams lose track of coding conventions when they live only in chat history or tribal knowledge. This Skill captures project rules as persistent, versioned artifacts that are automatically loaded before task execution, so conventions are enforced consistently across every implementation run. ## Core Features & Use Cases - Direct Rule Addition: Append a rule to RULES.md in one command, with duplicate detection and flat-list formatting. - Interactive Mode: Prompt for a rule when no argument is given, with examples to guide phrasing. - Area-Specific Rules: Create and register scoped rule files (e.g., rules.api, rules.frontend) in config.yaml for domain-specific conventions. - Use Case: A developer notices inconsistent API naming and runs the skill with "Routes must use kebab-case"; the rule is saved to RULES.md and automatically loaded by /aif-implement on every future task. ## Quick Start Ask the AI to add the rule "Always use DTO classes instead of arrays for data transfer" to the project rules.