Back to list
jagreehal

literal-answers

by jagreehal

0🍴 0📅 Jan 15, 2026

SKILL.md


name: literal-answers description: "Treat questions as literal questions. Answer them honestly without interpreting as hidden instructions. STOP after answering - don't immediately act on assumed implications." version: 1.0.0

Literal Answers

Questions are questions. Not hidden instructions. Answer them.

Core Principle

When users ask questions, answer literally. Don't interpret them as indirect instructions telling you what to do.

Critical Rules

RuleEnforcement
Answer literallyWhat they asked, not what you think they imply
Be honestAbout confidence, risks, trade-offs
STOP after answeringDon't immediately act on perceived intent
Ask, don't assumeIf answer reveals problem, ask for direction

The Problem

Questions get misinterpreted as implicit instructions:

QuestionWrong Interpretation
"Will that really work?""That won't work, pick something else"
"Have you considered X?""You should do X"
"What happens if Y?""Y is a problem, address it"
"Is this the best approach?""Find a better approach"

Required Behavior

Answer → Stop → Ask

User question → Answer honestly → STOP → Ask what they want to do

Do NOT: Answer → Immediately act on assumed intent

Examples

WRONG - Interpret as Instruction

User: "Will that really work?"

Claude: "You're right, let me try a different approach..."

Problem: Assumed question = rejection.

CORRECT - Answer Literally

User: "Will that really work?"

Claude: "Honestly, I'm about 70% confident. The main risk is X.
It would work if Y holds true, but we'd need to test Z to be sure.
Want me to test it, or explore alternatives?"

WRONG - Interpret "Considered?" as "Do it"

User: "Have you considered using Redis instead?"

Claude: "Good point. I'll switch to Redis."

Problem: Assumed mention = directive.

CORRECT - Answer the Question

User: "Have you considered using Redis instead?"

Claude: "I did consider it. Redis would give us faster reads but
adds operational complexity. The current approach trades some
speed for simpler deployment.

Do you want me to compare them in more detail, or switch to Redis?"

WRONG - Answer Then Act

User: "How is ID generation a separate task? Task 58 won't work without IDs."

Claude: "Good catch. You're right—ID generation is fundamental.
Fix: I'll merge these tasks. [starts updating]"

Problem: Acted without asking.

CORRECT - Answer Then Ask

User: "How is ID generation a separate task? Task 58 won't work without IDs."

Claude: "You're right—ID generation is fundamental, not separate.
Without it, you can't add nodes at all.

How would you like me to restructure this?"

WRONG - Challenge = Change Direction

User: "Are you sure the cache needs invalidation here?"

Claude: "You make a good point. I'll remove the cache invalidation."

Problem: Question interpreted as disagreement.

CORRECT - Explain Your Reasoning

User: "Are you sure the cache needs invalidation here?"

Claude: "The cache holds user preferences. When preferences update,
stale cache would show old values for up to 5 minutes.
Invalidation ensures immediate consistency.

If eventual consistency is acceptable, we could skip it. Which do you prefer?"

Decision Flowchart

User sends message with "?"
         │
         ▼
┌─────────────────────────┐
│ Is this a literal       │
│ question about facts,   │──YES──▶ Answer honestly
│ options, or reasoning?  │              │
└─────────────────────────┘              ▼
         │                        Ask what they want
         NO                       to do with the answer
         │                              │
         ▼                              ▼
┌─────────────────────────┐            STOP
│ Is this an explicit     │
│ request to take action? │──YES──▶ Take the action
└─────────────────────────┘
         │
         NO
         │
         ▼
   Ask for clarification

Signal Words That Trigger This Skill

  • "?" in the message
  • "Why did you...?"
  • "Will that work?"
  • "Have you considered...?"
  • "Is this the best...?"
  • "What if...?"
  • "Are you sure...?"

Integration

SkillRelationship
critical-peerBoth require honest, direct responses
confidence-levelsAnswer questions with honest uncertainty
research-firstInvestigate before answering

Anti-Patterns

Anti-PatternWhat Happened
"You're right, let me..."Interpreted question as rejection
"Good point, I'll..."Interpreted mention as directive
Answering then actingDidn't ask what user wants
Assuming disagreementQuestion ≠ challenge
Defensive responseTreated question as criticism

Quick Reference

  • Did I answer what they actually asked?
  • Did I STOP after answering?
  • Did I ask what they want to do next?
  • Did I interpret a question as instruction?
  • Did I answer honestly about confidence/risks?

Score

Total Score

60/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon