Commands Cheatsheet
FreshSlash Commands (In-App)
Built-in
| Command | Description |
|---|---|
/history | Generate synopsis → History panel |
/wizard | Start planning wizard |
/skills | List Claude Code skills (Claude Code only) |
Spec-Kit
| Command | Description |
|---|---|
/speckit.constitution | Create project principles |
/speckit.specify | Feature specification |
/speckit.clarify | Identify gaps (repeat) |
/speckit.plan | Implementation plan |
/speckit.tasks | Dependency-ordered tasks |
/speckit.analyze | Consistency analysis |
/speckit.checklist | Requirements validation |
/speckit.taskstoissues | Convert to GitHub Issues |
/speckit.implement | Generate Auto Run docs |
OpenSpec
| Command | Description |
|---|---|
/openspec.proposal | Create change proposal |
/openspec.apply | Implement proposal |
/openspec.archive | Archive completed change |
/openspec.implement | Generate 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> # resumeList 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 playbooksShow 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 --jsonMaintenance
bash
maestro-cli clean playbooksQuick Actions (Ctrl+K)
| Action | Description |
|---|---|
| Check for Updates | Manual update check |
| Create Debug Package | Safe-to-share diagnostic ZIP |
| Playbook Exchange | Browse community playbooks |
| Open Last Document Graph | Resume graph view |
Template Variables (Custom Commands)
| Category | Variables |
|---|---|
| Conductor | |
| Agent | , , , , , |
| Path | , |
| Auto Run | , , |
| Date/Time | , , , , , , , , , |
| Git | , , |