glittercowboy

Gsd 2 Next — Testing skill for Claude Code

Testing community

A powerful meta-prompting, context engineering and spec-driven development system that enables agents to work for long periods of time autonomously without losing track of the big picture.

How to install Gsd 2 Next

This entry records only its repository, not the path inside it, so there is no exact command to give. Open glittercowboy/gsd-2-next and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Gsd 2 Next does

A powerful meta-prompting, context engineering and spec-driven development system that enables agents to work for long periods of time autonomously without losing track of the big picture.

Alternatives in Testing

  • Develop Web Game — Build and test web games iteratively using Playwright with time-stepping 14.6k ★
  • Debug — You are tasked with helping debug issues during manual testing or implementation 10k ★
  • Create Test Repo — Create a new ArcKit test repo with full scaffolding, auto-detecting the next version number 2.2k ★

README

GSD 2

**The evolution of [Get Shit Done](https://github.com/gsd-build/get-shit-done) — now a real coding agent.**

[![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.

This version is different. GSD is now a standalone CLI built on the [Pi SDK](https://github.com/badlogic/pi-mono), which gives it direct TypeScript access to the agent harness itself. That means GSD can actually _do_ what v1 could only _ask_ the LLM to do: clear context between tasks, inject exactly the right files at dispatch time, manage git branches, track cost and tokens, detect stuck loops, recover from crashes, and auto-advance through an entire milestone without human intervention.

One command. Walk away. Come back to a built project with clean git history.

npm install -g gsd-pi@latest

**📋 NOTICE: New to Node on Mac?** If you installed Node.js via Homebrew, you may be running a development release instead of LTS. Pin Node 24 LTS to avoid compatibility issues.


What's New in v2.37

  • cmux integration — sidebar status, progress bars, and notifi