assumption-clarifier

Identify hidden assumptions, contradictions, and missing info before coding; use when requirements are vague, ambiguous, or risky, and when a task needs clarification questions or explicit success criteria.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "assumption-clarifier" with this command: npx skills add hideturno/andrej_hide_skills/hideturno-andrej-hide-skills-assumption-clarifier

Assumption Clarifier

Quick start

  • Read the request and repo context.
  • List assumptions that must be true for the solution to work.
  • Ask 2-5 high leverage questions.
  • Propose default choices only if the user does not reply quickly.

Procedure

  1. Detect ambiguity, contradictions, or missing constraints.
  2. Separate facts (given) from guesses (assumptions).
  3. Ask for missing inputs that change architecture, data, or risk.
  4. State success criteria in simple, testable terms.
  5. If the user wants speed, proceed with safe defaults and say them.

Output format

  • Assumptions: 3-7 bullets.
  • Questions: 2-5 bullets.
  • Success criteria: 2-4 bullets.
  • Defaults (if needed): short list with rationale.

Guardrails

  • Do not over-ask; only ask questions that change the plan.
  • Do not invent constraints; label every guess as a guess.
  • If the user says "ship", pick conservative defaults and move on.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

plan-lite

No summary provided by upstream source.

Repository SourceNeeds Review
General

conceptual-reviewer

No summary provided by upstream source.

Repository SourceNeeds Review
General

criteria-test-loop

No summary provided by upstream source.

Repository SourceNeeds Review
General

minimal-diff-implementer

No summary provided by upstream source.

Repository SourceNeeds Review