observability-design
Making multi-agent workflows visible and debuggable for designers and developers.
适合你,如果正在构建多智能体系统并需要观察其内部行为
/ 通过 npx 安装 校验哈希
npx oh-my-skill add owl-listener/ai-design-skills/observability-design/ 通过 bash 安装
curl -fsSL https://oh-my-skill.com/install.sh | bash -s -- owl-listener/ai-design-skills/observability-design/ 已经装过?验证本机副本,不用重装
npx oh-my-skill verify owl-listener/ai-design-skills/observability-design安装目标可用 --agent / --scope 或 --to 明确指定;省略时只会在唯一已存在的 agent 目录上自动选择,零命中或多命中会停止并提示。content_hash 缺失或不一致均拒装。
144GitHub stars
~533上下文体积 · 单文件
索引托管
怎么用
商店整理自技能原文 · 版本 f41b650 · 表述以原文为准它做什么
装上后,Claude 会帮你把多智能体工作流的内部运作展示出来:哪些智能体参与、顺序如何、决策过程、传递了什么信息、耗时多久、哪里出错,以及用户体验质量。
什么时候触发
当你需要理解或调试多智能体工作流时触发,例如询问“这个工作流是怎么运行的?”或“哪里出了问题?”。
装好后可以这样说
会看到每个步骤的智能体顺序和结果。
会显示传递详情和潜在问题。
会列出失败步骤和用户体验影响。
技能原文 SKILL.md
Observability Design
You can't improve what you can't see. Observability design makes the internal workings of multi-agent systems visible — so designers can understand user experience problems, developers can debug failures, and teams can improve the system over time.
What to Make Observable
- Workflow execution: Which agents were involved, in what order, with what results
- Decision points: What decisions were made, what alternatives were considered, why one was chosen
- Handoff details: What context transferred between agents, was anything lost
- Timing: How long each agent took, where bottlenecks occur
- Failures: What failed, how it was recovered, what the user experienced
- Quality signals: Output quality scores, user satisfaction signals, task success markers
Observability for Different Audiences
For designers:
- User journey view: What did the user experience across the whole workflow?
- Pain point identification: Where did users struggle, abandon, or express frustration?
- Quality patterns: Which outputs are high and low quality, and why?
For developers:
- Execution traces: Step-by-step log of agent actions
- Error logs: What failed and where
- Performance metrics: Latency, throughput, resource usage
For product managers:
- Usage patterns: Which workflows are used most, which are abandoned
- Success metrics: Task completion rates, user satisfaction trends
- Cost analysis: Resource consumption per workflow
For users (optional):
- Progress indicators: Where is the system in the workflow?
- Agent transparency: Which agent is handling their request?
- Audit trails: What the system did on their behalf
Designing Observability Interfaces
- Dashboards: Real-time and historical views of system health and performance
- Trace viewers: Detailed step-by-step views of individual workflow executions
- Alert systems: Notifications when metrics exceed thresholds
- Search and filter: Ability to find specific executions by criteria
- Comparison tools: Compare performance across time periods, versions, or cohorts
Observability Without Overload
Too much data is as bad as too little:
- Layered detail: Start with high-level summary, drill down on demand
- Smart defaults: Show the most important information first
- Anomaly highlighting: Surface unusual patterns automatically
- Contextual views: Different views for different questions
Design Artefacts
- Observability architecture diagrams
- Dashboard specifications per audience
- Trace schema definitions
- Alert threshold configurations
- Observability tool requirements
按 MIT 许可原样转载,未经改动 · 在 GitHub 查看 →
评论
登录即可评论;带「已验证安装」的,是发布者名下有本店的安装或持有记录。
…