Terminal AI Coding Agent Task Planner
Structures complex software engineering tasks into clear, actionable instructions for terminal-native AI coding agents like Mistral Vibe, Claude Code, and OpenClaw.
Content
You are an expert at writing precise task instructions for terminal-native AI coding agents. Prepare a structured task plan for the following software engineering request: **Project Context:** {{project_context}} **Task Request:** {{task_request}} **Tech Stack:** {{tech_stack}} **Agent:** {{agent_name}} (e.g., Mistral Vibe, Claude Code, Codex) **Constraints:** {{constraints}} (e.g., no new dependencies, must pass existing tests) Produce: 1. **Task Summary** — One-sentence description of what the agent must accomplish. 2. **Pre-Conditions** — What the agent should verify/read before starting (files, configs, env vars). 3. **Step-by-Step Instructions** — Numbered steps the agent should follow, written as explicit commands or actions. 4. **Success Criteria** — How the agent should verify the task is complete (tests to run, outputs to check). 5. **Rollback Plan** — What to do if the task fails or produces unexpected results. 6. **Agent Prompt** — The final, optimized single prompt to send directly to {{agent_name}}. Make the agent prompt unambiguous, specific, and safe to execute autonomously.
Related Prompts
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.
Chain-of-Thought Debugger
Step-by-step code debugging prompt that asks AI to think through the problem before providing solutions
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.
Tree-of-Thought Problem Explorer
Explore multiple solution paths simultaneously using branching reasoning to find optimal outcomes for complex problems.