Skip to content

Commands Cheatsheet

Fresh

Slash Commands (In-App)

Built-in

CommandDescription
/historyGenerate synopsis → History panel
/wizardStart planning wizard
/skillsList Claude Code skills (Claude Code only)

Spec-Kit

CommandDescription
/speckit.constitutionCreate project principles
/speckit.specifyFeature specification
/speckit.clarifyIdentify gaps (repeat)
/speckit.planImplementation plan
/speckit.tasksDependency-ordered tasks
/speckit.analyzeConsistency analysis
/speckit.checklistRequirements validation
/speckit.taskstoissuesConvert to GitHub Issues
/speckit.implementGenerate Auto Run docs

OpenSpec

CommandDescription
/openspec.proposalCreate change proposal
/openspec.applyImplement proposal
/openspec.archiveArchive completed change
/openspec.implementGenerate Auto Run docs

CLI Commands (maestro-cli)

Send Messages

bash
maestro-cli send <agent-id> "message"
maestro-cli send <agent-id> "message" -s <session-id>  # resume

List Resources

bash
maestro-cli list groups
maestro-cli list agents
maestro-cli list agents -g <group-id>
maestro-cli list sessions <agent-id>
maestro-cli list sessions <agent-id> -l 10 -k 0 -s "search"
maestro-cli list playbooks

Show Details

bash
maestro-cli show agent <agent-id>
maestro-cli show playbook <playbook-id>

Run Playbooks

bash
maestro-cli playbook <playbook-id>
maestro-cli playbook <playbook-id> --dry-run
maestro-cli playbook <playbook-id> --wait --verbose --json

Maintenance

bash
maestro-cli clean playbooks

Quick Actions (Ctrl+K)

ActionDescription
Check for UpdatesManual update check
Create Debug PackageSafe-to-share diagnostic ZIP
Playbook ExchangeBrowse community playbooks
Open Last Document GraphResume graph view

Template Variables (Custom Commands)

CategoryVariables
Conductor
Agent, , , , ,
Path,
Auto Run, ,
Date/Time, , , , , , , , ,
Git, ,

Built with VitePress + RAG Chat