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 need deep reasoning and research run on Opus. The rest run on Sonnet and finish faster. On OpenCode, your configured provider sets the exact model IDs.