open-gsd

130 mods across 3 repositories, 10k stars between them.

gsd-core

01

open-gsd/gsd-core

Plugin Claude Code

Marketplace for GSD Core — meta-prompting, context engineering, and spec-driven development system for AI coding agents.

8.9k 2d ago A tokens not measured original MIT

gsd-core

02

open-gsd/gsd-core

Plugin Claude Code

GSD Core is a meta-prompting, context engineering, and spec-driven development system for AI coding agents.

8.9k 2d ago A tokens not measured original MIT

gsd-core GEMINI.md

03

open-gsd/gsd-core

Instructions file Gemini CLI

Instructions for open-gsd/gsd-core, covering gsd core — antigravity cli context, what gsd is, the slash commands (installed separately) and working with gsd.

8.9k 2d ago A 611 tokens original MIT

open-gsd/gsd-core

Agent

Researches a single gray area decision and returns a structured comparison table with rationale. Spawned by discuss-phase advisor mode.

8.9k 2d ago A 32 tokens copy · 88% MIT

gsd-ai-researcher

05

open-gsd/gsd-core

Agent

Researches a chosen AI framework's official docs to produce implementation-ready guidance — best practices, syntax, core patterns, and pitfalls distilled for the specific use case. Writes the Framework Quick Reference and Implementation Guidance sections of AI-SPEC.md. Spawned by /gsd:ai-integration-phase orchestrator.

8.9k 2d ago A 68 tokens copy · 94% MIT

open-gsd/gsd-core

Agent

Deeply analyzes codebase for a phase and returns structured assumptions with evidence. Spawned by discuss-phase assumptions mode.

8.9k 2d ago A 31 tokens copy · 94% MIT

gsd-code-fixer

07

open-gsd/gsd-core

Agent

Applies fixes to code review findings from REVIEW.md. Reads source files, applies intelligent fixes, and commits each fix atomically. Spawned by /gsd:code-review --fix.

8.9k 2d ago C 44 tokens copy · 89% MIT

gsd-code-reviewer

08

open-gsd/gsd-core

Agent

Reviews source files for bugs, security issues, and code quality problems. Produces structured REVIEW.md with severity-classified findings. Spawned by /gsd:code-review.

8.9k 2d ago A 41 tokens copy · 98% MIT

gsd-codebase-mapper

09

open-gsd/gsd-core

Agent

Explores codebase and writes structured analysis documents. Spawned by map-codebase with a focus area (tech, arch, quality, concerns). Writes documents directly to reduce orchestrator context load.

8.9k 2d ago C 46 tokens copy · 95% MIT

open-gsd/gsd-core

Agent

Manages multi-cycle /gsd:debug checkpoint and continuation loop in isolated context. Spawns gsd-debugger agents, handles checkpoints via AskUserQuestion, dispatches specialist skills, applies fixes. Returns compact summary to main context. Spawned by /gsd:debug command.

8.9k 2d ago A 63 tokens original MIT

gsd-debugger

11

open-gsd/gsd-core

Agent

Investigates bugs using scientific method, manages debug sessions, handles checkpoints. Spawned by /gsd:debug orchestrator.

8.9k 2d ago A 30 tokens original MIT

gsd-doc-classifier

12

open-gsd/gsd-core

Agent

Classifies a single planning document as ADR, PRD, SPEC, DOC, or UNKNOWN. Extracts title, scope summary, and cross-references. Spawned in parallel by /gsd:ingest-docs. Writes a JSON classification file and returns a one-line confirmation.

8.9k 2d ago A 63 tokens copy · 94% MIT

gsd-doc-synthesizer

13

open-gsd/gsd-core

Agent

Synthesizes classified planning docs into a single consolidated context. Applies precedence rules, detects cross-ref cycles, enforces LOCKED-vs-LOCKED hard-blocks, and writes INGEST-CONFLICTS.md with three buckets (auto-resolved, competing-variants, unresolved-blockers). Spawned by /gsd:ingest-docs.

8.9k 2d ago A 78 tokens copy · 88% MIT

gsd-doc-verifier

14

open-gsd/gsd-core

Agent

Verifies factual claims in generated docs against the live codebase. Returns structured JSON per doc.

8.9k 2d ago B 25 tokens copy · 100% MIT

gsd-doc-writer

15

open-gsd/gsd-core

Agent

Writes and updates project documentation. Spawned with a docassignment block specifying doc type, mode (create/update/supplement), and project context.

8.9k 2d ago A 35 tokens copy · 95% MIT

gsd-dom-verifier

16

open-gsd/gsd-core

Agent

Verifies live-DOM acceptance criteria for a completed execution wave using a browser MCP server. Writes DOM-VERIFY.md. Additive — never blocks a wave. Spawned by the live-dom-uat capability at execute:wave:post.

8.9k 2d ago A 54 tokens original MIT

open-gsd/gsd-core

Agent

Researches the business domain and real-world application context of the AI system being built. Surfaces domain expert evaluation criteria, industry-specific failure modes, regulatory context, and what "good" looks like for practitioners in this field — before the eval-planner turns it into measurable rubrics. Spawned…

8.9k 2d ago A 78 tokens original MIT

gsd-eval-auditor

18

open-gsd/gsd-core

Agent

Retroactive audit of an implemented AI phase's evaluation coverage. Checks implementation against the AI-SPEC.md evaluation plan. Scores each eval dimension as COVERED/PARTIAL/MISSING. Produces a scored EVAL-REVIEW.md with findings, gaps, and remediation guidance. Spawned by /gsd:eval-review orchestrator.

8.9k 2d ago A 75 tokens copy · 89% MIT

gsd-eval-planner

19

open-gsd/gsd-core

Agent

Designs a structured evaluation strategy for an AI phase. Identifies critical failure modes, selects eval dimensions with rubrics, recommends tooling, and specifies the reference dataset. Writes the Evaluation Strategy, Guardrails, and Production Monitoring sections of AI-SPEC.md. Spawned by /gsd:ai-integration-phase…

8.9k 2d ago A 72 tokens copy · 95% MIT

gsd-executor

20

open-gsd/gsd-core

Agent

Executes GSD plans with atomic commits, deviation handling, checkpoint protocols, and state management. Spawned by execute-phase orchestrator or execute-plan command.

8.9k 2d ago A 36 tokens original MIT

open-gsd/gsd-core

Agent

Presents an interactive decision matrix to surface the right AI/LLM framework for the user's specific use case. Produces a scored recommendation with rationale. Spawned by /gsd:ai-integration-phase and /gsd-select-framework orchestrators.

8.9k 2d ago A 55 tokens copy · 91% MIT

open-gsd/gsd-core

Agent

Verifies cross-phase integration and E2E flows. Checks that phases connect properly and user workflows complete end-to-end.

8.9k 2d ago A 31 tokens copy · 95% MIT

gsd-intel-updater

23

open-gsd/gsd-core

Agent

Analyzes codebase and writes structured intel files to .planning/intel/.

8.9k 2d ago A 22 tokens copy · 88% MIT

open-gsd/gsd-core

Agent

Ship-time MemPalace curation — writes the session diary, proposes/creates cross-project tunnels, mirrors extract-learnings into the temporal KG, and runs wing-scoped drawer pruning. Spawned at ship:post by the mempalace capability.

8.9k 2d ago A 59 tokens original MIT