home/productivity/user-prompt-11

User Prompt

GPTClaudeDeepSeek··359 copies·updated 2026-07-14
user-prompt-11.prompt
# User Prompt

> Same structure as agent mode — environment info + workspace + `<reminderInstructions>` + `<userRequest>` across 2 user turns. The difference: no terminal state in `<context>` (plan mode has no terminal), and a different task text. Mode-specific behavior is controlled by physically removing write/execute tools (65 in agent mode, 22 in plan mode), not the user prompt.

GitHub Copilot sends user context across multiple user turns in the main request (Request #2, after the titling overhead):

1. **Environment info** — OS, workspace folders, directory structure
2. **Context + reminder instructions** — current date, agent behavioral instructions, and the actual user request wrapped in `<userRequest>` tags

## Environment Info

when to use it

Community prompt sourced from the open-source GitHub repo agenticloops-ai/agentic-apps-internals (no explicit license). A "User Prompt" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.

tags

productivitycommunitydeveloper

source

agenticloops-ai/agentic-apps-internals · no explicit license