Skip to main content
Commands are repeatable procedures for Zo to run. The same prompting best practices apply when creating a command. Any note (markdown file) in the Commands directory in your workspace will be registered as a command. In the chat, you can type / to display your commands and select the one you want to run.

Structuring commands

A command is just a “saved prompt”. No special structure is required when writing a command. However, we’ve found that the following sections are helpful:

Inputs

List the inputs that the command can accept. If an input is required or particular details are needed, you can tell Zo what to do if it’s missing or under-specified (e.g. “ask for clarification”).

Procedure

List the steps that Zo should follow to complete the command. You can type @ to mention specific files and tools.
I