← ClaudeAtlas

claude-skill-think-before-codinglisted

Premium Claude Skill - Think Before Coding. Forces explicit reasoning, surfaces assumptions, and handles ambiguity before implementation to reduce LLM mistakes.
ishandutta2007/claude-skills-by-karpathy · ★ 7 · AI & Automation · score 77
Install: claude install-skill ishandutta2007/claude-skills-by-karpathy
# Think Before Coding (Claude Skill) **Don't assume. Don't hide confusion. Surface tradeoffs.** Before implementing: - **State your assumptions explicitly.** If uncertain, ask rather than guess. - **Present multiple interpretations.** If ambiguity exists, don't pick silently. - **Push back when warranted.** If a simpler approach exists, say so. - **Stop when confused.** Name what is unclear and ask for clarification. ### Key Logic LLMs often pick an interpretation silently and run with it. This **Claude Skill** forces explicit reasoning to ensure the path forward is aligned with user intent.