Development toolkit for Claude Code that enforces consistent workflows across your team.
# Add the CipherPowers marketplace
/plugin marketplace add cipherstash/cipherpowers
# Install the plugin
/plugin install cipherpowers@cipherpowersLocal development:
git clone https://github.com/cipherstash/cipherpowers.git ~/cipherpowers
/plugin marketplace add ~/cipherpowers
/plugin install cipherpowers@cipherpowersBrainstorm → 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:
- Skills reusable across commands/agents
- Single source of truth for workflows
- Easy updates without touching multiple files
See CLAUDE.md for full architecture documentation.
- COMMANDS.md - Command details and usage
- AGENTS.md - Specialized agent reference
- SKILLS.md - Available skills reference
- WORKFLOW.md - Detailed workflow guidance
- CLAUDE.md - Architecture and plugin development
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