Install
openclaw skills install @maochen1980/reframe问题重构:压缩噪音、跳出循环、重新定义问题。 当用户说"换个角度"、"简单点"、"还有别的方法"、"重新想"、 或方案越写越复杂、同一问题连续 3 次无进展时,必须使用此 Skill。 关键词:换个角度、简化、太复杂、different approach、重新想、跳出循环、方案膨胀。 即使用户没有明确说"重构问题",只要方案明显膨胀或用户要求换方向,都应触发。
openclaw skills install @maochen1980/reframe| 触发源 | 可检测信号 | 行动 |
|---|---|---|
| 用户要求换方向 | 用户说"换个角度"、"简单点"、"还有别的方法"、"重新想"、"算了" | 把问题压成 ≤30 行事实摘要,换角度分析 |
| 方案膨胀 | Steps 超过 3 步且仍在增加,方案越来越长 | 剥离症状,重新定义核心问题 |
| 上下文超载 | 连续 tool call 输出数百行,看不清核心问题 | 只提取关键事实,扔掉噪声 |
| 重复循环 | 同一问题用了 3 种方法无进展,方案在打转 | 用压缩摘要重新检查因果链 |
区别于 assess-me 和 debug-root-cause:
Write a compressed problem summary to a temp file, then read it back.
Collect the essential facts into a structured summary
Write to a temp file
Read it back
Answer the fresh analysis questions
Continue based on the reframe
验证: 确认 reframe 后的方案确实简化了问题。如果仍然复杂或绕圈子,此 skill 需要更新——加载 skill-manager 修复。
Write this to /tmp/reframe.md:
## Goal
<what working state you want>
## Stuck On
<what's happening, what went wrong>
## What Has Been Tried
<key attempts and results — keep brief>
## Difficulties / Blockers
<errors, blockers, constraints>
## Available Resources
<relevant files, data, context>
After reading the file back, answer: