review
Run parallel code reviews: uncle-bob-reviewer (SOLID/TDD), cupid-reviewer (CUPID properties), test-reviewer (pyramid placement), and pii-reviewer (security/secrets). Surfaces conflicts for orchestrator resolution.
e2e
Generate and verify E2E tests for a feature. Explores live app, creates test plan, generates tests, runs and fixes until passing.
plan
Create a feature file with acceptance criteria before implementation. Use when no specs/features/*.feature file exists for the work.
orchestrate
Orchestration mode for implementation tasks. Manages the plan → code → review loop. Use /orchestrate <requirements> or let /implement invoke it.
sherpa
Delegate repository, agent, or documentation questions to the repo-sherpa. Use for onboarding, DX improvements, or meta-layer changes.
code
Delegate implementation work to the coder agent. Provide requirements or feature file path.
implement
Start implementation of a GitHub issue. Usage: /implement #123 or /implement <issue-url>