By sh1ny
GSD Core is a meta-prompting, context engineering, and spec-driven development system for AI coding agents.
Generate tests for a completed phase based on UAT criteria and implementation
Generate an AI-SPEC.md design contract for phases that involve building AI systems.
Autonomous audit-to-fix pipeline — find issues, classify, fix, test, commit
Audit milestone completion against original intent before archiving
Cross-phase audit of all outstanding UAT and verification items
Researches a single gray area decision and returns a structured comparison table with rationale. Spawned by discuss-phase advisor mode.
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.
Deeply analyzes codebase for a phase and returns structured assumptions with evidence. Spawned by discuss-phase assumptions mode.
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.
Reviews source files for bugs, security issues, and code quality problems. Produces structured REVIEW.md with severity-classified findings. Spawned by /gsd:code-review.
Executes bash commands
Hook triggers when Bash tool is used
Modifies files
Hook triggers on file write and edit operations
Uses power tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Executables (bin/) — files in this plugin's bin/directory are added to the Bash tool's PATH while the plugin is enabled.
Uses Bash, Write, or Edit tools
Uses Bash, Write, or Edit tools
A downstream GSD Core fork maintained for native Oh My Pi support.
English · Português · 简体中文 · 日本語 · 한국어
GSD Core's context-engineering workflow, kept compatible with upstream while adding native OMP commands, skills, agents, rules, and extensions.
sh1ny/gsd-omp is a downstream fork of open-gsd/gsd-core. Upstream declined in-repository OMP runtime support in open-gsd/gsd-core#874 and pointed OMP users at open-gsd/gsd-pi. This fork keeps the lighter GSD Core runtime-integration path available for users who want GSD Core artifacts installed directly into OMP.
We maintain this fork to track upstream GSD Core fixes while preserving native OMP install behavior. The maintenance policy is deliberately small: merge upstream next, keep OMP-specific installer/runtime support working, and avoid changing non-OMP behavior unless upstream compatibility requires it.
GSD Core is a context-engineering and spec-driven development framework that drives AI coding agents (Claude Code, Codex, Gemini CLI, Kimi CLI, Copilot, Cursor, and more) through a disciplined phase loop. It solves context rot — the quality degradation that accumulates as an AI fills its context window — by running all heavy research, planning, and execution work in fresh-context subagents while keeping your main session lean.
| Area | Upstream open-gsd/gsd-core | This fork sh1ny/gsd-omp |
|---|---|---|
| OMP runtime | No in-repo native OMP runtime support. | Adds --omp install support. |
| Install targets | Installs supported upstream runtime artifacts. | Also installs .omp/{commands,skills,agents,rules,extensions}/ locally, or the Oh My Pi agent home ($PI_CODING_AGENT_DIR, profiled $PI_CONFIG_DIR, or ~/.omp/agent) globally. |
| OMP extension | Not shipped. | Ships .omp/extensions/gsd-core/ for guardrails, update checks, context warnings, and status behavior. |
| OMP rules | Not shipped. | Installs explicit safe static rules from gsd-core/omp/rules/manifest.json. |
| Agent model overrides | No OMP agent frontmatter handling. | Embeds resolved OMP model overrides into generated .omp/agents/gsd-*.md frontmatter. |
| Upstream tracking | Owns the main runtime set and release process. | Tracks upstream while keeping OMP as a fork-local integration. |
For operational details, see OMP Support.
Each milestone repeats the same five-step loop, one phase at a time:
For OMP, install from this fork checkout:
git clone [email protected]:sh1ny/gsd-omp.git
cd gsd-omp
node bin/install.js --local --omp
For a global OMP install, set PI_CODING_AGENT_DIR or let the installer fall back to ~/.omp/agent. Named OMP profiles use OMP_PROFILE or PI_PROFILE under $PI_CONFIG_DIR/profiles/<profile>/agent:
PI_CODING_AGENT_DIR=~/.omp/agent node bin/install.js --global --omp
OMP_PROFILE=work node bin/install.js --global --omp
The upstream npm package remains @opengsd/gsd-core; use it for upstream GSD Core installs, not for this fork's OMP-only additions.
npx claudepluginhub sh1ny/gsd-ompComprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Harness-native ECC operator layer - 67 agents, 278 skills, 94 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Consult multiple AI coding agents (Gemini, OpenAI, Grok, Perplexity, plus codex, antigravity, and grok CLIs when installed) to get diverse perspectives on coding problems
The Claude Code knowledge system — 380+ skills, 182+ agents, 100+ commands, 40 hooks, 32 rules, and workflows.
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Complete developer toolkit for Claude Code