Use this file to discover all available pages before exploring further.
One of Dispatch’s core strengths is parallel execution. Multiple workers can run simultaneously, each with their own full context window, while your main session stays lean.
When tasks don’t depend on each other, dispatch them all at once:
/dispatch three things:1. use opus to do a security review of the auth module2. use sonnet to write unit tests for the API endpoints3. use gemini to update the README with recent changes
Dispatch creates three separate plan files and spawns three workers:
/dispatch database migration:1. refactor schema to use UUIDs2. update all queries to use UUIDs3. write migration script4. test migration on staging data
The worker handles the sequential flow within a single plan.
/dispatch we launch Thursday, need a full pre-launch sweep:1) security audit the auth flow (JWT, sessions, password reset) and the stripe payment integration. use opus, do it in a worktree2) performance - load test the top 5 API endpoints, find N+1 queries, check db indexes on users/orders/products tables. sonnet in a worktree3) frontend audit - accessibility (WCAG 2.1 AA), bundle size, flag any components missing error boundaries. dispatch sonnet4) generate OpenAPI specs for every endpoint that's missing one. use gemini5) error handling audit - find uncaught exceptions, missing try/catch, inconsistent error response formats across all API routes. sonnet, worktree
Dispatcher Response:
All 5 workers dispatched with their monitors. Here's the summary:Security (worktree): ● security-audit — Opus 4-6 (worktree): Full auth + payment security reviewPerformance (worktree): ● perf-audit — Sonnet 4-6 (worktree): API load testing + DB index reviewFrontend (single worker): ● frontend-audit — Sonnet 4-6: Accessibility, bundle size, error boundariesDocs (single worker): ● api-docs — Gemini 2.5 Flash: Generate missing OpenAPI specsError handling (worktree): ● error-handling — Sonnet 4-6 (worktree): Uncaught exceptions + error format auditAll running in background. Five workers, three models, three worktrees —your session wrote five checklists and is idle. Dispatch more work or say"status" anytime.