By ClementHW
Lightweight skills library for Claude Code: brainstorming, planning, TDD, debugging, and code review for small-to-medium projects
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
Use when you have a written implementation plan file to execute — load it, review it, then work through tasks sequentially with verification checkpoints
Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical rigor and verification, not performative agreement or blind implementation
Use when completing tasks, implementing major features, or before merging to verify work meets requirements
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes
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.
A lightweight skills library for Claude Code, Codex, and OpenCode. Guides agent work through a disciplined workflow — brainstorm, plan, implement, debug, review — without requiring worktrees, parallel agents, or any external infrastructure.
Simplepowers is a focused subset of superpowers, keeping only the skills that apply in every session and removing the advanced orchestration layer.
| Skill | Purpose |
|---|---|
brainstorming | Turn requirements into a reviewed design spec before writing any code |
writing-plans | Convert a design spec into a bite-sized, executable implementation plan |
executing-plans | Load a written plan and work through it task by task with verification checkpoints |
test-driven-development | Write a failing test before every piece of production code |
systematic-debugging | Find the root cause before proposing any fix |
requesting-code-review | Review completed work against requirements and plan |
receiving-code-review | Evaluate incoming review feedback with technical rigour before acting |
verification-before-completion | Run evidence-producing commands before claiming anything is done |
using-simplepowers | Entry point — establishes skill rules and priority for the session |
Skills chain together in a natural sequence:
brainstorming → writing-plans → executing-plans → verification-before-completion
↓
test-driven-development (at each task)
systematic-debugging (when something fails)
requesting-code-review (when a feature is complete)
Each skill enforces its own process. Skipping steps is explicitly called out as a rationalization and blocked.
Install from the Claude Code plugin registry:
/plugin install simplepowers
Or install from a local clone:
/plugin install /path/to/simplepowers
Skills load automatically. To establish the full skill ruleset at session start:
/using-simplepowers
/plugins
Search for simplepowers and select Install Plugin.
Click Plugins in the sidebar, find Simplepowers in the Coding section, and click +.
OpenCode discovers skills from .opencode/skills in the project root. Symlink this repo's skills/ directory there:
mkdir -p .opencode
ln -s /path/to/simplepowers/skills .opencode/skills
Plans, specs, and notes produced during sessions are saved under the project root:
| Platform | Path |
|---|---|
| Claude Code | .claude/simplepowers/ |
| Codex | .codex/simplepowers/ |
| OpenCode | .opencode/simplepowers/ |
Add these paths to .gitignore if you prefer not to commit them.
If you need multi-agent orchestration, git worktree isolation, or the skill authoring workflow, see superpowers.
Read CLAUDE.md before making any changes. One change per PR. Test on Claude Code or Codex and include results.
MIT © Jesse Vincent
npx claudepluginhub clementhw/simplepowers --plugin simplepowersMulti-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Memory compression system for Claude Code - persist context across sessions
Curate auto-memory, promote learnings to CLAUDE.md and rules, extract proven patterns into reusable skills.
Editorial "Web Designer" bundle for Claude Code from Antigravity Awesome Skills.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques