From 3e5a35295c98f2a7dcc0c21d40155cc388a6a7de Mon Sep 17 00:00:00 2001 From: Florian BRUNIAUX Date: Sun, 25 Jan 2026 17:52:58 +0100 Subject: [PATCH] docs: add GSD methodology and update CHANGELOG - Add GSD (Get Shit Done) to Tier 1: Strategic Orchestration (guide/methodologies.md:47-55) - Document 6-phase workflow addressing context rot with fresh 200k contexts per task - Note overlap with existing patterns (Ralph Loop, Gas Town, BMAD) - Add CHANGELOG entry for ClawdBot FAQ enrichment (commit 4a3f83b) - Source: https://github.com/glittercowboy/get-shit-done (7.5k stars) Co-Authored-By: Claude Sonnet 4.5 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 51b64d8..0787c21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - 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) +- **ClawdBot FAQ enrichment** (`guide/ultimate-guide.md:14375,14385`) + - Added community adoption analysis link (5,600+ social mentions on X/Twitter) + - Updated final note with adoption metrics and real-world use case examples + - Link to comprehensive community analysis: https://docs.google.com/document/d/1Mz4xt1yAqb2gDxjr0Vs_YOu9EeO-6JYQMSx4WWI8KUA/preview + - Resource evaluation saved in `claudedocs/resource-evaluations/2026-01-25-clawdbot-twitter-analysis.md` (score: 2/5 - marginal, partial integration) - **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)