Skip to content

Commands Overview

All available slash commands

Hyprlayer installs skills that you invoke as slash commands from Claude Code or Codex. These commands orchestrate the spec-driven development workflow.

Command Description Model
/research_codebase Document how existing code works Sonnet
/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 Session
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 Session
/resume_handoff Pick up work from a handoff document Session
/local_review Set up a worktree to review a branch Session
/code_review Adversarial review of the current branch’s diff (codex CLI when available, Claude subagent otherwise) Session
Command Description Model
/founder_mode Retroactively create JIRA ticket and PR Session
/cost_estimate Estimate development costs Session
/hyprlayer_doctor Verify the configured thoughts storage backend is ready Session

/create_plan and /iterate_plan pin Opus; /research_codebase, /implement_plan, /commit, and /describe_pr pin Sonnet; the rest run on whatever model your session uses. Sub-agents pin their own: adjudicator, draughtsman, marshal, and adversarial-reviewer run on Opus, foreman inherits, the rest run on Sonnet.