Skip to main content
ClaudeWave

Claude Code Slash Commands · page 2

Slash commands for Claude Code collected from the directory: prompt definitions you can install into ~/.claude/commands with one command.

1,092 slash commands1-command install
  1. bmad-master agent

  2. analyst agent

  3. architect agent

  4. dev6.1k

    dev agent

  5. pm6.1k

    pm agent

  6. qa6.1k

    qa agent

  7. quick-flow-solo-dev agent

  8. sm6.1k

    sm agent

  9. tech-writer agent

  10. ux-designer agent

  11. Validate PRD, UX, Architecture and Epics specs are complete. Use when the user says "check implementation readiness".

  12. Perform adversarial code review finding specific issues. Use when the user says "run code review" or "review this code"

  13. Manage significant changes during sprint execution. Use when the user says "correct course" or "propose sprint change"

  14. Create architecture solution design decisions for AI agent consistency. Use when the user says "lets create architecture" or "create technical architecture" or "create a solution design"

  15. Break requirements into epics and user stories. Use when the user says "create the epics and stories list"

  16. Create a PRD from scratch. Use when the user says "lets create a product requirements document" or "I want to create a new PRD"

  17. Create product brief through collaborative discovery. Use when the user says "lets create a product brief" or "help me create a project brief"

  18. Creates a dedicated story file with all the context the agent will need to implement it later. Use when the user says "create the next story" or "create story [story identifier]"

  19. Plan UX patterns and design specifications. Use when the user says "lets create UX design" or "create UX specifications" or "help me plan the UX"

  20. Execute story implementation following a context filled story spec file. Use when the user says "dev this story [story file]" or "implement the next story in the sprint plan"

  21. Document brownfield projects for AI context. Use when the user says "document this project" or "generate project docs"

  22. Conduct domain and industry research. Use when the user says "lets create a research report on [domain or industry]"

  23. Edit an existing PRD. Use when the user says "edit this PRD".

  24. Create project-context.md with AI rules. Use when the user says "generate project context" or "create project context"

  25. Conduct market research on competition and customers. Use when the user says "create a market research report about [business idea]".

  26. Generate end to end automated tests for existing features. Use when the user says "create qa automated tests for [feature]"

  27. Implement a Quick Tech Spec for small changes or features. Use when the user provides a quick tech spec and says "implement this quick spec" or "proceed with implementation of [quick tech spec]"

  28. Very quick process to create implementation-ready quick specs for small changes or features. Use when the user says "create a quick spec" or "generate a quick tech spec"

  29. Post-epic review to extract lessons and assess success. Use when the user says "run a retrospective" or "lets retro the epic [epic]"

  30. Generate sprint status tracking from epics. Use when the user says "run sprint planning" or "generate sprint plan"

  31. Summarize sprint status and surface risks. Use when the user says "check sprint status" or "show sprint status"

  32. Conduct technical research on technologies and architecture. Use when the user says "create a technical research report on [topic]".

  33. Validate a PRD against standards. Use when the user says "validate this PRD" or "run PRD validation"

  34. Facilitate interactive brainstorming sessions using diverse creative techniques and ideation methods. Use when the user says help me brainstorm or help me ideate.

  35. Clinical copy-editor that reviews text for communication issues. Use when user says review for prose or improve the prose

  36. Structural editor that proposes cuts, reorganization, and simplification while preserving comprehension. Use when user requests structural review or editorial review of structure

  37. help6.1k

    Analyzes what is done and the users query and offers advice on what to do next. Use if user says what should I do next or what do I do now

  38. Generates or updates an index.md to reference all docs in the folder. Use if user requests to create or update an index of all files in a specific folder

  39. Orchestrates group discussions between all installed BMAD agents, enabling natural multi-agent conversations. Use when user requests party mode.

  40. Perform a Cynical Review and produce a findings report. Use when the user requests a critical review of something

  41. Run code quality checks on a directory

  42. Check if documentation is in sync with code

  43. Review a pull request using project standards

  44. Generate a summary for the current branch changes

  45. Work on a JIRA/Linear ticket end-to-end

  46. Run a structured discovery flow from problem framing through opportunity mapping and validation planning.

  47. Guide PM to Director to VP/CPO transition planning with role-fit diagnostics and onboarding guidance.

  48. Turn strategy and validated opportunities into a sequenced roadmap with clear tradeoffs.

  49. Select what to work on next using the right prioritization method for your context.

  50. Build product strategy from positioning through opportunity and roadmap decisions.

  51. Create a decision-ready PRD by chaining problem framing, requirements definition, and story scaffolding.

  52. Run a blocker-first post-experiment workflow: validate evidence, produce strict statistical analysis when possible, and generate a decision-oriented results report only when the analysis bundle is sufficient. Uses results-analysis + results-report as a gated two-stage workflow.

  53. commit4.9k

    Commit changes following Conventional Commits format (local only, no push).

  54. Create a new project from template with uv and Git initialization

  55. Archive, detach, purge, or rename KB objects while keeping registry, index, and links consistent.

  56. Refresh the auto index block inside 02-Index.md without overwriting curated content.

  57. Ingest external material into Sources/* inside the bound project KB, then update registry, index, and daily note as needed.

  58. Initialize or rebuild a vault-first, project-scoped Obsidian KB under Research/{project-slug}/ for the current repository.

  59. Repair or strengthen wikilinks among canonical KB notes without generating extra artifact sprawl.

  60. Run deterministic KB health checks and rewrite _system/lint-report.md.

  61. Run the project-scoped literature workflow from Sources/Papers into Knowledge, Writing, and Maps/literature.canvas.

  62. kb-log4.9k

    Update the current project Daily note and, when needed, the plan, hub, and runtime binding summary.

  63. kb-map4.9k

    Generate or repair derived KB artifacts such as literature.canvas, optional Bases, or other explicit map outputs.

  64. Promote durable content from Daily or source notes into canonical Knowledge, Experiments, Results, Results/Reports, or Writing notes.

  65. Summarize the current bound project KB status, including registry counts and key project note paths.

  66. Run deterministic KB maintenance to refresh scaffold integrity, registry, index, daily note, and runtime binding summary.

  67. Read one or more papers and update the active installed paper-miner writing memory with reusable writing patterns, structure signals, reusable phrasing, venue-specific signals, and rebuttal-friendly language.

  68. plan4.9k

    Restate requirements, assess risks, and create step-by-step implementation plan. WAIT for user CONFIRM before touching any code.

  69. poster4.9k

    Design academic poster for conference

  70. Create conference presentation slides quickly

  71. Generate promotion content for multiple platforms

  72. Start systematic review response workflow for professional rebuttal writing

  73. Initialize a research project with Zotero-integrated literature review. Creates or audits project-scoped sources, generates research question cards, and only writes a research proposal when the evidence gate passes.

  74. Configure your preferred package manager (npm/pnpm/yarn/bun)

  75. tdd4.9k

    Enforce test-driven development workflow. Scaffold interfaces, generate tests FIRST, then implement minimal code to pass. Ensure 80%+ coverage.

  76. Commit changes with Conventional Commits format and push to GitHub remote repository.

  77. Check and update CLAUDE.md memory based on changes to skills, commands, agents, and hooks.

  78. Update README documentation and push changes to GitHub.

  79. Batch read papers from Zotero and create/update detailed reading notes, preferably inside the bound Obsidian project knowledge base

  80. Read and analyze papers from a Zotero collection, then synthesize them into the bound Obsidian project knowledge base or markdown review outputs

  81. auto3.9k

    Smart router - Single entry point with natural language intent detection

  82. Start a creative thought partner brainstorming session

  83. [advanced] Activate destructive command warnings for the session

  84. claw3.9k

    [advanced] OpenClaw instance administration — manage hosts across macOS, Ubuntu/Debian, Docker, OCI, and Proxmox

  85. costs3.9k

    [advanced] Show cost breakdown by provider and workflow for the current session

  86. Multi-LLM council for advice, decision support, implementation plans, and gated implementation

  87. debate3.9k

    AI Debate Hub - Structured debates across Claude and available external providers

  88. debug3.9k

    Systematic debugging with methodical problem investigation

  89. deck3.9k

    Generate slide deck presentations from briefs or research

  90. define3.9k

    Definition phase - Clarify and scope problems with multi-AI consensus

  91. Delivery phase - Review, validate, and test with multi-AI quality assurance

  92. Design UI/UX systems with style guides, palettes, typography, and component specs

  93. dev3.9k

    [advanced] Switch to Dev Work mode - optimized for software development

  94. Development phase - Build solutions with multi-AI implementation and quality gates

  95. Toggle discipline mode — auto-invoke verification, brainstorming-before-coding, and review checks

  96. Discovery phase - Multi-AI research and exploration

  97. docs3.9k

    Document delivery with export to PPTX, DOCX, PDF formats

  98. Full Double Diamond workflow - Research → Define → Develop → Deliver

  99. Design System & Product Reverse-Engineering - Extract tokens, components, architecture, and PRDs from codebases or live products

  100. [advanced] Dark Factory Mode - Spec-in, software-out autonomous pipeline