Generated by Code IQ · v1.0

get-shit-done
Knowledge Tutorial

A chapter-by-chapter walkthrough of get-shit-done, generated from its source code and tutorial markdown.

9
Chapters
-
Subsystems
Rabbit Holes
▶ Start Reading ⎇ View on GitHub
System Architecture

How the pieces fit

get-shit-done is organized as connected concepts and components. Start broad, then drill down chapter by chapter.

⚙️
Project State (Context Memory)
Project State (Context Memory)
🔧
Orchestrators (Commands)
Orchestrators (Commands)
👥
Specialized Agents
Specialized Agents
⚙️
Research & Discovery
Research & Discovery
⚙️
The Plan (Executable Prompt)
The Plan (Executable Prompt)
⚙️
Execution Engine
Execution Engine
🔧
Atomic Git Integration
Atomic Git Integration
⚙️
Goal-Backward Verification
Goal-Backward Verification
⚙️
Scientific Debugging
Scientific Debugging
get-shit-done — bash
open tutorial
◆ Scanning numbered chapters
◆ Building navigation and Mermaid diagrams
◆ Generating chapter and subsystem pages
✓ 9 chapter pages built
✓ Theme toggle enabled
Repository Overview

Intro and Architecture Diagram

get-shit-done is an autonomous AI project management framework that uses high-level Orchestrators to drive the software development lifecycle. It persists context in a Project State memory to prevent hallucination and uses Specialized Agents to create structured Plans. These plans are executed by an Execution Engine that utilizes Atomic Git Integration and Goal-Backward Verification to ensure code is built, tested, and saved systematically.

Source Repository: https://github.com/gsd-build/get-shit-done

flowchart TD A0["Orchestrators (Commands)"] A1["Specialized Agents"] A2["Project State (Context Memory)"] A3["The Plan (Executable Prompt)"] A4["Execution Engine"] A5["Goal-Backward Verification"] A6["Research & Discovery"] A7["Scientific Debugging"] A8["Atomic Git Integration"] A0 -->|"Spawns"| A1 A0 -->|"Manages"| A2 A0 -->|"Initiates"| A6 A6 -->|"Informs structure of"| A3 A1 -->|"Generates"| A3 A3 -->|"Directs"| A4 A4 -->|"Commits via"| A8 A4 -->|"Updates"| A2 A0 -->|"Runs"| A5 A5 -->|"Validates goals in"| A2 A0 -->|"Triggers"| A7 A7 -->|"Logs diagnostics to"| A2
Tutorial Chapters

All 9 chapters

Follow sequentially or jump to any topic. Start with Project State (Context Memory).

Ch.01 CORE
Project State (Context Memory)
Welcome to the Get-Shit-Done (GSD) tutorial! If you've ever tried to build a complex project with an AI, you've probably hit a frustrating…
Ch.02 TOOLS
Orchestrators (Commands)
In Chapter 1: Project State (Context Memory), we built the "Brain" of our system—a way to remember what we are doing.
Ch.03 AGENTS
Specialized Agents
In Chapter 2: Orchestrators (Commands), we introduced the Orchestrator—the Project Manager who coordinates the workflow.
Ch.04 CORE
Research & Discovery
In Chapter 3: Specialized Agents, we met our "Crew"—the Researcher, Planner, Executor, and Verifier. We learned that splitting the AI into…
Ch.05 CORE
The Plan (Executable Prompt)
In Chapter 4: Research & Discovery, our "Scout" agents mapped out the territory. We know what libraries to use and where the code should li…
Ch.06 CORE
Execution Engine
In Chapter 5: The Plan (Executable Prompt), we acted like Architects. We drew up a precise blueprint (PLAN.md) detailing exactly what files…
Ch.07 TOOLS
Atomic Git Integration
In Chapter 6: Execution Engine, we watched our "Senior Developer" (the Executor Agent) build your project task by task.
Ch.08 CORE
Goal-Backward Verification
In Chapter 7: Atomic Git Integration, we learned how to save our work safely. We now have a project history filled with "Features" and "Fix…
Ch.09 CORE
Scientific Debugging
In Chapter 8: Goal-Backward Verification, our Verifier agent acted like a strict building inspector. It looked at our "Login Screen" and sl…
About This Project

Generated by Code IQ

This tutorial was automatically generated by Code IQ and rendered with the shared tutorial site builder. It can be produced for any repository tutorial folder that follows the numbered markdown chapter layout.

View Code IQ ↗
python build_site.py '/home/runner/work/Code-IQ/Code-IQ/output/get-shit-done'

// → 9 chapters
// → source: gsd-build/get-shit-done