diff --git a/documentation/docs/guides/goose-cli-commands.md b/documentation/docs/guides/goose-cli-commands.md index 4c2203dd..0dd76229 100644 --- a/documentation/docs/guides/goose-cli-commands.md +++ b/documentation/docs/guides/goose-cli-commands.md @@ -227,12 +227,16 @@ The CLI provides a set of slash commands that can be accessed during a session. - `/prompts [--extension ]` - List all available prompts, optionally filtered by extension - `/prompt [--info] [key=value...]` - Get prompt info or execute a prompt - `/mode ` - Set the goose mode to use ('auto', 'approve', 'chat') +- `/plan ` - Create a structured plan based on the given message - `/?` or `/help` - Display this help message All commands support tab completion. Press `` after a slash (/) to cycle through available commands or to complete partial commands. #### Examples ```bash +# Create a plan for triaging test failures +/plan let's create a plan for triaging test failures + # List all prompts from the developer extension /prompts --extension developer