What problem does it solve? Teams lose track of coding conventions scattered across chats and docs, and AI assistants generate inconsistent code without a persistent, loadable rules file. This Skill captures project rules into a structured RULES.md artifact that other AI Factory skills automatically load before executing tasks. ## Core Features & Use Cases - Direct rule addition: Append a rule in one command, e.g. "/aif-rules Always use DTO classes instead of arrays". - Interactive mode: Run without arguments to be prompted for the rule text via a guided question. - Area-specific rules: Create scoped convention files like rules/api.md or rules/frontend.md and register them as rules.<area> entries in .ai-factory/config.yaml. - Use Case: A backend team decides all database queries must go through repository classes; they add the rule once, and /aif-implement enforces it on every subsequent task. ## Quick Start Ask the AI to add the rule "Always use DTO classes instead of arrays" to the project rules using the aif-rules skill.