home/productivity/agent-task-5

Agent Task

GPTClaudeDeepSeek··893 copies·updated 2026-07-14
agent-task-5.prompt
# Google Antigravity Agent Task Template

## Target Tool

Google Antigravity, the agentic development platform surfaced as an
IDE-integrated agent workspace with plan artifacts, task lists, and
multi-agent orchestration. Product surfaces, agent modes, and artifact
formats change quickly. Verify current official documentation before
relying on any specific feature name, artifact type, or permission model
described below; this template uses generic, conservative language on
purpose.

## Purpose

Use this template for a bounded Antigravity task, run either as a single
agent or as a small set of agents working on clearly separated files. It is
written for documentation, prompt-template, and small script changes in
this repository, where a reviewed plan should exist before any file is
written.

## Inputs To Fill

| Input | Description | Example |
| --- | --- | --- |
| `{task}` | The specific, bounded task. | `Plan a documentation cleanup for docs/tools` |
| `{mode}` | Plan-only, plan-then-edit, or small direct implementation. | `Plan first, edit only after approval` |
| `{files}` | Files or globs the agent may touch. | `docs/tools/*.md` |
| `{agent_count}` | How many agents/tasks are involved, to avoid overlap. | `One agent, one file` |
| `{verification}` | Checks to run after any edit. | `repo health, safe autofix, unit tests` |

## 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}{agent_count}{verification}
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

productivitycommunitydeveloper

source

Yaked1/ai-lab-codex-workbench · MIT