Skip to content

Instructions

Patterns for writing, structuring, and governing the instruction files and system prompts that shape agent behavior.

Instruction Files

Every major AI coding tool ships a project-level instruction file. These pages cover the conventions, ecosystems, and design patterns for authoring them.

Instruction Design

How you phrase, frame, and structure individual rules determines whether agents follow them or quietly ignore them.

Architecture & Composition

Structuring instructions across scopes, layers, and files so the right context reaches the right agent at the right time.

System Prompts

Designing, replacing, and dynamically augmenting the system-level instructions that define an agent's identity and capabilities.

Specifications & Standards

Leveraging existing artifacts — specs, schemas, standards files — as agent instructions rather than writing natural-language duplicates.

Governance & Maintenance

Reviewing, versioning, and repairing instruction files over time so they remain effective as projects evolve.

Feedback