avoid-acting-on-assumptions

Featured

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.

AI & Automation 3,414 stars 442 forks Updated 2 days ago MIT

Install

View on GitHub

Quality Score: 94/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
28
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# 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.

Details

Author
aiming-lab
Repository
aiming-lab/MetaClaw
Created
2 months ago
Last Updated
2 days ago
Language
Python
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category