From 3f923efb7ef833a0865bf838ed0435efe462d4fc Mon Sep 17 00:00:00 2001 From: Florian BRUNIAUX Date: Sun, 25 Jan 2026 17:49:48 +0100 Subject: [PATCH] docs: add GSD methodology mention with evaluation - Added GSD to Tier 1: Strategic Orchestration (guide/methodologies.md:47-55) - Meta-prompting 6-phase workflow with fresh 200k-token contexts per task - Note: Core concepts overlap with existing patterns (Ralph Loop, Gas Town, BMAD) - Resource evaluation saved in claudedocs/resource-evaluations/gsd-evaluation.md (score: 2/5 - marginal/redundant) - Updated CHANGELOG.md and machine-readable/reference.yaml for LLM indexing - Source: https://github.com/glittercowboy/get-shit-done (7.5k stars, created Dec 2025) Co-Authored-By: Claude Sonnet 4.5 --- CHANGELOG.md | 7 +++++++ guide/methodologies.md | 3 +++ machine-readable/reference.yaml | 5 +++++ 3 files changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fdb637d..51b64d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Added +- **GSD (Get Shit Done) methodology mention** (`guide/methodologies.md:47-55`) + - Added to Tier 1: Strategic Orchestration alongside BMAD + - Meta-prompting 6-phase workflow (Initialize → Discuss → Plan → Execute → Verify → Complete) + - Fresh 200k-token contexts per task to avoid context rot + - Note: Core concepts overlap with existing patterns (Ralph Loop, Gas Town, BMAD) + - Resource evaluation saved in `claudedocs/resource-evaluations/gsd-evaluation.md` (score: 2/5 - marginal/redundant) + - Source: https://github.com/glittercowboy/get-shit-done (7.5k stars, created Dec 2025) - **MCP architecture visual diagram** (`guide/architecture.md:513`, SVG) - 7-layer security model showing LLM/MCP Server/Tools separation - Visual representation of "No Data Access" (LLM layer) and "Hidden From AI" (Real Systems layer) diff --git a/guide/methodologies.md b/guide/methodologies.md index 1cafa4d..7566080 100644 --- a/guide/methodologies.md +++ b/guide/methodologies.md @@ -44,6 +44,7 @@ Organized in a 6-tier pyramid from strategic orchestration down to optimization | Name | What | Best For | Claude Fit | |------|------|----------|------------| | **BMAD** | Multi-agent governance with constitution as guardrail | Enterprise 10+ teams, long-term projects | ⭐⭐ Niche but powerful | +| **GSD** | Meta-prompting 6-phase workflow with fresh contexts per task | Solo devs, Claude Code CLI | ⭐⭐ Similar to patterns in guide | **BMAD (Breakthrough Method for Agile AI-Driven Development)** inverts the traditional paradigm: documentation becomes the source of truth, not code. Uses specialized agents (Analyst, PM, Architect, Developer, QA) orchestrated with strict governance. @@ -51,6 +52,8 @@ Organized in a 6-tier pyramid from strategic orchestration down to optimization - **When to use**: Complex enterprise projects needing governance - **When to avoid**: Small teams, MVPs, rapid prototyping +**GSD (Get Shit Done)** addresses context rot through systematic 6-phase workflow (Initialize → Discuss → Plan → Execute → Verify → Complete) with fresh 200k-token contexts per task. Core concepts (multi-agent orchestration, fresh context management) overlap significantly with existing patterns like Ralph Loop, Gas Town, and BMAD. See [resource evaluation](../claudedocs/resource-evaluations/gsd-evaluation.md) for detailed comparison. + > **Emerging**: [Ralph Inferno](https://github.com/sandstream/ralph-inferno) implements autonomous multi-persona workflows (Analyst→PM→UX→Architect→Business) with VM-based execution and self-correcting E2E loops. Experimental but interesting for "vibe coding at scale". --- diff --git a/machine-readable/reference.yaml b/machine-readable/reference.yaml index 1179971..a380916 100644 --- a/machine-readable/reference.yaml +++ b/machine-readable/reference.yaml @@ -190,6 +190,11 @@ deep_dive: verification_loops_source: "https://www.anthropic.com/engineering/claude-code-best-practices" eval_harness: "guide/methodologies.md:161" eval_harness_source: "https://www.anthropic.com/engineering/demystifying-evals-for-ai-agents" + # GSD (Get Shit Done) methodology (added 2026-01-25) + gsd_methodology: "guide/methodologies.md:47" + gsd_evaluation: "claudedocs/resource-evaluations/gsd-evaluation.md" + gsd_source: "https://github.com/glittercowboy/get-shit-done" + gsd_note: "Overlap with existing patterns (Ralph Loop, Gas Town, BMAD)" # Practitioner Insights (external validation) practitioner_insights: "guide/ai-ecosystem.md:1209" practitioner_dave_van_veen: "guide/ai-ecosystem.md:1213"