gsr
01Plugin Claude Code
Plugin marketplace listing 1 plugin: gsr.
Plugin Claude Code
Plugin marketplace listing 1 plugin: gsr.
Plugin Claude Code
Get Shit Right — PRD-first, human-in-the-loop workflow for building production apps.
Agent
Bounded task executor for GSR systematic builds. Receives a fully specified task (description, file boundaries, success criteria, CLAUDE.md conventions), implements it, runs the gate function, and reports exactly one of DONE / DONEWITHCONCERNS / NEEDSCONTEXT / BLOCKED. Never makes product decisions.
Agent
Research-only agent for GSR scope and PRD phases — competitive mapping, don't-hand-roll sweeps, domain investigation, skills marketplace search. Returns structured findings with sources and confidence; implements nothing; surfaces options with tradeoffs instead of deciding.
Agent
Stage-2 reviewer for GSR systematic builds — runs only after reviewer-spec issues SPECPASS. Checks integration safety, CLAUDE.md convention adherence, and regression risk. Reports APPROVED / APPROVEDWITHCONCERNS / CHANGESREQUESTED / NEEDSMOREINFO.
Agent
Stage-1 reviewer for GSR systematic builds. Checks ONE thing — does the implementation match the feature file spec. Produces a pin map (pin ID → file:line) or SPECFAIL. Runs before reviewer-quality; never evaluates conventions or integration.
Command
Build a specific feature — creative (you review every diff) or systematic (agent-driven).
Command
Start or resume a persistent debug session that survives /clear.
Command
Log a bug report, feature request, or change request to BACKLOG.md.
Command
Index an existing codebase, populate CLAUDE.md, and get told what to do next.
Command
Turn scope into PRD + feature files + project infrastructure.
Command
One bounded task with GSR guarantees — no scope/PRD ceremony.
Command
Shape an idea or existing materials into a structured scope document.
Command
Show current phase, feature progress, next action, active sessions, and in-progress plans.
Command
Update GSR to the latest version and reinstall hooks.
Command
Verify a feature or phase with evidence — build passes, grep results, human checks.
Hook
Runs when a session starts on startup, resume, clear and compact, running an inline shell check. From kmajerowicz/get-shit-right.
Hook
Runs after a tool call finishes, executing gsr-context-monitor.js and gsr-gate-tracker.js via node (2 commands). From kmajerowicz/get-shit-right.
Hook
Runs before the agent uses a tool for Bash tool calls, executing gsr-gate-guard.js via node. From kmajerowicz/get-shit-right.
Hook
Runs when the agent finishes a response, executing gsr-redflag-guard.js via node. From kmajerowicz/get-shit-right.
Skill Claude CodeCodex
Run or resume a persistent, systematic debug investigation (OBSERVE/HYPOTHESIZE/TEST/CONCLUDE) that survives /clear and session crashes. Use when something in a GSR project is broken and needs a tracked investigation.
Skill Claude CodeCodex
Capture a bug report, feature request, or change request and write it to docs/BACKLOG.md. Use when the user wants to log feedback about a GSR project without starting a build.
Skill Claude CodeCodex
Run the GSR gate function — build, type-check, lint, runtime smoke — and report in the evidence format. Use before ANY claim that code is done or working, in any GSR project.
Skill Claude CodeCodex
Index an existing project (or re-index after major changes) so GSR can work with it — detects doc root, tech stack, and GSR setup gaps, then updates CLAUDE.md. Use when onboarding an existing codebase into GSR or refreshing its index.