jsegov/shipspec-claude-code-plugin

20 stars · Last commit 2026-01-14

Spec Driven Development Plugin for Claude Code

README preview

# ShipSpec Claude Code Plugin

**Spec-driven development meets the Ralph Wiggum loop.**

Two problems plague AI-assisted coding:

1. **Vibe coding** — Throwing prompts at Claude without structure. It makes plausible-sounding but wrong assumptions. The bigger the feature, the more it drifts.

2. **Giving up too early** — Claude does its best attempt, exits, and you're left debugging half-finished work.

ShipSpec solves both. Specs keep Claude grounded. Ralph loops keep Claude iterating until it's actually done.

## How It Works

```
┌─────────────────────────────────────────────────────────────┐
│                     THE SPEC SIDE                           │
│                                                             │
│   Feature Idea                                              │
│        ↓                                                    │

View full repository on GitHub →