What problem does it solve?
This Skill eliminates the need to manually re-state project coding conventions, workflow rules, and team standards for every AI Factory task, by letting you save persistent rules that are automatically loaded and applied before any task execution.
Core Features & Use Cases
- Hierarchical Rule Management: Supports three levels of rules: universal project axioms, base codebase conventions, and area-specific standards for API, frontend, backend, and other domains.
- Auto-Registration: Automatically registers area-specific rules in the AI Factory configuration file so they are correctly loaded for relevant tasks.
- Use Case: If your team requires all API routes to use kebab-case, add this rule once and it will be applied to all future API-related tasks without re-stating it.
Quick Start
Use the aif-rules skill to add a new rule that all database queries must go through repository classes.