Commands Overview
All available slash commands
Hyprlayer installs slash commands that you invoke from your AI tool (Claude Code, GitHub Copilot, or OpenCode). These commands orchestrate the spec-driven development workflow.
Core Workflow Commands
Section titled “Core Workflow Commands”| Command | Description | Model |
|---|---|---|
/research_codebase | Document how existing code works | Opus |
/create_plan | Create a phased implementation plan | Opus |
/iterate_plan | Refine an existing plan | Opus |
/implement_plan | Execute a plan phase-by-phase | Sonnet |
/validate_plan | Verify implementation against plan | Sonnet |
Git & Shipping Commands
Section titled “Git & Shipping Commands”| Command | Description | Model |
|---|---|---|
/commit | Create git commits with user approval | Sonnet |
/describe_pr | Generate PR description from template | Sonnet |
Collaboration Commands
Section titled “Collaboration Commands”| Command | Description | Model |
|---|---|---|
/create_handoff | Write a handoff document for another session | Sonnet |
/resume_handoff | Pick up work from a handoff document | Sonnet |
/local_review | Set up a worktree to review a branch | Sonnet |
/code_review | Adversarial review of the current branch’s diff (codex CLI when available, Claude subagent otherwise) | Sonnet |
Utility Commands
Section titled “Utility Commands”| Command | Description | Model |
|---|---|---|
/founder_mode | Retroactively create JIRA ticket and PR | Sonnet |
/cost_estimate | Estimate development costs | Sonnet |
/hyprlayer_doctor | Verify the configured thoughts storage backend is ready | Sonnet |
Model Selection
Section titled “Model Selection”Commands that require deep reasoning and research use Opus (Claude’s most capable model). All other commands use Sonnet for faster execution. When using OpenCode, the specific model IDs depend on your configured provider.