Claude silently skips tasks based on unverified assumptions instead of attempting or asking
Resolved 💬 4 comments Opened Jan 20, 2026 by jhinrichsen Closed Feb 28, 2026
Problem
When given a multi-part instruction, Claude skipped one part without attempting it or asking clarifying questions. Instead, it assumed the task was impossible and silently moved on.
Reproduction
User instruction:
"create config file and apply to [remote-host]"
Claude's behavior:
- Created the config file (correct)
- Did not apply changes to the remote host
- Did not attempt SSH
- Did not ask how to access the host
- Wrote "instructions you can follow on [remote-host]" as if that fulfilled the request
Expected Behavior
When Claude cannot or is unsure how to complete a task, it should:
- Attempt the obvious approach first (e.g., try SSH)
- If that fails, ask the user for guidance
- Never silently skip instructions
Impact
- User's explicit instruction was not followed
- User had to notice the omission and call it out
- Trust eroded when Claude silently drops tasks
This issue has 4 comments on GitHub. Read the full discussion on GitHub ↗