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.

967 slash commands1-command install
  1. pm6k

    pm agent

  2. qa6k

    qa agent

  3. quick-flow-solo-dev agent

  4. sm6k

    sm agent

  5. tech-writer agent

  6. ux-designer agent

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

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

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

  10. 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"

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

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

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

  14. 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]"

  15. 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"

  16. 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"

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

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

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

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

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

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

  23. 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]"

  24. 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"

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

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

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

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

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

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

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

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

  33. 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

  34. 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

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

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

  37. Run code quality checks on a directory

  38. Check if documentation is in sync with code

  39. Review a pull request using project standards

  40. Generate a summary for the current branch changes

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

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

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

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

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

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

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

  48. 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.

  49. commit4.3k

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

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

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

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

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

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

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

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

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

  58. kb-log4.3k

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

  59. kb-map4.3k

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

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

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

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

  63. 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.

  64. plan4.3k

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

  65. poster4.3k

    Design academic poster for conference

  66. Create conference presentation slides quickly

  67. Generate promotion content for multiple platforms

  68. Start systematic review response workflow for professional rebuttal writing

  69. 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.

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

  71. tdd4.3k

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

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

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

  74. Update README documentation and push changes to GitHub.

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

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

  77. build3.8k

    Implement the plan

  78. Execute comprehensive cryptocurrency research using all crypto agents

  79. Execute lightweight cryptocurrency research using haiku agents

  80. Understand the current state of the git repository

  81. plan3.8k

    Creates a concise engineering implementation plan based on user requirements and saves it to specs directory

  82. Creates a concise engineering implementation plan based on user requirements and saves it to specs directory

  83. prime3.8k

    Load context for a new agent session by analyzing codebase structure, documentation and README

  84. Load context for a new agent session by analyzing codebase structure and README

  85. Answer questions about the project structure and documentation without coding

  86. Manage, organize and ships your codebase.

  87. auto3.6k

    Smart router - Single entry point with natural language intent detection

  88. Start a creative thought partner brainstorming session

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

  90. claw3.6k

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

  91. costs3.6k

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

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

  93. debate3.6k

    AI Debate Hub - Structured four-way debates between Claude, Sonnet, Gemini, and Codex

  94. debug3.6k

    Systematic debugging with methodical problem investigation

  95. deck3.6k

    Generate slide deck presentations from briefs or research

  96. define3.6k

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

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

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

  99. dev3.6k

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

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