aif-rules

Append project-specific rules to a `.ai-factory/RULES.md` file.

Updated Feb 23, 2026
One-click install
npx skills add https://github.com/hightemp/process-manager --skill aif-rules
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aif-rules
Source: https://github.com/hightemp/process-manager/tree/main/.github/skills/aif-rules
Command: npx skills add https://github.com/hightemp/process-manager --skill aif-rules

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps maintain project consistency and quality by allowing you to define and enforce specific coding rules and project conventions.

Core Features & Use Cases

  • Rule Definition: Add custom rules and conventions to a project-specific .ai-factory/RULES.md file.
  • Automated Enforcement: Rules are automatically loaded by the /aif-implement skill, ensuring adherence during development.
  • Use Case: When starting a new project, you can use this skill to establish conventions like "Always use DTO classes instead of arrays" or "Routes must use kebab-case," ensuring all team members follow the same guidelines.

Quick Start

Use the aif-rules skill to add the convention that all database queries go through repository classes.

Frequently Asked Questions about aif-rules

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I enforce project conventions and coding rules consistently?

To enforce project conventions, you can define specific coding rules in a `.ai-factory/RULES.md` file. These rules are then automatically loaded during development execution to ensure consistent adherence across the project.

Can I add custom project conventions like using DTOs instead of arrays?

Yes, you can add custom project conventions like mandating DTO classes or kebab-case routes. The skill supports interactive rule definition or direct text input to append these guidelines to your project rules file.

What is the best way to manage project-specific rules for AI-assisted coding?

The best way to manage project-specific rules is to centralize them in a `.ai-factory/RULES.md` file. This ensures all coding conventions are stored in one place and automatically loaded for consistent AI-assisted execution.

How do code quality rules get applied during the implementation phase?

Code quality rules are applied during implementation by being automatically loaded from the `.ai-factory/RULES.md` file. This guarantees that the defined project conventions are followed during the actual coding execution.