Usage
TUI (Interactive)
CLI
| Flag | Description |
|---|---|
-P | Pipeline steps (e.g., “gemini:analyze,claude:code”) |
-T | Use a saved pipeline template |
-i | Interactive mode - pause between steps |
Examples
Available Actions
| Action | Description |
|---|---|
analyze | Analyze the task and provide insights |
code | Write code for the task |
review | Review and suggest improvements |
fix | Fix issues identified in previous step |
test | Write tests for the code |
summarize | Summarize the content concisely |
prompt | Generic prompt (default) |
How It Works
Saved Workflows
Create and manage workflows through the/workflows interactive interface:
/workflows manager lets you:
- Create new workflows with custom pipeline steps
- Edit existing workflow pipelines
- Delete workflows you no longer need
- View workflow details and step configuration
Interactive Mode
Enable interactive mode to pause between steps:Example Workflow
- Add thread safety…