godmode
Gated planning, testing, and review pipeline for coding
All Skills in This Repository (36)
Pure Emerald Level Indicatorsreference-engine
Route development tasks to established domain-specific reference implementations before writing code.
quality-enforcement
Enforce code quality standards across pre-commit, pre-merge, and CI pipeline stages.
parallel-execution
Dispatch one agent per isolated problem domain for concurrent investigation and implementation.
merge-protocol
Validate test suites and present merge, pull request, deferral, or abandonment options.
performance-tuning
Measure software performance before and after optimizing identified bottlenecks.
test-first
Enforce Test-First Development by requiring a failing test before implementation code.
team-orchestration
Coordinate AI agent teams with task assignment and git worktree isolation.
protocol-authoring
Create and refine AI agent protocols using test-driven development cycles.
design-research
Survey template marketplaces and extract design patterns for industry-aligned web layouts.
project-bootstrap
Automate foundational setup for new software projects with standardized structure and tooling.
codebase-research
Search existing codebases for patterns, conventions, and similar implementations before writing new code.
comprehension-check
Require structured plain-language walkthroughs of code changes before commit.
Frequently Asked Questions
FAQPage SchemaHow to install GodMode?▼
Run `npx skills add NoobyGains/godmode --all -g -y` in your terminal to install all 36 skills globally.
What problem does GodMode solve?▼
It stops coding agents from generating code without requirements, tests, or specs by enforcing a gated define-plan-execute-review-ship pipeline.
Does GodMode work with Claude Code and OpenCode?▼
Yes. It ships as a plugin for Claude Code, Cursor, Codex, and OpenCode, and activates automatically once installed.
How does GodMode handle large features?▼
It breaks work into atomic tasks and routes them to the right execution mode: direct, sequential delegation, parallel agents, or collaborative agent teams.
Do I need to configure GodMode before using it?▼
No. It activates automatically on relevant tasks and selects the right workflow without manual setup.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core