open-gsd/gsd-core

Git. Ship. Done - Core

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 34 minutes ago
Added to GitGenius on September 1st, 2026
Created on May 22nd, 2026
Open Issues & Pull Requests: 168 (+0)
GitHub issues: Enabled
Number of forks: 665
Total Stargazers: 9,200 (+0)
Total Subscribers: 40 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 2.7 hours
Mean response time: 8.9 hours
90th percentile: 16.5 hours
Tracked items: 2,281

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 84% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Almost all tracked open issues have seen activity in the last three months. Only 6% of issues opened in the past year have been closed. Three people close 98% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 127
New in 7 days: 211
Closed in 7 days: 196
Avg open age: 4 days
Stale 30+ days: 0
Stale 90+ days: 0

Recent activity

Opened in 7 days: 189
Closed in 7 days: 189
Comments in 7 days: 258
Events in 7 days: 2,151

Top labels

  • confirmed-bug (1,101)
  • bug (1,056)
  • approved-enhancement (653)
  • enhancement (606)
  • needs-triage (346)
  • ready-for-agent (223)
  • type: chore (193)
  • approved-feature (136)

Detailed Description

GSD Core is a specification-driven development framework that uses AI-assisted code generation to accelerate software delivery.

The tool addresses the challenge of translating requirements into working code by treating specifications as executable contracts. It works by parsing detailed specifications, using AI models to generate implementation code, and maintaining a tight feedback loop between specification and output. The framework emphasizes context engineering and meta-prompting techniques to guide AI code generation toward production-ready results, reducing manual implementation work while keeping specifications as the source of truth.

Teams building applications where requirements can be precisely specified upfront will find the most value in this approach. The tool suits projects that benefit from rapid prototyping and iteration, particularly those where developers want to maintain clear separation between what should be built and how it gets built. It works best in environments where team members are comfortable with AI-assisted workflows and can effectively review and refine AI-generated code.

The project shows active development with regular commits addressing core functionality and refinement of the specification-to-code pipeline. Work focuses on improving the reliability of AI code generation and expanding the framework's ability to handle complex specification patterns. The maintainers are iterating on the meta-prompting strategies that guide code generation, suggesting ongoing effort to increase the consistency and quality of generated output. Documentation and examples receive attention alongside core feature development, indicating investment in making the framework accessible to new users.