skymanbp/cc-enslaver
3 stars · Last commit 2026-06-07
A Claude Code plugin and LLM-agnostic rule pack that enforces systematic thinking, verified citations, and root-cause analysis — eliminating reactive, lazy AI behavior.
README preview
# cc-enslaver > A Claude Code plugin and LLM-agnostic rule pack that **eliminates lazy AI behavior** — reactive patches, guessed citations, surface-level "fixes", half-finished work — by enforcing systematic thinking, verification, and root-cause analysis at every layer of the agent loop. [](LICENSE) [](CHANGELOG.md) [](https://github.com/skymanbp/cc-enslaver/actions/workflows/test.yml) [](https://code.claude.com/docs/en/plugins.md) 中文用户请直接看 → [中文说明](#中文说明) --- ## What is this? LLM coding agents (Claude Code, Cursor, Copilot, Cline, Aider, etc.) frequently fall into predictable lazy patterns: | Lazy pattern | What it looks like | |---|---| | **Reactive patching** | Sees a bug, slaps a try/except around it, declares done. |