SyloRei/claude-godmode

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.

3Stars on the repository
49Mods indexed here, across every type
2mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

architect

01

SyloRei/claude-godmode

Agent

System design and architecture agent. Use for: designing new systems, evaluating tradeoffs, planning migrations, reviewing architecture, API design, database schema design. Advisory only — does not modify code.

3 2mo ago A 40 tokens original MIT

code-reviewer

02

SyloRei/claude-godmode

Agent

Code-level reviewer. Use for: checking whether a change does the thing RIGHT — bugs, edge cases, security, performance, readability, and pattern violations in the implementation. Catches 'thing wrong' errors. Read-only.

3 2mo ago A 49 tokens original MIT

convention-reviewer

03

SyloRei/claude-godmode

Agent

Convention review lens. Use for: checking naming, file structure, and adherence to the project's existing conventions and patterns in a change. Read-only — analyzes and reports, cannot modify code.

3 2mo ago A 42 tokens original MIT

debugger

04

SyloRei/claude-godmode

Agent

Root-cause debugging agent that finds and fixes bugs in an isolated worktree. Use for: diagnosing failures, tracking down root causes, fixing regressions. Returns a branch with a minimal, tested fix and all quality gates green.

3 2mo ago A 49 tokens original MIT

doc-writer

05

SyloRei/claude-godmode

Agent

Documentation agent. Use for: generating JSDoc/docstrings, writing READMEs, API documentation, architecture decisions, inline comments. Follows existing patterns.

3 2mo ago A 36 tokens original MIT

executor

06

SyloRei/claude-godmode

Agent

Use when /build N spawns per-step implementation: implement one PLAN.md step in an isolated worktree, run the quality gates, and make one atomic commit. Brief-driven and gate-aware — unlike @writer (general-purpose), this agent works a single plan step against its brief and stops.

3 2mo ago A 61 tokens original MIT

finding-skeptic

07

SyloRei/claude-godmode

Agent

Adversarial skeptic that tries to REFUTE a single recorded review finding against the unit diff; returns UPHELD / REFUTED-not-real / REFUTED-over-rated. Read-only.

3 2mo ago A 44 tokens original MIT

incident-responder

08

SyloRei/claude-godmode

Agent

Incident responder that reconstructs the timeline, assesses blast radius, and recommends remediation. Use for: production incidents, outages, regressions in the wild, post-incident analysis. Read-only — analyzes and reports, does not apply fixes.

3 2mo ago A 51 tokens original MIT

migration-engineer

09

SyloRei/claude-godmode

Agent

Migration specialist that performs schema, dependency, and framework migrations in an isolated worktree. Use for: database schema changes, dependency upgrades, framework version bumps, API contract migrations. Returns a branch with a reversible, incrementally-tested migration.

3 2mo ago A 51 tokens original MIT

perf-engineer

10

SyloRei/claude-godmode

Agent

Performance engineer that profiles code, identifies bottlenecks, and recommends optimizations. Use for: latency/throughput analysis, hotspot identification, algorithmic complexity review, memory/allocation analysis. Read-only — analyzes and reports, does not apply changes.

3 2mo ago A 54 tokens original MIT

perf-reviewer

11

SyloRei/claude-godmode

Agent

Performance review lens. Use for: spotting algorithmic complexity, wasteful allocations, N+1 queries, and hot-path regressions in a change. Read-only — analyzes and reports, cannot modify code.

3 2mo ago A 45 tokens original MIT

planner

12

SyloRei/claude-godmode

Agent

Tactical planning agent. Use this agent when a brief exists and you need ordered, dependency-aware steps plus a verification plan before building — i.e. when the user runs /plan N or asks to break a brief into a buildable plan. Reads the brief, writes one PLAN.md; does not write source code.

3 2mo ago A 66 tokens original MIT

researcher

13

SyloRei/claude-godmode

Agent

Deep codebase and web research agent. Use for: finding patterns, tracing data flows, understanding how things work, gathering context before implementation. Spawned for parallel research tasks.

3 2mo ago A 38 tokens original MIT

security-auditor

14

SyloRei/claude-godmode

Agent

Security audit agent. Use for: vulnerability scanning, security code review, dependency auditing, secrets detection, auth/authz analysis, OWASP compliance. Read-only.

3 2mo ago A 37 tokens original MIT

spec-reviewer

15

SyloRei/claude-godmode

Agent

Spec-level reviewer. Use for: checking whether a change does the RIGHT thing — that it matches its brief, spec, and acceptance criteria. Catches scope gaps, missing requirements, and 'built the wrong thing' errors. Read-only.

3 2mo ago A 52 tokens original MIT

test-reviewer

16

SyloRei/claude-godmode

Agent

Test review lens. Use for: checking test coverage, test quality, and missing cases or edge cases for a change. Read-only — analyzes and reports, cannot modify code.

3 2mo ago A 39 tokens original MIT

test-writer

17

SyloRei/claude-godmode

Agent

Test generation agent. Use for: adding test coverage to existing code, writing comprehensive test suites, covering edge cases. For TDD on new features, use /tdd skill instead.

3 2mo ago A 41 tokens original MIT

verifier

18

SyloRei/claude-godmode

Agent

Goal-backward verification agent. Use this agent when a unit has been built and you need to know what is truly done — i.e. when the user runs /verify N or asks whether the brief's goals are met. Reads the brief's acceptance criteria, gathers concrete evidence, and classifies each criterion COVERED / PARTIAL / MISSING.…

3 2mo ago A 80 tokens original MIT

writer

19

SyloRei/claude-godmode

Agent

Implementation agent that writes production-grade code in an isolated worktree. Use for: implementing features, fixing bugs, building components. Returns a branch with verified, tested, quality-gated changes.

3 2mo ago A 40 tokens original MIT