llm-dev brings a disciplined five-phase development loop to Claude Code — so you think before you code, and every decision gets documented.
A structured five-phase loop. Each phase produces a markdown file and ends at a gate — a deliberate pause to review before moving on. Phases can be skipped, revisited, or handed to parallel agents.
Click any phase to explore it.
Re-invoke /cycle in the same working directory to auto-increment to the next iteration. Each new Review phase naturally reads the prior iteration's outputs — so context compounds without manual effort.
# Install as a Claude Code plugin $ git clone https://github.com/DallasElleman/llm-dev.git \ ~/.claude/plugins/llm-dev # Add to ~/.claude/settings.json { "plugins": ["~/.claude/plugins/llm-dev"] } # Or as a workspace submodule $ git submodule add https://github.com/DallasElleman/llm-dev.git llm-dev