关于
This skill helps diagnose issues in superpowers sessions by analyzing transcripts and generating bug reports with specific evidence citations. It's triggered when sessions have problems like repeated work, poor results, or unexpected costs. The skill systematically examines session data while requiring every finding to reference specific transcript lines for accuracy.
快速安装
Claude Code
推荐npx skills add obra/superpowers -a claude-code/plugin add https://github.com/obra/superpowersgit clone https://github.com/obra/superpowers.git ~/.claude/skills/diagnosing-superpowers在 Claude Code 中复制并粘贴此命令以安装该技能
技能文档
Diagnosing Superpowers
Overview
Pin down with your human partner what went wrong in a session, read the transcripts on disk, and report what happened with evidence. You report; you do not diagnose superpowers. Whoever triages the bundle or the issue decides whether superpowers changes.
Core principle: Every finding cites path:line. No citation, no
finding. Every number comes from the transcript or from a command you ran,
never from memory.
Workflow
Create a todo per step. Steps 5–7 run only on their stated condition.
- Problem intake. Ask one question at a time until you can write a statement naming the session(s), the turn range if known, what your partner expected, what happened, and the observable they care about (wall-clock, tokens, repeated actions, one specific action). "It took too long" is a complaint, not a problem statement. Note whether the goal is a superpowers bug report.
- Locate. Resolve each session to verified absolute filesystem paths using
references/session-discovery.md. Confirm a past session by quoting its first prompt and timestamp, and list every candidate you rejected with the reason, or "none". Enumerate subagent transcripts. Create~/.superpowers/diagnosing-superpowers/<session-id>/, tell your partner the path, and filltemplates/case.mdthere, following its provenance rules for environment and skill observations. - Triage. Read the region around the reported problem yourself. Then
dispatch one analyst subagent per dimension in parallel, each given the
case file path,
prompts/analyst-common.md, and one dimension file fromprompts/:skill-timeline.md,plan-adherence.md,repeated-work.md,stumbles.md,quality-evidence.md,request-conflicts.md,cost-and-time.md. Split a dimension by turn range when the transcript is long. Discard any returned finding withoutpath:line. - Report. Fill every section of
templates/report.mdin order, write it to the workspace, show it, and give the path. Check what cited content actually proves and preserve the supporting case; a symlink alias is not a redundant copy. - GitHub issues — when report §7 says possible or likely, or your
partner asks. Search open and closed issues for the symptoms per
references/github-issues.md. Show matches and suggest adding the report to the closest. If none match, filltemplates/issue.md, write it to the workspace, show the exact text, and create the issue only after approval.ghcannot attach files; if a bundle exists, give your partner its path to attach in the browser. - Export — only when your partner asks for a bundle; never build one
unprompted. If the intake goal was a bug report, say once that a
scrubbed bundle is available on request, then wait. Ask the redaction
level, stating what each includes: skeleton (no tool-result bodies),
evidence (bodies only for cited events), full. Build the bundle per
templates/bundle-README.md, dispatchprompts/scrub.md, thenprompts/scrub-audit.md, repeating both until the audit returns CLEAN. Complete the bundle template's evidence check and reconciliation before showing the final scrub log, file list, and privacy and evidence outcomes. Archive (zip -rortar -czf) only after approval. With the archive path, state what it contains, point at the scrub log for replacements, and say scrubbing can miss things: they must review every file before sharing. - Similar sessions — when asked. Turn confirmed findings into a
signature, list candidates by mtime and size, find marker line numbers,
dispatch
prompts/similar-session.mdper candidate in parallel, and append report §9.
Quick reference
All seven analysts always run. This table says which region to read yourself in step 3 and which findings to lead with in the verdict.
| Complaint | Read first, lead with |
|---|---|
| "It took too long" | cost-and-time, stumbles |
| "Why did it do this extra work?" | repeated-work, plan-adherence |
| "Why is it so expensive?" | cost-and-time |
| "What the hell is it doing?" (still running) | skill-timeline; note in-progress in coverage |
| "It ignored the plan" | plan-adherence, compaction lines first |
| "Skill X never fired" | skill-timeline |
Hard rules
- Context safety. One transcript line can be a megabyte. Follow
references/context-safety.mdon every session file, every time. - Read-only. Never modify, move, or delete a session file.
- Exact paths to subagents. A subagent's "current session" is its own. Pass absolute paths and ids.
- Human prompts only. Hook output, system reminders, and tool results are not your partner's words. In a subagent transcript, "user" is the parent agent.
- No superpowers diagnosis. Report §7 states involvement and stops. Never name a defect in a skill or propose a change. Your partner pressing for a fix does not waive this; point at the issue step and mention that a bundle is available on request. No advice to your partner either.
- Approval gates. No archive before your partner has seen the scrub log and file list. No issue or comment before they approve the exact text.
- Intake before analysis. Nothing in steps 2–7 starts until your partner has answered. If they are away, write the questions and stop. A statement you reconstructed for them is not an answer. An already-scoped request — one specific event, what is running now, or the analysis to run — is itself the statement: answer it, then ask. A whole-session "why" is a complaint.
Red Flags
| Thought | Reality |
|---|---|
| "The problem is obvious, skip intake" | The problem statement scopes everything. Ask. |
| "They're away, so I'll reconstruct the statement" | You cannot reconstruct what they wanted. Write the questions and stop. |
| "I'll sweep everything now and ask at the end" | An unscoped sweep spends their budget on the wrong question. Ask first. |
| "They want a bug report, so I'll build the bundle now" | The bundle is their session data, packaged. Build it only when they ask for it. |
| "Small, targeted edit, no restructuring needed" | Not your call, however small. Report the evidence; the triager decides. |
| "The price per token is well known" | Numbers you did not compute from the transcript are invented. Cite or drop. |
GitHub 仓库
常见问题
什么是 diagnosing-superpowers Skill?
diagnosing-superpowers 是一个 Claude Skill,作者为 obra。Skill 将 Claude 按需加载的说明和资源打包,让 Claude 无需额外提示即可执行与 diagnosing-superpowers 相关的任务。
如何安装 diagnosing-superpowers?
使用本页的安装命令:将 diagnosing-superpowers 作为插件添加到 Claude Code,或将其仓库克隆到 skills 目录,然后重启 Claude 以加载该 Skill。
diagnosing-superpowers 属于哪个分类?
diagnosing-superpowers 属于元分类。
diagnosing-superpowers 可以免费使用吗?
可以。diagnosing-superpowers 已收录在 AIMCP,可免费安装。
相关推荐技能
Content Collections 是一个 TypeScript 优先的构建工具,可将本地 Markdown/MDX 文件转换为类型安全的数据集合。它专为构建博客、文档站和内容密集型 Vite+React 应用而设计,提供基于 Zod 的自动模式验证。该工具涵盖从 Vite 插件配置、MDX 编译到生产环境部署的完整工作流。
这个Claude Skill为开发者提供完整的Polymarket预测市场开发支持,涵盖API调用、交易执行和市场数据分析。关键特性包括实时WebSocket数据流,可监控实时交易、订单和市场动态。开发者可用它构建预测市场应用、实施交易策略并集成实时市场预测功能。
该Skill帮助开发者创建OpenCode插件,用于接入命令、文件、LSP等25+种事件。它提供了插件结构、事件API规范和JavaScript/TypeScript实现模式,适合需要拦截操作、扩展功能或自定义事件处理的场景。开发者可通过它快速构建响应式模块来增强OpenCode AI助手的能力。
SGLang是一个专为LLM设计的高性能推理框架,特别适用于需要结构化输出的场景。它通过RadixAttention前缀缓存技术,在处理JSON、正则表达式、工具调用等具有重复前缀的复杂工作流时,能实现极速生成。如果你正在构建智能体或多轮对话系统,并追求远超vLLM的推理性能,SGLang是理想选择。
