home/marketing/agent-task-3

Agent Task

GPTClaudeGemini··891 copies·updated 2026-07-14
agent-task-3.prompt
# Windsurf Agent Task Template

## Target Tool

Windsurf's Cascade agent (or the current vendor-supported IDE agent surface
if the product has since been rebranded or replaced). Used from the
Windsurf IDE's agent chat panel, where the agent can read, propose, and
apply file edits directly in the editor. Product features and surface
names change quickly; verify current official documentation before
teaching exact UI steps.

## Purpose

Use this template for a small IDE-agent task where the agent explains the
relevant files first, proposes a plan, and only edits after approval. Built
for documentation, prompt-template, or small script changes in this
repository.

## Inputs To Fill

| Input | Description | Example |
| --- | --- | --- |
| `{task}` | The specific, focused task. | `Explain docs/tools and improve one page` |
| `{files}` | Exact files or globs in scope. | `docs/tools/windsurf.md` |
| `{mode}` | Explain-first or direct edit. | `Explain first, edit after approval` |
| `{checks}` | Local checks to run after edits. | `repo health, safe autofix, unit tests` |
| `{context_files}` | Files to read for house style before editing. | `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}{files}{mode}{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

marketingcommunitygeneral

source

Yaked1/ai-lab-codex-workbench · MIT