Slash commands for common workflows.
| Command | Description | Comments |
|---|---|---|
/plan <task> |
Explore project folder and create a detailed plan before execution | Replaces standard plan mode which uses subpar Haiku models as subagents |
/task <description> |
Create a live task checklist that tracks progress in real-time | - |
/deepthink <problem> |
Deep analysis using parallel Opus agents with iterative refinement | Mimics GPT 5.x Pro or Gemini parallel/deep thinking modes |
/audit <files> |
Analyze files for quality, consistency, and codebase integration | - |
/doublecheck [focus] |
Verify all changes meet requirements and preserve correctness | - |
/triage <feedback> |
Investigate external feedback, validate issues, fix what's real | - |
/read <files> |
Read files in full without summarization | - |
/x <task-name> |
Execute task from .ath_materials/TASK_*.md |
Obsolete |
/plan implement user authentication
/task refactor the payment module
/deepthink should we use microservices or monolith?
/audit src/components/
/doublecheck authentication logic
/triage "the login button doesn't work on mobile"
/read src/config.ts src/utils.ts