From e21ebec07255048c3c3969c90da111dac15d6a81 Mon Sep 17 00:00:00 2001 From: Tom Boucher Date: Mon, 16 Mar 2026 11:33:31 -0400 Subject: [PATCH] docs: add Discord badge to README header (#641) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d938b4fb7..22fca197b 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ [![npm version](https://img.shields.io/npm/v/gsd-pi?style=for-the-badge&logo=npm&logoColor=white&color=CB3837)](https://www.npmjs.com/package/gsd-pi) [![npm downloads](https://img.shields.io/npm/dm/gsd-pi?style=for-the-badge&logo=npm&logoColor=white&color=CB3837)](https://www.npmjs.com/package/gsd-pi) [![GitHub stars](https://img.shields.io/github/stars/gsd-build/GSD-2?style=for-the-badge&logo=github&color=181717)](https://github.com/gsd-build/GSD-2) +[![Discord](https://img.shields.io/badge/Discord-Join%20us-5865F2?style=for-the-badge&logo=discord&logoColor=white)](https://discord.gg/gsd) [![License](https://img.shields.io/badge/license-MIT-blue?style=for-the-badge)](LICENSE) The original GSD went viral as a prompt framework for Claude Code. It worked, but it was fighting the tool — injecting prompts through slash commands, hoping the LLM would follow instructions, with no actual control over context windows, sessions, or execution.