Command
Multi-model collaborative execution — get prototype from plan, Claude refactors and implements, multi-model audit.
Command
Multi-model collaborative execution — get prototype from plan, Claude refactors and implements, multi-model audit.
Command
Multi-model collaborative planning — context retrieval and dual-model analysis to generate step-by-step implementation plans.
Command
Alias for /write-plan — create a detailed implementation plan with bite-sized tasks.
Command
Run the quality pipeline on demand for a file or project scope.
Command
Safely identify and remove dead code with test verification at every step.
Command
Run security analysis on the current codebase using the security-reviewer agent.
Command
Manage Claude Code session history, aliases, and session metadata.
Command
Enforce test-driven development workflow — scaffold interfaces, generate tests FIRST, then implement minimal code to pass.
Command
Analyze test coverage, identify gaps, and generate missing tests to reach 80%+ coverage.
Command
Run comprehensive verification on current codebase state — build, types, lint, tests.
Command
Create a detailed implementation plan with bite-sized tasks.
Hook
Runs before the agent uses a tool, executing session-start.js via node. From aman-2709/superpowers-ecc.
Hook
Runs when the agent finishes a response, executing session-end.js and suggest-compact.js via node (2 commands). From aman-2709/superpowers-ecc.
Hook
Runs when the agent sends a notification, executing pre-compact.js via node. From aman-2709/superpowers-ecc.
Skill Claude CodeCodex
REST API design patterns including resource naming, status codes, pagination, filtering, error responses, versioning, and rate limiting for production APIs.
Skill Claude CodeCodex
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.
Skill Claude CodeCodex
Use when extracting reusable patterns from sessions into instincts with confidence scoring for cross-session learning.
Skill Claude CodeCodex
Deployment workflows, CI/CD pipeline patterns, Docker containerization, health checks, rollback strategies, and production readiness checklists for web applications.
Skill Claude CodeCodex
Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies.
Skill Claude CodeCodex
Playwright E2E testing patterns, Page Object Model, configuration, CI/CD integration, artifact management, and flaky test strategies.
Skill Claude CodeCodex
Formal evaluation framework for Claude Code sessions implementing eval-driven development (EDD) principles.
Skill Claude CodeCodex
Use when you have a written implementation plan to execute in a separate session with review checkpoints.
Skill Claude CodeCodex
Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup.
Skill Claude CodeCodex
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.