obra/double-shot-latte

105 stars · Last commit 2026-02-25

Claude Code plugin that automatically evaluates whether Claude should continue working instead of stopping prematurely

README preview

# Double Shot Latte

**Stops "Would you like me to continue?" interruptions.**

Claude Code plugin that uses Claude to judge whether Claude should continue working.

## The Problem

Claude Code interrupts multi-step work to ask permission even when next steps are obvious:

- Work is incomplete
- Clear next steps exist
- You requested multi-step implementation
- Claude stated what it will do next

This breaks flow.

## The Solution

When Claude tries to stop, a separate Claude instance evaluates the context and decides whether continuation makes sense.

View full repository on GitHub →