Agent Arch System Design
Use this skill when planning the architecture of an AI agent system before implementation.
When to Use
- You need to decide between single-agent vs multi-agent workflows.
- You need safe tool invocation, memory strategy, and observability.
- You need to define latency/cost/reliability trade-offs.
Design Workflow
- Define scope: tasks, constraints, and success metrics.
- Select execution model (single orchestrator, supervisor-worker, specialist agents).
- Define tool contracts (inputs, outputs, timeouts, retries, budgets).
- Define memory model (ephemeral context, session memory, long-term store).
- Add control policies (permission gates, guardrails, escalation paths).
- Add failure strategy (timeouts, fallback responses, human handoff).
- Add observability (traces, token usage, tool error taxonomy).
- Validate with representative scenarios and adversarial cases.
Output
-
Architecture diagram (components + data/control flow)
-
Tool and memory boundary specification
-
Risk and mitigation checklist
-
Rollout plan (pilot -> limited -> full)
-
Brief plan or checklist
-
Key recommendations and caveats
微信扫一扫