Aller au contenu principal

Commands Matrix

106 commands organized by domain

For the exhaustive and always up-to-date list, see the Commands Catalog (auto-generated from .claude/commands/).

WORK - Workflow (15)

CommandDescription
/work:work-exploreExplore and understand the code
/work:work-brainstormStructured ideation before specification
/work:work-specifyCreate a specification (User Stories, criteria)
/work:work-clarifyClarify spec ambiguities
/work:work-planPlan an implementation (plan.md + tasks.md)
/work:work-commitCreate a clean commit
/work:work-prCreate a Pull Request
/work:work-commit-push-prFull workflow: commit + push + PR
/work:work-teamLaunch a coordinated team of agents
/work:work-quickQuick workflow for trivial changes
/work:work-batchSequential execution of stories from a PRD
/work:work-flow-featureFull feature workflow
/work:work-flow-bugfixFull bugfix workflow
/work:work-flow-releaseFull release workflow
/work:work-flow-launchFull launch workflow

DEV - Development (16)

CommandDescription
/dev:dev-tddTDD cycle + generate tests + test infra setup
/dev:dev-debugDebug an issue (4-phase methodology)
/dev:dev-refactorGuided refactoring + entropy reduction
/dev:dev-documentDocument generation (PDF, DOCX, XLSX, PPTX)
/dev:dev-apiCreate/document a REST, GraphQL, or tRPC API + versioning
/dev:dev-componentCreate a UI component (or custom hook)
/dev:dev-error-handlingError handling strategy
/dev:dev-react-perfReact/Next.js performance optimization
/dev:dev-mcpCreate MCP servers
/dev:dev-flutterFlutter widgets and screens
/dev:dev-supabaseSupabase backend (Auth, DB, Storage)
/dev:dev-neovimNeovim/Lua plugins and config
/dev:dev-ragRAG (Retrieval-Augmented Generation) systems
/dev:dev-design-systemDesign tokens and component library
/dev:dev-prismaPrisma ORM (schema, migrations, queries)
/dev:dev-ai-integrationLLM integration (OpenAI, Claude API)

QA - Quality (13)

CommandDescription
/qa:qa-reviewIn-depth code review + naming analysis
/qa:qa-securityOWASP security audit
/qa:qa-perfPerformance analysis
/qa:wcag-auditWCAG accessibility audit
/qa:qa-auditFull quality audit
/qa:qa-chromeChrome visual tests (DOM debugging, responsive, captures)
/qa:qa-designUI/UX audit (100+ web design rules, incl. responsive/mobile)
/qa:qa-automationTest automation
/qa:qa-loopAutonomous audit-fix loop with stop criteria
/qa:qa-mobileMobile app quality audit (Flutter)
/qa:qa-neovimNeovim config audit
/qa:qa-e2eEnd-to-End tests (Playwright, Cypress)
/qa:qa-tech-debtIdentify/prioritize tech debt (incl. coverage + Kaizen)

OPS - Operations (28)

CommandDescription
/ops:ops-hotfixUrgent production fix
/ops:ops-releaseCreate a release
/ops:ops-gitflowGitFlow <init|feature|release|hotfix> <action>
/ops:ops-depsDependencies audit
/ops:ops-dockerDockerize a project
/ops:ops-k8sKubernetes deployment (manifests, Helm)
/ops:ops-vpsVPS deployment
/ops:ops-migrateCode/dependency migration
/ops:ops-ciCI/CD configuration
/ops:ops-monitoringInstrument code + deploy the observability stack
/ops:ops-grafana-dashboardCreate Grafana dashboards
/ops:ops-databaseDB schema, migrations
/ops:ops-healthQuick health check
/ops:ops-envEnvironment management
/ops:ops-load-testingLoad and stress tests
/ops:ops-costCosts: Claude Code tokens + cloud FinOps
/ops:ops-backupBackup/restore + disaster recovery (RPO/RTO)
/ops:ops-infra-codeInfrastructure as Code (Terraform)
/ops:ops-secrets-managementSecure secrets management
/ops:ops-mobile-releaseApp Store / Google Play publishing
/ops:ops-serverlessServerless deployment (Lambda, Vercel, CF Workers)
/ops:ops-vercelVercel configuration and deployment
/ops:ops-proxmoxProxmox VE infrastructure (VMs, LXC, network, backup)
/ops:ops-opnsenseOPNsense configuration via Terraform
/ops:ops-deploySecure deployment with pre-deploy checklist
/ops:ops-rollbackSafe rollback procedure
/ops:ops-standupCross-repo morning briefing
/ops:ops-ci-fixAutonomous diagnosis and repair of failing CI

DOC - Documentation (5)

CommandDescription
/doc:doc-generateGenerate documentation (README, architecture, API)
/doc:doc-changelogGenerate/maintain the changelog
/doc:doc-explainExplain complex code
/doc:doc-onboardDiscover a codebase
/doc:doc-api-specGenerate OpenAPI/Swagger spec

BIZ - Business (9)

CommandDescription
/biz:biz-modelBusiness model, Lean Canvas
/biz:biz-mvpDefine the MVP
/biz:biz-pricingPricing strategy
/biz:biz-pitchCreate a pitch deck
/biz:biz-roadmapPlan the roadmap + define OKRs
/biz:biz-launchFull launch workflow
/biz:biz-competitorMarket study + competitive analysis
/biz:biz-personasCreate user personas
/biz:biz-researchUser research

GROWTH - Growth (9)

CommandDescription
/growth:growth-landingCreate/optimize a landing page
/growth:growth-seoSEO audit
/growth:growth-analyticsTracking and KPI setup
/growth:growth-app-store-analyticsApp Store / Google Play metrics
/growth:growth-emailEmail marketing templates
/growth:growth-ab-testPlan A/B tests
/growth:growth-retentionRetention strategies
/growth:growth-localizationMulti-market localization strategy
/growth:growth-croCRO + funnel analysis + onboarding/activation

DATA - Data (2)

CommandDescription
/data:data-pipelineDesign ETL/ELT pipelines
/data:data-modelingData warehouse modeling
CommandDescription
/legal:legal-docsToS, T&Cs, legal notices
/legal:legal-rgpdGDPR compliance
/legal:legal-paymentPayment integration
/legal:legal-terms-of-serviceTerms of Service
/legal:legal-privacy-policyPrivacy policy

ASSISTANT (2)

CommandDescription
/assistantSingle entry point, full guide
/assistant-autoAutomatic mode, analyzes and executes directly

See also