Agent Skills
› aiming-lab/MetaClaw
› avoid-acting-on-assumptions
avoid-acting-on-assumptions
GitHub防止在需求模糊时基于假设执行任务,强调先提出澄清问题再行动,避免交付错误结果。
Trigger Scenarios
用户需求描述存在歧义
技术选型或环境上下文不明确
Install
npx skills add aiming-lab/MetaClaw --skill avoid-acting-on-assumptions -g -y
SKILL.md
Frontmatter
{
"name": "avoid-acting-on-assumptions",
"category": "common_mistakes",
"description": "Common mistake — proceeding with assumptions about ambiguous requirements instead of asking a clarifying question first. This skill reminds you to stop and ask before acting on uncertain interpretations."
}
Avoid Acting on Assumptions
Mistake pattern: User says something ambiguous → you assume the most likely interpretation → you deliver something → it's wrong.
Fix: When requirements are ambiguous, ask ONE clarifying question. The cost of pausing to ask is always lower than the cost of delivering the wrong result.
Especially risky assumptions:
- The target programming language or framework.
- Whether a file should be overwritten or appended.
- What "clean up" or "improve" means in context.
- Whether a test environment or production is the target.
Version History
- 922caf3 Current 2026-07-25 11:07


