---
description: Search and display help for available commands
---
# Command Help & Search
Find the right command for your task.
## Usage
```bash
/help # Show all commands
/help [keyword] # Search commands by keyword
/help [command-name] # Show detailed help for specific command
Available Commands
Core Workflow
Command
Purpose
When to Use
/project:continue
Work on next feature
Daily workflow
/project:status
Show progress
Check what's done/pending
/project:handoff
Save session state
End of coding session
/project:verify
Test all features
Before release/deploy
Feature Management
Command
Purpose
When to Use
/project:add-feature
Add to backlog
New requirement arrives
/project:init-project
Initialize from spec
Starting new project
/validate-features
Check features.json
Debugging tracking issues
Code Quality
Command
Purpose
When to Use
/project:review
Code review
After major changes
/project:security-scan
Security check
Before production
/project:tdd
Test-driven dev
Building new feature with tests
Branching & Git
Command
Purpose
When to Use
/project:branch
Manage branches
Creating/merging features
/worktree
Isolated workspaces
Safe feature development (v3.4)
/resolve
AI merge resolution
Fix merge conflicts (v3.4)
/recover
Fix git/project issues
Something's broken
Memory & Context (v3.4)
Command
Purpose
When to Use
/remember
Save to memory
Store decisions, learnings, context
/recall
Load from memory
Retrieve past context
/status --board
Kanban board view
Visual task overview
PRD & Requirements
Command
Purpose
When to Use
/prd-check
Verify PRD alignment
Before starting work
/build-prd
Build with PRD enforcement
Regulated projects
/edit-prd
Edit with PRD validation
Modifying existing features
/design-prd
Design within PRD constraints
Architecture decisions
Decision Making
Command
Purpose
When to Use
/decide
High-stakes decisions
Choosing between options
/constraints
Define boundaries
Before complex features
/perspectives
Multi-viewpoint analysis
Major architectural choices
Thinking & Planning
Command
Purpose
When to Use
/think
Extended thinking
Complex problems
/think-parallel
Parallel reasoning
Exploring multiple approaches
/anticipate
Predict issues
Risk assessment
/reflect
Review decisions
Post-mortem analysis
Context Management
Command
Purpose
When to Use
/context
Manage context window
Approaching token limits
/fresh
Start fresh context
New session
/reload
Reload project context
After long break
/last
Resume from last session
Continuing work
Delegation & Expertise
Command
Purpose
When to Use
/delegate
Delegate to specialist
Need specific expertise
/expert
Consult domain expert
Technical deep dive
Automation & Optimization
Command
Purpose
When to Use
/autonomous
Autonomous workflow orchestrator
Long development sessions
/ralph-loop
Autonomous overnight development
Implementing full features
/auto-model
Intelligent model routing
Performance optimization
/fast-path
Automatic Haiku routing
Simple tasks needing speed
/smart-commit
Batched git operations
Efficient repository management
/smart-batch
Workflow optimization
Complex multi-step processes
/auto-optimize
Always-on token optimization
Context management
Advanced Context Management
Command
Purpose
When to Use
/context-optimizer
Real-time token management
Heavy context usage
/context-monitor
Token usage tracking
Monitoring context health
Task Management
Command
Purpose
When to Use
/add-todo
Add and sync todos
Capturing new tasks
/complete-todo
Mark complete and sync
Finishing tasks
/todos
Show all todos
Task overview and planning
Enhanced PRD Workflow
Command
Purpose
When to Use
/prd-generator
Create initial PRD
Starting new projects
/prd-harden
Validate and harden PRD
Before development
/prd-converter
Convert PRD formats
Legacy project migration
Voice Interface
Command
Purpose
When to Use
/voice
Natural voice coding
Hands-free development
Smart Discovery
Command
Purpose
When to Use
/suggest
AI tool recommendations
When unsure which command to use
Documentation
Command
Purpose
When to Use
/index
Generate project index
Understanding codebase
Search Examples
/help git # Find git-related commands
/help test # Find testing commands
/help prd # Find PRD commands (now shows all 4 PRD commands)
/help branch # Find branching commands
/help recover # Find recovery/fix commands
/help auto # Find automation commands
/help context # Find context management commands
/help todo
Maintain Help? Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.
[Help on getagentictools](https://getagentictools.com/loops/paulhopcraft-dot-command-help-search?ref=badge) Copy
npx agentictools info loops/paulhopcraft-dot-command-help-search Copy
The second line is the CLI lookup for this page — handy in READMEs and docs.