By micahstubbs
Automatically evaluates whether Claude should continue working instead of stopping prematurely using Claude-judged decision making
Stops "Would you like me to continue?" interruptions.
Claude Code plugin that uses Claude to judge whether Claude should continue working.
Claude Code interrupts multi-step work to ask permission even when next steps are obvious:
This breaks flow.
When Claude tries to stop, a separate Claude instance evaluates the context and decides whether continuation makes sense.
Key principle: If you can type "continue" and Claude knows what to do, the plugin continues automatically.
Prerequisites: Claude Code and jq command-line tool.
First, register the superpowers marketplace (if you haven't already):
/plugin marketplace add micahstubbs/superpowers
Then install the plugin:
/plugin install double-shot-latte@superpowers-marketplace
Multi-File Projects
"Refactor codebase to TypeScript with strict types and comprehensive tests"
API Development
"Create REST API with authentication, CRUD operations, and test coverage"
Component Libraries
"Build React components: Button, Input, Modal, Table with TypeScript and Storybook"
Development Environment
"Set up complete dev environment: Docker, CI/CD, linting, testing, deployment"
By default, the plugin uses Claude Haiku for fast, cost-effective judgments. You can configure a different model via environment variable:
Configuration (~/.claude/settings.json):
{
"env": {
"DOUBLE_SHOT_LATTE_MODEL": "sonnet"
}
}
Available models:
haiku (default) - Fast and cost-effectivesonnet - More capable reasoningopus - Highest capabilityNote: The judge model runs on every stop attempt. Using more expensive models will increase costs proportionally.
Hook not triggering:
/plugin listUnexpected behavior:
/tmp/.claude-continue-throttle-*jq is installedMIT License - see LICENSE
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
npx claudepluginhub micahstubbs/double-shot-latteA growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Consult multiple AI coding agents (Gemini, OpenAI, Grok, Perplexity, plus codex, antigravity, and grok CLIs when installed) to get diverse perspectives on coding problems
The most comprehensive Claude Code plugin — 14+ agents, 56+ skills, 33+ commands, and production-ready hooks for TDD, security scanning, code review, and continuous learning