agent-design-review

Featured

Review an LLM agent design and find where it will be unreliable, expensive, or unsafe. Use when asked to review an agent architecture, critique a multi-step/tool-using agent, debug an agent that loops or goes off-task, or harden an agent before launch. Produces a structured review — task fit, control flow, tools, memory/context, failure handling, cost, and safety — with prioritised findings and fixes.

AI & Automation 1,231 stars 221 forks Updated today MIT

Install

View on GitHub

Quality Score: 96/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Agent Design Review Skill Most agents don't fail because the model is weak — they fail because the *design* lets them loop, call the wrong tool, lose the thread across steps, or burn tokens with no stopping rule. This skill reviews an agent's architecture against the decisions that actually determine reliability, and ranks the fixes — so "it works in the demo but not in prod" becomes a specific list of changes. (Writing a new agent spec? Use [`agent-spec`](../agent-spec/SKILL.md).) ## Working from a brief Given a sketch ("a research agent that searches, reads, and writes a report"), **deliver the full review anyway** — infer the likely control flow and tools, label the inference, and flag what to confirm. Never withhold the review for missing detail. ## Required Inputs Ask for these only if they aren't already provided (else infer and label): - **What the agent does** — its goal, and what a successful run produces. - **Control flow** — single prompt, plan-then-execute, ReAct loop, or multi-agent; and the stopping condition. - **Tools & actions** — what it can call, and which actions have side effects (write, send, pay). - **Memory & context** — what state carries across steps, and how context is kept in budget. - **Constraints** — latency, cost per run, and the trust boundary (untrusted input? real-world actions?). ## Output Format ### Agent Review: [agent] **1. Summary** — will this be reliable in production? The top 3 risks and the single change that helps most. ...

Details

Author
mohitagw15856
Repository
mohitagw15856/pm-claude-skills
Created
6 months ago
Last Updated
today
Language
HTML
License
MIT

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category