← back to Designer Wallcoverings

DW-Agents/dw-agents/AGENT-SLASH-COMMANDS.md

117 lines

# DW-Agents Slash Commands

## Overview

Each DW-Agent now has its own slash command that sets the working context to that specific agent. This makes it easy to focus on individual agents without navigating through the entire codebase.

## How It Works

When you use a slash command (e.g., `/legal`), Claude Code will:
1. Set the working directory to that agent's folder
2. Provide context about the agent's purpose and responsibilities
3. Show the main file, port (if applicable), and URL
4. Be ready to help with agent-specific tasks

## Available Commands

### Executive Agents
- `/executive_ceo` - Work with executive-ceo agent
- `/executive_cfo` - Work with executive-cfo agent
- `/executive_coo` - Work with executive-coo agent
- `/executive_vp_ops` - Work with executive-vp-ops agent

### Operational Agents
- `/accounting` - Work with accounting agent (Port 9882)
- `/marketing` - Work with marketing agent (Port 9881)
- `/purchasing_office` - Work with purchasing-office agent (Port 9880)
- `/legal` - Work with legal-team agent (Port 9878)
- `/security` - Work with security agent

### Task Management
- `/task_orchestrator` - Work with task-orchestrator agent (Port 9900)
- `/completed_tasks` - Work with completed-tasks agent
- `/needs_attention` - Work with needs-attention agent
- `/in_parallel` - Work with in-parallel agent
- `/parallel_processes` - Work with parallel-processes agent

### Monitoring & System
- `/server_uptime` - Work with server-uptime agent
- `/log_monitor` - Work with log-monitor agent (Port 7239)
- `/crash_loop_resolver` - Work with crash-loop-resolver agent
- `/dashboard_monitor` - Work with dashboard-monitor agent
- `/restart_analyzer` - Work with restart-analyzer agent

### Customer & Sales
- `/zendesk_chat` - Work with zendesk-chat agent (Port 9884)
- `/new_client_signup` - Work with new-client-signup agent
- `/shopify_store` - Work with shopify-store agent (Port 7238)
- `/digital_samples` - Work with digital-samples agent (Port 9879)
- `/omega_watches` - Work with omega-watches agent

### Research & Reporting
- `/trend_research` - Work with trend-research agent (Port 9883)
- `/todays_highlights` - Work with todays-highlights agent
- `/ai_expenses` - Work with ai-expenses agent

### Infrastructure
- `/ui_manager` - Work with ui-manager agent (Port 7240)
- `/skills_manager` - Work with skills-manager agent
- `/all_agents` - Work with all-agents agent
- `/bigquery_gov` - Work with bigquery-gov agent

### Specialized
- `/marketing_nextjs` - Work with marketing-nextjs agent

## Example Usage

```bash
# Work on the legal team agent
/legal

# Work on the task orchestrator
/task_orchestrator

# Work on the UI manager
/ui_manager
```

## Command Structure

Each command file is located at:
```
/root/claude/agents/dw-agents/agent-{name}/.claude/commands/{command_name}.md
```

## Auto-Generation

These commands were auto-generated using the script:
```bash
/root/claude/agents/dw-agents/generate-agent-commands.sh
```

To regenerate all commands (e.g., after adding new agents):
```bash
cd /root/claude/agents/dw-agents
./generate-agent-commands.sh
./rename-commands.sh
```

## Command Content

Each command provides:
- Agent overview and purpose
- Main file location
- Port number and URL (if applicable)
- Core responsibilities
- When to use the command
- Working directory path

## General DW-Agents Command

The general `/dw` command still exists for working with the entire DW-Agents codebase when you need a broader view.

---

**Created**: November 17, 2025
**Total Commands**: 32 agent-specific commands