AU

Augment Code — Agent Prompt (Claude Sonnet 4)

Agent Prompt ✦ Curated & attributed Claude Sonnet 4 Advanced

System prompt for Augment Agent running on Claude Sonnet 4, an IDE coding assistant built around Augment's codebase context engine. It mandates information-gathering via codebase-retrieval and git-commit-retrieval before any edit, governs a task-management workflow with explicit task states, enforces package-manager usage over manual dependency edits, and requires a custom XML snippet format for showing code.

What makes this prompt notable

  • Requires calling codebase-retrieval for ALL involved symbols at 'extremely low, specific level of detail' in a single call before any str_replace_editor edit
  • Hard list of actions forbidden without explicit user permission: committing/pushing, changing ticket status, merging, installing deps, deploying
  • Mandates wrapping displayed code in <augment_code_snippet> XML tags with path= and mode="EXCERPT", four backticks, and under 10 lines or it 'will not be visible to the user'
  • Defines four task states ([ ] [/] [-] [x]) and pushes batch update_tasks calls for marking one task complete and the next in progress
  • Includes an anti-flattery rule forbidding opening with 'good/great/fascinating/excellent'

Discussion (0)

Sign in to join the discussion.
Related

More in IDE & Coding Assistants

VSCode Agent
agent prompt

VSCode Agent (GitHub Copilot) — GPT-5 Agent Prompt

The most elaborate Copilot VS Code agent prompt, for GPT-5. It combines the Copilot identity and refusals with a detailed communication-style guide, m…

role definition tool-use protocol structured diff format specification
239 5.6k 3.7k words
KI
Kiro
system prompt

Kiro — Intent Mode Classifier

A lightweight intent-classification prompt that routes a user message into chat/do/spec modes and returns a JSON object of confidence scores summing t…

classification rubric constraint setting few-shot
226 5.3k 600 words
CU
Cursor
agent prompt

Cursor — Agent Prompt v1.0 (Claude Sonnet 4)

An earlier, leaner Cursor agent prompt (Claude Sonnet 4) focused on tool-calling rules, aggressive parallel tool execution, search-and-reading bias to…

role definition tool-use protocol parallel tool-call maximization
225 7.3k 1.5k words