By cipherstash
Execute agent-driven development workflows enforcing TDD, systematic planning, code execution, dual-verification reviews, git commits/worktrees, debugging, and documentation maintenance via specialized skills, commands, and 14 agents for disciplined coding under pressure.
Interactive design refinement using Socratic method
Code review with structured feedback using specialised code-review-agent.
Systematic git commit with atomic commits and conventional messages
Execute implementation plans.
Create detailed implementation plans with bite-sized tasks
Meticulous principal software engineer. Use for development and code tasks.
Minimal implementation agent for plan execution. Follows plans literally, reports BLOCKED when stuck.
Meticulous principal engineer who reviews code. Use proactively for code review.
Systematic git committer with atomic commits and conventional messages.
Complex debugging specialist for production issues, multi-component systems, integration failures, and mysterious behavior requiring deep opus-level investigation
Use boolean decision trees instead of imperatives for 100% compliance under pressure
Use when creating or developing, before writing code or implementation plans - refines rough ideas into fully-formed designs through collaborative questioning, alternative exploration, and incremental validation. Don't use during clear 'mechanical' processes
Systematic retrospective to capture decisions, lessons, and insights from completed work
Systematic commit process with pre-commit checks, atomic commits, and conventional commit messages
Use when tests have race conditions, timing dependencies, or inconsistent pass/fail behavior - replaces arbitrary timeouts with condition polling to wait for actual state changes, eliminating flaky tests from timing guesses
Uses power tools
Uses Bash, Write, or Edit tools
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.
Development toolkit for Claude Code that enforces consistent workflows across your team.
# Install
/plugin marketplace add cipherstash/cipherpowers
/plugin install cipherpowers@cipherpowers
# Use the workflow
/cipherpowers:brainstorm # Refine ideas
/cipherpowers:plan # Create plan
/cipherpowers:execute # Execute with agents
That's it. The plugin handles agent selection, code review checkpoints, and quality gates automatically.
# Add the CipherPowers marketplace
/plugin marketplace add cipherstash/cipherpowers
# Install the plugin
/plugin install cipherpowers@cipherpowers
Local development:
git clone https://github.com/cipherstash/cipherpowers.git ~/cipherpowers
/plugin marketplace add ~/cipherpowers
/plugin install cipherpowers@cipherpowers
Brainstorm → Plan → Execute
/cipherpowers:brainstorm # Refine ideas
/cipherpowers:plan # Create implementation plan
/cipherpowers:execute # Execute with automatic agent selection
See WORKFLOW.md for detailed workflow guidance.
| Command | Description |
|---|---|
/cipherpowers:brainstorm | Refine ideas using Socratic method |
/cipherpowers:plan | Create detailed implementation plans |
/cipherpowers:execute [plan] | Execute plans with automatic agent selection |
| Command | Description |
|---|---|
/cipherpowers:verify plan | Evaluate plan quality before execution |
/cipherpowers:verify execute | Check implementation matches plan |
/cipherpowers:verify docs | Find documentation issues |
/cipherpowers:verify research | Verify research thoroughness |
/cipherpowers:verify code | Dual code review |
| Command | Description |
|---|---|
/cipherpowers:code-review | Trigger code review |
/cipherpowers:commit | Commit with conventional format |
| Command | Description |
|---|---|
/cipherpowers:summarise | Capture learning and retrospectives |
See COMMANDS.md for detailed command reference.
CipherPowers uses a three-layer architecture with clear boundaries:
| Layer | Contains | Purpose |
|---|---|---|
| Commands | Skill reference + dispatch | Thin entry points (WHEN to invoke) |
| Agents | Skill reference + enforcement | Workflow enforcement (WHO executes) |
| Skills | Detailed workflow | Reusable process knowledge (HOW to do it) |
Key principle: Commands and agents are thin - they reference skills for the detailed workflow. This enables:
See CLAUDE.md for full architecture documentation.
Commands not appearing: Run /plugin list to verify installation. Reinstall if needed.
Commands fail to load files: Uninstall and reinstall using marketplace method (not direct clone).
Skills not available: Skills are auto-discovered. Check plugin installation and ${CLAUDE_PLUGIN_ROOT} value.
CipherPowers was originally inspired by and built upon the Superpowers plugin.
See LICENSE.md
npx claudepluginhub cipherstash/cipherpowers --plugin cipherpowersUnified Claude Code plugin merging superpowers workflows (TDD, debugging, planning) with everything-claude-code productivity (agents, learning, hooks, rules)
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Superpowers Plus core skills library for Claude Code: planning, execution routing, TDD, debugging, and collaboration workflows
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Complete developer toolkit for Claude Code