Skip to main content

Claude Code Commands

AI-powered slash commands installed by Sentrix for use in Claude Code.

Claude Code Commands

When you run sentrix init, Sentrix installs the remaining managed Claude Code slash command to .claude/commands/ in your repository: /sentrix-requirements-review. This command is invoked automatically by the Sentrix CLI, so you usually do not call it directly.

sentrix requirements new, sentrix initiative new, and sentrix plans new now use bundled internal prompts. Sentrix does not install /sentrix-requirements-new, /sentrix-initiative-new, or /sentrix-plan-new-* into your repo.

Managed Command Installed by Init#

CommandDescriptionInvoked by
/sentrix-requirements-reviewReview a requirements document and provide structured feedback.sentrix requirements review

Bundled Internal Prompt Flows#

  • sentrix requirements new uses a bundled internal prompt instead of a repo-installed /sentrix-requirements-new slash command.
  • sentrix initiative new uses a bundled internal prompt instead of a repo-installed /sentrix-initiative-new slash command.
  • sentrix plans new uses bundled internal prompts and command-specific platform resolution instead of repo-installed /sentrix-plan-new-* slash commands.
  • sentrix plans generate, sentrix plans review, sentrix code generate, and sentrix code review also use inline prompts rather than additional installed Claude Code slash commands.

The installed slash-command surface is intentionally narrow now: repo-managed Claude command assets are limited to commands that are still authoritative at runtime.