Commands
Slash commands for Claude Code workflows
Commands are invoked with /command-name in Claude Code. They inject structured prompts that guide the LLM through specific workflows. Think of them as reusable incantations — each one encodes a pattern that's been refined through practice.
Session Management
Commands for orienting, loading context, and managing the conversation lifecycle.
/prepare
Session initialization. Reads the memory bank, checks project status, gets ready for work. Run this first.
/reorient
Quick reorientation. Concise, austere confirmation of awareness, understanding, and next steps.
/reorient-3
Medium reorientation. More context than /reorient, same austere style.
/reorient-10
Detailed reorientation. Comprehensive but mindful context review.
/load-context
Load and orient to project context at specified detail level.
/save-context
Save current project context for future reference.
/new-window
Reset context window. Kill current instance, spawn fresh one.
/init
Session initialization and orientation. Alternative to /prepare.
Planning & Execution
The core workflow: understand what you want, plan how to build it, execute the plan.
/plan
Review codebase, analyze request, create implementation plan with file trees and execution tasks.
/elaborate
Pairs with /plan to provide specific file-level implementation details.
/act
Execute the plan. Transitions from planning to implementation mode. Works through tasks systematically.
/discovery
Comprehensive analysis and planning for feature requests.
/research-analyze-plan
Consecutive research, analysis, and plan formation.
/navigate
Strategic compass. Analyze current state, suggest actionable directions.
/next
What's the next task? Steps back and considers the wider vision.
Analysis & Reflection
/analyze
Examine codebase and understand current implementation.
/reflect
Concise reflection on current understanding and project state.
/read-only-explore
Creative read-only exploration. Think expansively without making changes.
/research
Deep web research using Firecrawl search and scrape.
/search
Quick web search. Results without content extraction.
/ascii
Visual ASCII layout of suggested changes or design structure.
/history-review
Analyze conversation history from Claude Code's SQLite database.
/learn
Search chat history to extract workflow insights and patterns.
Memory Bank & Tracking
/memory-bank-status
Read all memory bank files, provide comprehensive status report.
/update-memory-bank
Update memory bank files for the current project.
/chart
Create, update, or close tracking issues and update memory bank.
/triage
Triage incoming work and prioritize tasks.
/summarize-work-in-brief
Brief summary of work completed in current session.
/simplify
Simplify current approach. Find the lighter abstraction.
Git & GitHub
/git-save-work
Review git status, prepare commit with tailored message.
/checkpoint
Save work progress with conventional commit.
/setup-development-branch
Create and configure new development branch.
/deploy-to-production
Complete deployment workflow from dev to production.
/status-check
Git status review.
/gh-issue-create
Create new GitHub issue.
/gh-issue-list
Review all open issues, grouped by area.
/gh-issue-view
Read and review a specific issue.
/gh-issue-analyze
Analyze issue and create implementation plan.
/gh-issue-comment
Add comment to an issue.
/gh-issue-edit
Edit issue title and/or body.
/gh-issue-close
Close issue after implementation.
Meta
/define-skill
Create a new Claude Code skill to automate workflows.
/update-commands
Custom command management — create, edit, delete commands.
/update-claude-md
Update CLAUDE.md project configuration.
/manage-agents
CRUD operations for Claude Code subagents.
/create-business-site
One-command business website generation to live deployment.