AU

Augment Code — Agent Prompt (GPT-5)

Agent Prompt ✦ Curated & attributed GPT-5 Advanced

GPT-5 variant of the Augment Agent system prompt. Compared to the Sonnet version it adds explicit Markdown output rules, defined 'Tasklist Triggers', per-tool usage decision guides (view vs grep-search vs codebase-retrieval vs git-commit-retrieval with good/bad query examples), an Execution and Validation section mandating real command runs to verify behavior, and a cost/latency/quality balancing section.

What makes this prompt notable

  • Routes information-gathering across four tools with explicit good vs bad query examples (e.g. 'Find all references to function bar' belongs to grep-search, not codebase-retrieval)
  • Defines concrete 'Tasklist Triggers' (multi-file changes, >2 edit/verify or >5 info-gathering iterations) and starts every tasklist with one 'Investigate/Triage/Understand' task set IN_PROGRESS
  • Adds 'Safe-by-default verification runs': proactively run tests/linters/builds after edits, but ask before DB migrations, deployments, or paid external calls
  • Sizes each subtask at roughly 10 minutes of developer work (vs 20 in the Sonnet variant) and ends with an explicit Success Criteria line

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