Skip to main content
Category
Agent
Severity
CORE:S:0007

Root Instruction File Exists

A root instruction file must exist at the project root. This is the primary entry point for any AI coding agent.

Criticalcorestructure
CORE:C:0046

Same-Topic Reinforcement and Conflict

Multiple instructions on the same topic must agree in direction. Conflicting instructions on the same topic destroy compliance catastrophically -- the model cannot follow both and may follow neither.

Criticalcorecoherence
CORE:S:0002

Section Headers Present

Each instruction file must contain markdown section headers (lines starting with #). Headers organize content into navigable sections that help agents locate relevant instructions.

Criticalcorestructure
CORE:C:0042

Specificity Gap

Instructions must name concrete constructs -- backtick-wrapped tokens, file paths, function names, CLI commands -- instead of abstract concepts. Abstract instructions are dramatically less effective because the model cannot distinguish them from general knowledge.

Criticalcorecoherence
CORE:C:0044

Topic Scatter

Instruction files must focus on 1-2 topics. Instructions spanning multiple unrelated topics compete for attention, degrading compliance on all topics -- while same-topic instructions reinforce each other.

Criticalcorecoherence
CORE:S:0009

Valid Markdown Syntax

Instruction files must contain valid markdown structure. Broken or empty markdown prevents agents from parsing content correctly and can cause instructions to be silently ignored.

Criticalcorestructure