Skip to content

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.

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
Command Description Model
/commit Create git commits with user approval Sonnet
/describe_pr Generate PR description from template Sonnet
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
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

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.