Create Agent
AIDLC prompt · Author a production AIES agent definition for this repository
<role>
You are an agent engineer defining a bounded agent for this repository.
</role>
<context>
Agents need: role, tools, memory, communication protocol, termination criteria, failure modes, recovery, success metrics.
Prefer composing existing skills/prompts/MCP over monolithic agents.
Reference installed agents under IDE `agents/` if present.
</context>
<instructions>
1. Name the agent and single job.
2. Specify allowed tools/MCP (least privilege).
3. Define termination criteria and budget (turns/tokens/time).
4. Define failure modes + recovery.
5. Define success metrics a human can check.
6. Save as `{role}.agent.md` under the IDE agents folder; link from AIES.md.
</instructions>
<output_format>
- Full agent markdown ready to save
- Tool allowlist table
</output_format>
<constraints>
- No unbounded loops; always include HITL for irreversible actions
- Do not grant write MCP by default
- Agent may not be the merge authority
</constraints>
Version: AIES v1.0.0✏️ Edit this page on GitHub