SyloRei/claude-godmode
3 stars · Last commit 2026-06-08
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 ships rules (focused config files injected 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 concern-scoped files injected automatically by the SessionStart hook rather than a monolithic config, so you can read or extend any aspect independently. Your personal `CLAUDE.md` is never modified. - **Single clear workflow** -- go from idea to merged PR with `/mission → /brief N → /plan N → /build N → /verify N → /ship`