home/writing/agent-task-2

Agent Task

GPTClaudeGemini··890 copies·updated 2026-07-14
agent-task-2.prompt
# Cursor Agent Task Template

## Target Tool

Cursor Agent (in Agent mode) or Cursor's Plan mode, used from the Cursor IDE
chat/agent panel. This template assumes the human can see and approve the
proposed plan and diff inside the editor before anything is applied.

## Purpose

Use this template for a focused IDE-based task where the user can inspect
plans and diffs before accepting changes. It is built for small,
well-scoped documentation, prompt-template, or script edits in this
repository, not for open-ended refactors.

## Inputs To Fill

| Input | Description | Example |
| --- | --- | --- |
| `{task}` | The specific, one-sentence task. | `Expand docs/workflows/public-repo-safety.md with a checklist` |
| `{mode}` | Plan-first or direct agent edit. | `Plan first, then edit after approval` |
| `{files}` | Exact files or globs in scope. | `docs/workflows/public-repo-safety.md` |
| `{checks}` | Local checks to run after edits. | `repo health, safe autofix, unit tests` |
| `{context_files}` | Files Cursor should read before proposing anything. | `AGENTS.md`, `README.md` |

## Full Prompt

fill the variables

This prompt has 5 variables. Pro fills them into a ready-to-paste prompt for you — no manual find-and-replace.

{task}{mode}{files}{checks}{context_files}
Unlock with Pro →

when to use it

Community prompt sourced from the open-source GitHub repo Yaked1/ai-lab-codex-workbench (MIT). A "Agent Task" 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

writingcommunitygeneral

source

Yaked1/ai-lab-codex-workbench · MIT