22
33Complete list of all available Claude Code commands organized by category.
44
5- Last updated: 2025-08-16
6- Total Commands: 26
5+ Last updated: 2025-08-17
6+ Total Commands: 22
77
8- ## Core Workflow Commands (6)
8+ ## Core Workflow Commands (13)
9+
10+ ### /atomic-commit
11+ Enforce atomic commit discipline for 1-3 file changes
12+ Location: ` .claude/commands/atomic-commit.md `
913
1014### /commit
1115Quality-checked commit workflow with automatic pre-commit validation
1216Location: ` .claude/commands/commit.md `
1317
14- ### /push
15- Push commits to remote repository
16- Location: ` .claude/commands/push.md `
17-
18- ### /hygiene
19- Project health check - code quality, tests, dependencies, and git status
20- Location: ` .claude/commands/hygiene.md `
21-
22- ### /todo
23- Task management and tracking system with ACTIVE_WORK.md integration
24- Location: ` .claude/commands/todo.md `
25-
26- ### /monitor
27- Monitor GitHub repository for test failures and pull requests
28- Location: ` .claude/commands/monitor.md `
29-
30- ### /tdd
31- Your new best friend - TDD workflow that makes Claude amazing
32- Location: ` .claude/commands/tdd.md `
33-
34- ## Documentation Commands (3)
18+ ### /context-manage
19+ Optimize Claude Code context window usage
20+ Location: ` .claude/commands/context-manage.md `
3521
3622### /docs
3723Documentation maintenance and validation
3824Location: ` .claude/commands/docs.md `
3925
26+ ### /hygiene
27+ Project health check - code quality, tests, dependencies, and git status
28+ Location: ` .claude/commands/hygiene.md `
29+
4030### /learn
4131Capture insights and learnings from development work
4232Location: ` .claude/commands/learn.md `
4333
44- ### /update-docs
45- Update README with current command count and descriptions
46- Location: ` .claude/commands/maintenance/update-docs.md `
47-
48- ## Planning Commands (6)
49-
50- ### /design
51- Feature planning and design documentation system
52- Location: ` .claude/commands/planning/design.md `
53-
54- ### /estimate
55- Get intelligent Claude usage estimates for development tasks
56- Location: ` .claude/commands/planning/estimate.md `
57-
58- ### /idea
59- Quick capture of ideas for future consideration
60- Location: ` .claude/commands/planning/idea.md `
61-
62- ### /ideation
63- AI-powered development ideation and brainstorming
64- Location: ` .claude/commands/planning/ideation.md `
65-
66- ### /defer
67- Task deferral and backlog management system
68- Location: ` .claude/commands/planning/defer.md `
34+ ### /monitor
35+ Monitor GitHub repository for test failures and pull requests
36+ Location: ` .claude/commands/monitor.md `
6937
7038### /next
7139Get AI-recommended next steps and development priorities
7240Location: ` .claude/commands/next.md `
7341
74- ## Reflection Commands (2)
42+ ### /push
43+ Push commits to remote repository
44+ Location: ` .claude/commands/push.md `
7545
7646### /reflect
7747Pause and reflect on current work
@@ -81,64 +51,60 @@ Location: `.claude/commands/reflect.md`
8151Capture current session with metadata for future analysis
8252Location: ` .claude/commands/retrospective.md `
8353
84- ## Maintenance Commands (7)
54+ ### /tdd
55+ Your new best friend - TDD workflow that makes Claude amazing
56+ Location: ` .claude/commands/tdd.md `
57+
58+ ### /todo
59+ Task management and tracking system with ACTIVE_WORK.md integration
60+ Location: ` .claude/commands/todo.md `
61+
62+ ## Maintenance Commands (4)
8563
8664### /archive
87- Archive old files and directories
65+ Archive completed work and capture lessons learned
8866Location: ` .claude/commands/maintenance/archive.md `
8967
90- ### /issue
91- Create and manage GitHub issues
92- Location: ` .claude/commands/maintenance/issue.md `
93-
9468### /maintainability
9569Code maintainability analysis and improvement recommendations
9670Location: ` .claude/commands/maintenance/maintainability.md `
9771
9872### /session-history
99- Manage and analyze session history
73+ Save and manage Claude Code conversation transcripts for analysis
10074Location: ` .claude/commands/maintenance/session-history.md `
10175
102- ### /sync-issues
103- Sync open GitHub issues into ACTIVE_WORK.md for unified task tracking
104- Location: ` .claude/commands/maintenance/sync-issues.md `
76+ ### /update-docs
77+ Update README with current command count and descriptions
78+ Location: ` .claude/commands/maintenance/update-docs.md `
79+
80+ ## Planning Commands (5)
10581
106- ### /version-tag
107- Version tagging and release management workflow
108- Location: ` .claude/commands/maintenance/version-tag .md `
82+ ### /defer
83+ Task deferral and backlog management system
84+ Location: ` .claude/commands/planning/defer .md `
10985
110- ### /context-manage
111- Optimize Claude Code context window usage
112- Location: ` .claude/commands/context-manage .md `
86+ ### /design
87+ Feature planning and design documentation system
88+ Location: ` .claude/commands/planning/design .md `
11389
114- ## Special Purpose Commands (2)
90+ ### /estimate
91+ Get intelligent Claude usage estimates for development tasks
92+ Location: ` .claude/commands/planning/estimate.md `
11593
116- ### /atomic-commit
117- Enforce atomic commit discipline for 1-3 file changes
118- Location: ` .claude/commands/atomic-commit .md `
94+ ### /idea
95+ Quick capture of ideas for future consideration
96+ Location: ` .claude/commands/planning/idea .md `
11997
120- ### /edit-not-create
121- Smart file decision process - prefer editing existing files over creating new ones
122- Location: ` .claude/commands/edit-not-create .md `
98+ ### /ideation
99+ AI-powered development ideation and brainstorming based on code analysis
100+ Location: ` .claude/commands/planning/ideation .md `
123101
124102---
125103
126104## Command Categories Summary
127105
128106| Category | Count | Purpose |
129107| ----------| -------| ---------|
130- | Core Workflow | 6 | Daily development tasks |
131- | Documentation | 3 | Docs and learning capture |
132- | Planning | 6 | Planning and ideation |
133- | Reflection | 2 | Session analysis |
134- | Maintenance | 7 | Repository maintenance |
135- | Special Purpose | 2 | Specific workflows |
136-
137- ## Notes
138-
139- - ** Completed Consolidation** : Reduced from 37 to 26 commands
140- - Removed: 4 recovery commands (overly complex)
141- - Removed: 6 detailed variants (saved 1919 lines!)
142- - Removed: 1 duplicate reflect command
143- - ** Token Efficiency** : Commands now delegate to npm scripts
144- - Some large commands remain (issue, version-tag, design) for future simplification
108+ | Core Workflow | 13 | Daily development tasks |
109+ | Maintenance | 4 | Repository maintenance |
110+ | Planning | 5 | Planning and ideation |
0 commit comments