Agent Task Prompt Generator
Generate structured task prompts for coding agents โ Claude Code, Cursor, Codex, Windsurf, Gemini CLI, and more. Fill in the task, requirements, constraints, and verification steps โ get a paste-ready prompt, a Markdown spec, and a verification checklist.
Target Agent
Task Details
Describe the project so the agent understands the environment
Requirements & Constraints
Verification & Completion
Optional hints for the agent
Optional
// Fill in task title and goal to generateโฆ
How to write better coding agent prompts
Always provide codebase context
Describe the project, tech stack, and relevant architecture. Without context the agent guesses and often guesses wrong.
State the goal clearly
"Ensure all tool counts derive from tools.ts, not hardcoded values." One sentence that captures the outcome โ not the steps.
List requirements explicitly
Number them. Ambiguous requirements lead to partial implementations. Each requirement should be independently verifiable.
Name files to avoid
dist/, .env, generated files. Agents sometimes edit build output or configuration files that should not be touched.
Include verification commands
pnpm build, tsc --noEmit, pytest. The agent should run these after implementing and confirm they pass.
Define the final report
Tell the agent what to report when done. "List every changed file and confirm all checks pass" prevents vague completions.
Supported coding agents
Generated prompts are starter templates โ always review and adjust for your specific agent's behavior and capabilities.
Privacy: This tool runs in your browser. Your task details are never uploaded or stored.
Frequently Asked Questions
What is a coding agent task prompt?
Why does context matter so much?
What is the "Do NOT touch" section for?
What is the Compact Prompt output?
What should go in the Final Report Requirements?
Is my data uploaded anywhere?
Related Tools
Coding Agent Generator
Generate starter instruction files for coding agents โ AGENTS.md, CLAUDE.md, GEMINI.md, Cursor Rules, Windsurf Rules, and generic instructions.
Claude Skill Generator
Generate starter Claude Skill files โ SKILL.md, README.md, folder structure, and files checklist โ from a form.
AI Prompt Generator
Generate structured prompts for text tasks, coding, system instructions, agents, structured outputs, and quick image prompts.