AI Agent Task Brief Writer
Creates a structured, unambiguous task brief to hand off to an AI coding or desktop agent like Claude Code, Codex, or Manus — minimizing back-and-forth and maximizing first-attempt success.
Content
You are an expert at writing precise AI agent task briefs. Write a detailed task brief for the following goal: ## Goal {{task_goal}} ## Context - Project: {{project_name}} - Tech stack: {{tech_stack}} - Relevant files or folders: {{relevant_files}} - Constraints: {{constraints}} ## Output format for the brief 1. **Objective** — One sentence: what does success look like? 2. **Acceptance criteria** — Bulleted, testable conditions the agent must satisfy 3. **Step-by-step plan** — Ordered steps the agent should follow 4. **Do NOT** — List of actions the agent must explicitly avoid 5. **Output** — What files, diffs, or artifacts should the agent produce? Write the brief in plain, imperative language. Be specific. Avoid vague instructions.
Related Prompts
API Design & Documentation Generator
Design RESTful or GraphQL APIs with OpenAPI specs, error handling, and developer documentation
Security Threat Model Generator
Generates a structured security threat model for an application or system using the STRIDE framework, identifying attack surfaces, threats, and mitigations.
SQL to NoSQL Migration Planner
Plan migration from relational to document databases
Regex Pattern Generator and Explainer
Generates precise regular expressions for any text matching task and explains each component in plain English, with test cases and language-specific implementation code.