Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By lollipopkit
Orchestrate recursive multi-pass reasoning with multi-model battles and sub-agent delegation to iteratively refine answers on complex problems, using techniques like Self-Refine and Tree of Thoughts.
npx claudepluginhub lollipopkit/cc-plugins --plugin recursive-reasoningDebugs multi-model/recursive-arena failures by checking .env discovery, ARENA_* variables, provider base URLs, and common misconfigurations. Use proactively when multi-model scripts fail or when user asks to configure multi-model.
Specialized executor for recursive reasoning sub-tasks. It performs specific execution steps (coding, analysis, research) as directed by the Master agent.
Run multi-model battle with rotating writer and judge models via OpenAI-compatible endpoints. Use when users ask to battle or compare models, run multi-LLM critique, or iteratively improve an answer across models.
Combine recursive outer-loop refinement with multi-model arena generation each round. Use when users request recursive arena, multi-LLM consensus with iterative refinement, or recursive plus model-battle workflows.
Recursive master-orchestration for complex multi-step tasks. Decompose work, delegate execution to sub-agents, and iterate until verified. Use when users request recursive reasoning, multi-pass refinement, or explicit plan-execute-verify loops.
Executes bash commands
Hook triggers when Bash tool is used
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Structured thinking and multi-perspective deliberation tools
Deep analysis mode with extended reasoning for complex problems
The epistemic-posture layer for AI coding agents. Ships the Reasoning Surface protocol, named failure-mode counters, operator profile schema, and workflow loop as Claude Code skills, agents, and hooks. Posture first. Kernel outlives the tooling.
Analytical thinking tools - dialectic analysis, bias elimination, codex consultation
First Principles Framework (FPF) for structured reasoning using workflow command pattern. Implements ADI (Abduction-Deduction-Induction) cycle via propose-hypotheses workflow with fpf-agent for hypothesis generation, logical verification, empirical validation, and auditable decision-making. Includes utility commands for status, query, decay, actualize, and reset.
Intelligent prompt optimization: injects the right context at the right moment so Claude lands a better first output. Clarifies vague prompts with research-based questions, plus targeted nudges for approach selection, plan readability, workflow routing, background execution, subagent routing, output readability, user-decision questions, and plan-mode assessment
Iterate until ready to merge: create branch, fix, commit, open PR, wait for AI review, apply feedback, repeat.
Context Firewall: use sub-agents to preprocess large inputs with evidence contracts and low-cost verification.
English | 简体中文
GPT 5.2 / Claude 4.5 Opus is recommended for the best experience.
recursive-reasoning: Recursive Reasoning Engine - multi-pass reasoning with Self-Refine, Reflexion, Tree of Thoughts.devloop: Iterate on an issue until it is ready to merge: create branch, fix, commit, open PR, wait for AI review, apply feedback, repeat.context-firewall: Use sub-agents to preprocess large inputs into auditable, compressed results with evidence locators (Map-Reduce + verification).In Claude Code:
# Add this repo as a marketplace
/plugin marketplace add lollipopkit/cc-plugins
# Install plugins from this marketplace
/plugin install <plugin-name>@lk-ccp # replace <plugin-name> with the specific plugin name
If you want to use the local version of this repo:
# Add local folder as a marketplace
/plugin marketplace add .
# Install plugins from the local marketplace
/plugin install <plugin-name>@lk-ccp
MIT