What problem does it solve?
Project teams often struggle to maintain consistent conventions across codebases and tasks. This skill centralizes short, actionable rules in a single, versioned location (.ai-factory/RULES.md), enabling automatic loading by the task runner (/aif-implement) to enforce standards.
Core Features & Use Cases
- Append rules to .ai-factory/RULES.md with each invocation, creating an ever-growing, auditable ruleset.
- Respect project context by merging in skill-context overrides from .ai-factory/skill-context/aif-rules/SKILL.md when present.
- Guardrails for automation tasks by ensuring rules are loaded before execution and applied to all relevant steps.
- Use Case: A team adds a convention like "All database migrations must be tracked" and this rule is automatically enforced before deployment tasks begin.
Quick Start
Provide a new rule via argument or run in interactive mode to append rules to the project RULES.md.