Agent Instruction

An agent instruction is a rule or request that guides how an AI agent should plan, edit, format, or avoid certain actions.

Agent instructions shape the behavior of an AI assistant. They can describe tone, linking rules, CMS conventions, design constraints, or publishing boundaries so repeated work stays consistent across a project.

Related terms

Related terms

  • AGENTS.md

    AI

    AGENTS.md is a project instruction file that gives AI coding agents task context, workflow rules, and constraints so agent behavior aligns with team standards.

  • Agent Skills

    AI

    Agent Skills are modular capability definitions that package domain-specific guidance, tools, and patterns for recurring agent tasks.

  • Hooks

    AI

    Hooks are automation points tied to lifecycle events that let teams enforce checks, trigger scripts, or modify behavior around agent actions.

  • Approval Modes

    AI

    Approval Modes are policy settings that control which operations an agent can run automatically and which require explicit human approval.

  • Automations

    AI

    Automations are recurring or event-based executions that let AI agents perform routine work automatically under predefined instructions.

  • System Prompt

    AI

    A System Prompt is a top-level instruction layer that sets goals, boundaries, and response style before user messages are processed.

  • Agent Branch

    AI

    An agent branch is a separate working version of a project where AI-made changes can be reviewed before they affect the main site.

    An agent branch protects the live project by isolating AI edits. Teams can preview the result, compare changes, request revisions, and merge only when the work is ready.

  • Agent Prompt

    AI

    An agent prompt is a user request written to guide an AI agent toward a specific project outcome, such as a page edit or CMS update.

    An effective agent prompt gives the AI enough direction to act without guessing. It usually names the target, the desired outcome, constraints, and any content or style rules that should be preserved.

  • Agent Guardrail

    AI

    An agent guardrail is a boundary that prevents unsafe, unwanted, or inconsistent AI behavior during project work.

    Agent guardrails can stop destructive edits, prevent duplicate CMS entries, preserve brand rules, or require review before publishing. They are especially useful when agents work across large websites or shared team projects.

  • Conversational Editing

    AI

    Conversational editing is the process of changing a website through natural-language feedback instead of direct manual edits alone.

    Conversational editing lets a user describe what should change and have an agent update the project. It works best when each request names the target clearly and the agent keeps the result editable for follow-up refinements.