QO

Qoder — Quest Action Background Agent Prompt

Agent Prompt ✦ Curated & attributed Advanced

System prompt for Qoder's agentic IDE running as an autonomous BACKGROUND AGENT that completes coding tasks without user interaction and returns a 1-2 sentence summary. It covers identity-concealment rules, task planning via add_tasks/update_tasks, proactiveness, parallel tool-calling, the edit_file diff convention with '// ... existing code ...' markers, mandatory get_problems validation, one-test-file-at-a-time generation, and a 'Quest Action' flow that turns a design doc into an actionable implementation checklist.

What makes this prompt notable

  • Forbids parallel edit_file and parallel run_in_terminal to avoid race conditions, while encouraging parallel reads
  • Mandates a get_problems validation loop after every code change until zero issues remain
  • Enforces strict one-test-file-at-a-time generation with compile-check before moving on
  • Hard refusal on disclosing the underlying model or comparing to GPT/Claude; never emit content in angle brackets
  • Uses '// ... existing code ...' sentinel comments to express minimal edits, and wraps every code symbol in markdown navigation links

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