From ss
Initializes the current project with SpecSwarm by calling /specswarm:init with optional flags such as --skip-detection and --minimal.
How this command is triggered — by the user, by Claude, or both
Slash command
/ss:initThe summary Claude sees in its command listing — used to decide when to auto-load this command
Use the SlashCommand tool to execute: /specswarm:init $ARGUMENTS
Use the SlashCommand tool to execute: /specswarm:init $ARGUMENTS
npx claudepluginhub martybonacci/specswarm --plugin ss/initInitializes spec-kit project for specification-driven development (SDD) using GitHub Spec-Kit. Checks .specify/ directory, handles re-init or shows status with next-step command guidance in detected user language.
/initInitializes or updates a Spec2Ship project by analyzing existing structure, creating .s2s/ configuration, and gathering project context. Also supports detection-only mode with --detect.
/initspecInitializes Apex Spec System by creating .spec_system/ directories (PRD/phase_00, specs, audit, archive) and state.json with project name, description, and phase info. Optionally detects and confirms monorepos.
/READMEDisplays guide for Spectacular Commands workflow: init environment, generate feature specs from descriptions, create execution plans, execute with automatic sequential/parallel orchestration via git-spice.
/initInitializes or updates the project using the specify CLI. Supports --refresh for templates and --update to upgrade CLI.
/startDetects and routes to new spec creation, resume existing, or quick mode. Handles git branch, parses args/flags like --fresh --quick, scans specs dir.