SyloRei/claude-godmode
3 stars · Last commit 2026-04-28
Production-grade engineering workflow plugin for Claude Code. End-to-end feature pipeline, 8 specialized agents, quality gates, isolated worktrees, and persistent memory. Ship features, not prompts.
README preview
``` ___ _ _ ___ _ __ __ _ / __|| | __ _ _ _ __| | ___ / __| ___ __| | ___ | \/ | ___ __| | ___ | (__ | |/ _` || || |/ _` |/ -_) | (_ |/ _ \ / _` ||___|| |\/| |/ _ \ / _` |/ -_) \___||_|\__,_| \_,_|\__,_|\___| \___|\___/ \__,_| |_| |_|\___/ \__,_|\___| ``` **Production-grade engineering workflow for Claude Code. Ship features, not prompts.** [](https://github.com/SyloRei/claude-godmode/releases) [](LICENSE) [](https://github.com/SyloRei/claude-godmode) [](https://github.com/SyloRei/claude-godmode/stargazers) [](https://github.com/SyloRei/claude-godmode/commits) ## Claude God-Mode Claude God-Mode is a Claude Code plugin that installs rules (focused config files loaded at session start), agents (specialized Claude instances with dedicated prompts, models, and memory), skills (slash-command workflows), and hooks (shell scripts on session events). Rules are individual files in `~/.claude/rules/` rather than a monolithic config, so you can customize, disable, or extend any aspect independently. Your personal `CLAUDE.md` is never modified. - **End-to-end pipeline** -- go from idea to merged PR with `/prd`, `/plan-stories`, `/execute`, `/ship`