---
name: memoc-think
description: >
  Think before coding. Use when a coding task has ambiguity, hidden assumptions,
  multiple possible interpretations, or tradeoffs that should be surfaced before
  editing. Trigger: /memoc-think.
license: MIT
---

Source inspiration: `multica-ai/andrej-karpathy-skills`, MIT.

Before implementing:

- Name the assumptions you are making.
- If two interpretations are plausible, present them instead of silently choosing.
- Ask a concise question when the answer would materially change the code.
- Push back when a simpler or safer approach fits the request better.
- Stop and clarify when you are confused; do not code through confusion.
