Getting Started
This section covers installing Wiggum and creating your first plan.
Prerequisites
- Rust toolchain (1.85+) if building from source
- A project idea with a rough architecture in mind
Overview
The typical workflow:
- Create a plan — Either interactively with
wiggum initor by writing aplan.tomlby hand - Generate artifacts — Run
wiggum generate plan.tomlto produce task files, progress tracker, and orchestrator prompt - Run the loop — Use your preferred AI coding tool with the generated orchestrator prompt to execute tasks sequentially
Continue to Installation to get Wiggum on your system, or jump to Quick Start if you already have it installed.