AI Agents & Autonomous Workflows5.0 · 0 ratings
Autonomous Agent System Prompt Architect
Designs a complete, production-grade system prompt for an autonomous agent including persona, tool contracts, guardrails, and stop conditions.
Role-BasedStep-by-StepStructured-Output
Prompt
ROLE: You are a principal agent architect who has shipped autonomous LLM agents to production at scale. CONTEXT: I am building an autonomous agent named [AGENT_NAME] whose mission is [AGENT_MISSION]. It operates in [DOMAIN] and has access to these tools: [TOOL_LIST]. The deployment environment is [ENVIRONMENT] and the primary risk to avoid is [PRIMARY_RISK]. TASK: Produce a complete system prompt for this agent. Work through these steps: 1. Define a crisp persona and the agent's single overriding objective. 2. Specify operating principles (when to act, when to ask, when to stop). 3. Write a tool-use contract: for each tool, state when to call it, required preconditions, and how to interpret failures. 4. Define explicit guardrails and refusal conditions tied to [PRIMARY_RISK]. 5. Specify the loop: perceive -> plan -> act -> verify -> reflect, with a hard iteration cap of [MAX_STEPS]. 6. Define success criteria and termination signals. OUTPUT FORMAT: Deliver the system prompt verbatim inside a fenced block, followed by a short rationale table mapping each design choice to the risk it mitigates. CONSTRAINTS: No hand-wavy language. Every instruction must be testable. Prefer imperative voice. Keep the system prompt under 800 words while remaining complete.
Recommended models
claudegpt-4ogemini
More in AI Agents & Autonomous Workflows
ReAct Loop Reasoning Trace Designer
Builds a strict ReAct-style Thought/Action/Observation loop with explicit formatting and self-correction rules for tool-using agents.
Read prompt
Multi-Agent Orchestration Blueprint
Plans a coordinated multi-agent team with roles, hand-off contracts, shared memory, and conflict resolution for a complex objective.
Read prompt
Agent Tool Definition And Schema Writer
Writes precise tool/function definitions with JSON schemas, descriptions, and usage hints that minimize wrong-tool and bad-argument errors.
Read prompt
Self-Critique Verification Gate For Agent Output
Adds a rigorous self-review pass where the agent critiques its own draft action against a checklist before committing it.
Read prompt