πŸŽ‰ Exciting news! We've launched Nakxi, a powerful design tool for creating designs, app screenshots and mockups. Check it out today! πŸš€
Code & Dev Compatible: claude

AI Agent System Architect (Tools + Memory)

Complexity Level: Intermediate
Prompt Code Block

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

### Generated Component Preview: ```typescript // Fully validated modern structure import { z } from 'zod'; export const RequestSchema = z.object({ id: z.string().uuid(), createdAt: z.date().default(() => new Date()), data: z.record(z.string(), z.any()) }); export type ValidatedRequest = z.infer<typeof RequestSchema>; ```

Prompt Metadata

DifficultyIntermediate
Compatibilityclaude

Primary Use Cases:

  • β€’Legacy code modernization & technical refactoring
  • β€’Full-stack layout generation & component structuring
  • β€’CI/CD workflow automation & unit/E2E testing suites

Associated Tags:

#ai-agents #mcp #architecture #llm

πŸ’‘ 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

Code & Dev
β˜… Featured

Full SaaS Landing Page Build Spec (SEO + Conversion)

You are a Staff Product Designer + Frontend Engineer + SEO strategist. Build a complete, production-ready marketing landing page f...

Compatible:claudeDiff:Advanced
#landing-page #saas #seo #nextjs #tailwind
Code & Dev
β˜… Featured πŸ”₯ Trending

SaaS Analytics Dashboard Full Build Spec

You are a Principal Product Designer + Frontend Lead. Design and specify a complete [LIGHT | DARK] analytics dashboard for [PRODUC...

Compatible:claudeDiff:Intermediate
#dashboard #saas #ui #tailwind #seo
Code & Dev

SaaS Admin Panel Dashboard Build Spec

Design a full internal Admin Dashboard for [PRODUCT_NAME] used by [ADMIN_ROLE: support | ops | super-admin]. --- 🎯 CONTEXT Adm...

Compatible:claudeDiff:Intermediate
#admin #dashboard #saas #crud #tailwind