Claude Code Commands
When you run sentrix init, 15 Claude Code slash commands are installed to .claude/commands/ in your repository. These commands are invoked automatically by the Sentrix CLI — you don't need to call them directly. However, understanding what they do helps you follow the workflow.
Requirements Commands#
Command Description Invoked by /sentrix-requirements-newGenerate a product requirements document from a description. sentrix requirements new/sentrix-requirements-reviewReview a requirements document and provide structured feedback. sentrix requirements review
Initiative Commands#
Command Description Invoked by /sentrix-initiative-newGenerate an initiative document from a description. sentrix initiative new
Plan Generation Commands#
sentrix plan generate uses embedded workflow templates and does not install a dedicated Claude Code slash command.
Command Description Invoked by /sentrix-plan-new-nextjsGenerate a single Next.js implementation plan. sentrix plan new (platform: nextjs)/sentrix-plan-new-fastapiGenerate a single FastAPI implementation plan. sentrix plan new (platform: fastapi)/sentrix-plan-new-ui-componentGenerate a single UI component implementation plan. sentrix plan new (platform: ui-component)/sentrix-plan-new-rust-cliGenerate a single Rust CLI implementation plan. sentrix plan new (platform: rust-cli)
Plan Review Commands#
Command Description Invoked by /sentrix-plan-review-nextjsReview and improve a Next.js plan in-place. sentrix plan review (platform: nextjs)/sentrix-plan-review-fastapiReview and improve a FastAPI plan in-place. sentrix plan review (platform: fastapi)/sentrix-plan-review-ui-componentReview and improve a UI component plan in-place. sentrix plan review (platform: ui-component)/sentrix-plan-review-rust-cliReview and improve a Rust CLI plan in-place. sentrix plan review (platform: rust-cli)
Plan Implementation Commands#
Command Description Invoked by /sentrix-plan-implement-nextjsImplement a Next.js plan with code, tests, and verification. sentrix plan implement (platform: nextjs)/sentrix-plan-implement-fastapiImplement a FastAPI plan with code, tests, and verification. sentrix plan implement (platform: fastapi)/sentrix-plan-implement-ui-componentImplement a UI component plan with code, tests, and verification. sentrix plan implement (platform: ui-component)/sentrix-plan-implement-rust-cliImplement a Rust CLI plan with code, tests, and verification. sentrix plan implement (platform: rust-cli)
← Previous Configuration