From 62a6b13ab00df9c9cca092cdb562034834cb9005 Mon Sep 17 00:00:00 2001 From: Ebony Louis <55366651+EbonyLouis@users.noreply.github.com> Date: Wed, 26 Mar 2025 18:56:27 -0400 Subject: [PATCH] docs: Add `/plan` Command to CLI Documentation (#1876) --- documentation/docs/guides/goose-cli-commands.md | 4 ++++ 1 file changed, 4 insertions(+) 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