agent-architecture-evaluator
by @ada01325150-alt
Use when evaluating, testing, and optimizing an agent architecture or multi-agent system. Best for reviewing planning, routing, memory, tool use, reliability...
clawhub install agent-architecture-evaluatorπ About This Skill
name: agent-architecture-evaluator description: Use when evaluating, testing, and optimizing an agent architecture or multi-agent system. Best for reviewing planning, routing, memory, tool use, reliability, observability, cost, and system-level failure modes. version: "1.0.0"
Agent Architecture Evaluator
Version: 1.0.0
Overview
This skill reviews the architecture of an agent system, not just its prompts or its attached skills.
Use it for architectures involving components such as:
Use this skill when
Do not use this skill when
Use agent-test-measure-refine or agent-skill-portfolio-evaluator in those cases.
Output contract
Always produce these named outputs:
architecture_inventoryfailure_mode_maparchitecture_test_planoptimization_roadmapmeasurement_planarchitecture_recommendationReview dimensions
Evaluate at least these dimensions:
1. component clarity
2. routing correctness
3. memory usefulness
4. coordination reliability
5. cost and latency efficiency
6. observability and debuggability
Quick start
1. Map the current architecture. 2. Identify critical paths and failure-prone handoffs. 3. Define architecture-level test scenarios. 4. Identify bottlenecks in routing, memory, tools, or coordination. 5. Recommend the smallest structural changes with the highest leverage.
Workflow
1. Build the architecture inventory
Capture:
2. Map failure modes
Look for:
3. Design system tests
Cover:
See references/architecture-review-framework-v1.0.0.md.
4. Prioritize architectural changes
Prefer:
5. Define measurement
Recommend concrete metrics where available:
Anti-patterns
Resources
references/architecture-review-framework-v1.0.0.md for system review steps.references/optimization-patterns-v1.0.0.md for architecture optimization guidance.assets/architecture-review-template.md for the final report structure.assets/example-architecture-review.md for a realistic filled review.assets/architecture-input-example.json for structured input.scripts/render_architecture_review.py to normalize a structured architecture review into Markdown.π‘ Examples
1. Map the current architecture. 2. Identify critical paths and failure-prone handoffs. 3. Define architecture-level test scenarios. 4. Identify bottlenecks in routing, memory, tools, or coordination. 5. Recommend the smallest structural changes with the highest leverage.