Tutorials/Workflows
Workflows

Author a reusable workflow.

Workflows turn a repeated sequence of commands and AI prompts into a single named action — run them with /workflow run <name>. Here's the 5-minute tour of the manual creator.

~5 min·Intermediate·13 steps
~/projects/centaurus
centaurus — type /help for commands
CWD: ~/projects/centaurus·Model: GPT-OSS 120BMode: Auto [Agent]
Ask anything ...
Step 01/13Start at the main chat screen

Command vs Instruction steps

⚡ COMMAND steps run literally — shell commands piped through your default shell. 📝 INSTRUCTION steps are natural-language prompts the AI interprets. Shift+Tab flips between the two while you're adding steps.

Running your workflow

Workflows are saved to ~/.centaurus/workflows/ and survive restarts. Use /workflow list to see what you've saved, /workflow view <name> to inspect the steps, and /workflow delete <name> to remove one.

Prefer recording over typing?

/workflow new learn-workflow captures what you actually run and lets you save the result — a separate tutorial covers that flow.

Browse all tutorials