tutorial

Guide first-time users through godmode think and optimize sessions.

26|8|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/arbazkhan971/godmode --skill tutorial-arbazkhan971
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tutorial
Source: https://github.com/arbazkhan971/godmode/tree/main/skills/tutorial
Command: npx skills add https://github.com/arbazkhan971/godmode --skill tutorial-arbazkhan971

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Guides a first-time user from a fresh install to a successful /godmode:think or /godmode:optimize session by providing a concise, safe onboarding walkthrough and concrete starter task so users can validate that godmode is functioning correctly.

Core Features & Use Cases

  • Detects which supported agent binaries are available and verifies installation and environment readiness.
  • Walks users through selecting a trivial measurable starter task, running a think session to produce a spec, executing a bounded optimize loop, and interpreting the resulting audit TSV.
  • Use case: a developer onboarding on a new machine can complete a 3-iteration optimize demo that measures a README change metric and learns how keep/discard audit works.

Quick Start

Run /godmode:tutorial to detect your platform, verify the install, run a think session, and perform a bounded three-iteration optimize demo.

Frequently Asked Questions about tutorial

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I onboarding and verify my godmode agent installation in a local git repository?

To onboarding and verify your godmode agent installation, run the tutorial command to detect your platform, check environment readiness, and confirm supported agent binaries like Claude Code or Cursor are functioning correctly in your git repository.

What is a bounded optimize session in godmode and how does it measure changes?

A bounded optimize session in godmode executes a limited three-iteration optimization loop on a measurable task, such as a README change metric, and outputs the results to an audit TSV file for tracking keep or discard decisions.

Does godmode work with Gemini CLI and OpenCode for running think sessions?

Yes, godmode works with Gemini CLI and OpenCode, alongside Claude Code, Codex, and Cursor, to run think sessions that produce a spec file and execute bounded optimization demos in a local development environment.

Do I need a clean git working tree to run the godmode optimization demo?

Yes, you need a clean git working tree to run the godmode optimization demo, as the tutorial enforces safe defaults including a three-iteration optimize budget and requires a clean repository state before writing spec files.

How do I interpret the optimize-results TSV audit file after a godmode session?

To interpret the optimize-results TSV audit file, review the generated output in the .godmode directory after your bounded three-iteration optimize demo to evaluate the measured changes and understand the keep or discard audit logic.