AI Agent System Architect (Tools + Memory)
Act as a staff engineer designing a production AI agent for [USE_CASE]. Deliver a technical spec with: 1) Agent loop diagram (perceive → plan → act → verify) and when to escalate to human 2) Tool surface: list 6–10 tools (name, input schema, idempotency, timeout, failure mode). Include at least one read-only research tool and one write tool with guardrails 3) Memory strategy: short-term (conversation), working (task state), long-term (vector store?) — what gets stored, TTL, PII redaction rules 4) Prompt architecture: system prompt sections, tool-selection rubric, refusal boundaries, and citation requirements 5) Safety: prompt injection defenses, tool allowlists, budget caps (tokens/$), and audit logging fields 6) Eval plan: 15 golden tasks + expected outcomes + automated graders (exact match vs LLM-judge) Stack preference: [TYPESCRIPT/NODE | PYTHON]. Integrations: [CRM/DB/SLACK/etc]. SLA: [LATENCY]. Output as Markdown with code stubs for tool interfaces only.
🌟 Example Output / Preview
Prompt Metadata
Primary Use Cases:
- •Legacy code modernization & technical refactoring
- •Full-stack layout generation & component structuring
- •CI/CD workflow automation & unit/E2E testing suites
Associated Tags:
💡 Pro Tips & Advice
1. Use bracketed items: Be sure to fill out all [PLACEHOLDER] elements with specific details before sending the prompt to the AI model.
2. Adjust temperature: For creative tasks, set AI temperature higher (e.g., 0.8), or lower (e.g., 0.2) for strict coding/technical tasks.
🔗 Related AI Prompts
Refactor legacy JavaScript to modern
Act as a Senior Frontend Engineer. Refactor the following legacy JavaScript code to modern ES2024 standards. Use const/let, arrow ...
Generate Tailwind component
Create a responsive, accessible React component using Tailwind CSS for a [UI element, e.g., Pricing Table with 3 tiers]. Include h...
Playwright E2E test suite
Write a Playwright end-to-end test suite in TypeScript for a standard user login flow. Include tests for: successful login, invali...