Slash Commands
FreshType / to open the autocomplete menu. Navigate with arrows, select with Tab or Enter.
Built-in Commands
| Command | Description |
|---|---|
/history | Generate synopsis of recent work, add to History panel |
/wizard | Start planning wizard for Auto Run documents |
/skills | List available Claude Code skills for this project (Claude Code only) |
Custom AI Commands
Create your own in Settings → AI Commands.
Template Variables
Conductor:
— Your About Me profile
Agent:
,,,,
Path:
,
Auto Run:
,,
Date/Time:
,,,,,,,
Git/Context:
,,
Arguments: Use $ARGUMENTS in prompt body for explicit placement; otherwise trailing text is appended automatically.
Spec-Kit Commands
Bundled from GitHub's spec-kit project.
| Command | Description |
|---|---|
/speckit.help | Workflow overview |
/speckit.constitution | Create project principles (.specify/memory/constitution.md) |
/speckit.specify | Create feature specification |
/speckit.clarify | Identify gaps, ask up to 5 targeted questions |
/speckit.plan | Convert spec to implementation plan |
/speckit.tasks | Break plan into dependency-ordered tasks |
/speckit.analyze | Cross-artifact consistency analysis |
/speckit.checklist | Requirements quality validation |
/speckit.taskstoissues | Convert tasks to GitHub Issues |
/speckit.implement | Generate Auto Run documents from tasks |
OpenSpec Commands
Bundled from Fission-AI/OpenSpec. Best for iterative changes to existing codebases.
| Command | Description |
|---|---|
/openspec.help | Workflow overview |
/openspec.proposal | Create change proposal (proposal.md + tasks.md + spec deltas) |
/openspec.apply | Implement approved proposal |
/openspec.archive | Archive completed change |
/openspec.implement | Generate Auto Run documents from proposal |
Auto-Updates
Both Spec-Kit and OpenSpec commands auto-update from GitHub. Check via Settings → AI Commands → "Check for Updates". Custom modifications are preserved across updates.
See Also
- Spec-Driven Development — Using Spec-Kit and OpenSpec workflows
- Inline Wizard — Alternative document generation
- Settings — AI Commands configuration