Agent Skills
› doodledood/manifest-dev
› re-pitch
re-pitch
GitHub用于在沟通未达预期时重新解释上一条消息。通过补充缺失上下文、使用平实语言和精简内容,提升信息传达效果,避免重复或防御性回应。
Trigger Scenarios
用户表示困惑或不理解
请求用通俗语言重述
Install
npx skills add doodledood/manifest-dev --skill re-pitch -g -y
SKILL.md
Frontmatter
{
"name": "re-pitch",
"description": "Stop and re-pitch the last message — it didn't land. Re-explains with the context the reader was missing, in plain words, cutting every line that isn't value while keeping every fact that is. Use when the user says wait what, I'm lost, that didn't land, what do you mean, or asks for a re-explanation in plain English.",
"argument-hint": "[what lost you]",
"user-invocable": true
}
The last message didn't land. Re-pitch it — don't defend it, don't shrink it into a summary, don't repeat it louder. Explain it again as if for the first time, better.
- Start from the context the reader was missing: what question this answers and why it matters now, before the answer itself.
- Plain words, short sentences. A term of art earns its place only where the reader meets it in what they receive — the manifest they get, the read you name. Everything else gets dropped or grounded in one line, the vocabulary these prompts use on themselves included.
- Attention is sparse. Assume a reader who skims and bails the moment a sentence pays nothing: lead with the point, and cut every line that doesn't carry value — preamble, restated context they already hold, hedges, transitions that only fill space. Losing them a second time is the failure mode.
- Invoke the
manifest-dev:chat-surfaceskill with:text— it owns which form carries each point. - Cut noise, not value. A re-pitch that drops load-bearing facts to get shorter has also failed: if the original carried ten facts that matter, the re-pitch carries ten — shorter comes from stripping the dead prose around them, never from stripping them.
- When the argument names what lost the reader, aim the re-pitch there first; otherwise re-pitch the whole message.
Version History
-
6357f8a
Current 2026-08-28 19:56
统一渲染契约:figure-out调用chat-surface,re-pitch委托给该技能,并通过测试确保规范执行。
- 2ac487e 2026-08-20 08:56


