Skip to content

Slash Commands

Fresh

Type / to open the autocomplete menu. Navigate with arrows, select with Tab or Enter.

Built-in Commands

CommandDescription
/historyGenerate synopsis of recent work, add to History panel
/wizardStart planning wizard for Auto Run documents
/skillsList 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.

CommandDescription
/speckit.helpWorkflow overview
/speckit.constitutionCreate project principles (.specify/memory/constitution.md)
/speckit.specifyCreate feature specification
/speckit.clarifyIdentify gaps, ask up to 5 targeted questions
/speckit.planConvert spec to implementation plan
/speckit.tasksBreak plan into dependency-ordered tasks
/speckit.analyzeCross-artifact consistency analysis
/speckit.checklistRequirements quality validation
/speckit.taskstoissuesConvert tasks to GitHub Issues
/speckit.implementGenerate Auto Run documents from tasks

OpenSpec Commands

Bundled from Fission-AI/OpenSpec. Best for iterative changes to existing codebases.

CommandDescription
/openspec.helpWorkflow overview
/openspec.proposalCreate change proposal (proposal.md + tasks.md + spec deltas)
/openspec.applyImplement approved proposal
/openspec.archiveArchive completed change
/openspec.implementGenerate 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

Built with VitePress + RAG Chat