/ss-create
Create a change directory and git branch. Artifacts (proposal, spec, checklist) are generated by AI on demand.
Syntax
/ss-create <feature> [options]Arguments
| Argument | Description |
|---|---|
<feature> | Feature name / change description |
Options
| Option | Description |
|---|---|
-b | Boost mode |
-c | Creative mode |
-d <desc> | Change description |
--no-branch | Don't create git branch |
--spec-dir <dir> | Custom spec directory |
--branch-prefix <prefix> | Branch prefix |
--branch-template <tpl> | Branch name template |
--change-name-template <tpl> | Folder name template |
--intent-type <type> | Intent type |
--user <user> or @user | Developer identifier |
--lang <lang> | Document language |
Examples
Basic Usage
/ss-create add-dark-modeBoost Mode
/ss-create add-user-auth -bWith Description
/ss-create add-auth -d "OAuth2 login with Google and GitHub"Specify Developer
/ss-create add-feature @jayFull Example
/ss-create add-user-auth -b -d "Implement user authentication" --intent-type feature @jayAI Behavior
After executing this command, AI will:
- Run
superspec create <feature> [options](creates folder + git branch only) - Generate artifacts on demand: proposal.md (Standard/Boost), spec.md (Boost), checklist.md (both)
- Standard: proposal → checklist (/10) → prompt /ss-tasks
- Boost: proposal → spec → [auto: split? design?] → checklist (/25) → prompt /ss-tasks
- Wait for you to confirm content, suggest next steps
Next Steps
After creation and checklist passes:
/ss-tasks # Generate task list