Commands
When to use headless mode
- CI/CD pipelines — Run wiggum in automated workflows
- Agent orchestration — Let other AI agents invoke wiggum programmatically
- Scripting — Chain wiggum commands in shell scripts
- Non-interactive terminals — Environments without TTY support
In a TTY terminal,
wiggum monitor and wiggum agent automatically open the TUI. Use --stream to force headless output.Common headless workflows
Generate spec from GitHub issue
--auto flag skips the interactive interview and generates a spec directly from the goals and issue context.

