init
spex Init
Note: The init workflow is defined in spex/commands/init.md directly (not via skill reference) for higher compliance. This skill file exists as documentation only.
The init command:
- Runs
spex-init.sh(path from<spex-init-command>in hook context) - Asks user about trait selection and permissions
- Runs
spex-traits.sh initandspex-traits.sh permissions - Reports status and restart requirements
See spex/commands/init.md for the authoritative implementation.
More from rhuss/cc-spex
evolve
Use when spec and code diverge - AI analyzes mismatches, recommends update spec vs fix code with reasoning, handles evolution with user control or auto-updates
2worktree
Manage git worktrees for isolated feature development - create after specify, list active worktrees, cleanup merged branches
2ship
Autonomous full-cycle workflow - chains specify through verify with configurable oversight levels, auto-fix, and optional PR creation
2spec-kit
Technical integration layer for the `specify` CLI (not speckit, not spec-kit) - handles automatic initialization, installation validation, project setup, and ensures proper file/directory layout. Called by all spex workflow skills.
2help
Quick reference for all spex commands
2deep-review
Multi-perspective code review with autonomous fix loop - dispatches 5 specialized review agents, merges findings, auto-fixes Critical/Important issues
2