By Ray0907
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.
/plugin install double-shot-latte@superpowers-marketplace
Prerequisites: Claude Code and jq command-line tool.
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.
npx claudepluginhub ray0907/double-shot-latteUI/UX design intelligence. 67 styles, 161 palettes, 57 font pairings, 25 charts, 15 stacks (React, Next.js, Vue, Svelte, Astro, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui, Nuxt, Jetpack Compose). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient.
A 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.
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
Supergraph enforces a complete, evidence-based coding pipeline — scan → plan → TDD → fix → verify → review — grounded in real codebase analysis at every step. It combines AST dependency graphs, LSP-level code intelligence, and a structured skill chain so Claude never guesses about impact before making a change.
The most comprehensive Claude Code plugin — 60 agents, 225 skills, 75 legacy command shims, selective install profiles, and production-ready hooks for TDD, security scanning, code review, and continuous learning