Habib0x0/spec-driven-plugin

7 stars · Last commit 2026-05-18

Spec-Driven Development Plugins For ClaudeCode/Codex

README preview

# Spec-Driven Development Plugin

A structured workflow plugin for Claude Code & Codex that transforms feature ideas into formal specifications before implementation.

## Overview

This plugin guides you through three phases:

1. **Requirements** - User stories with EARS notation and acceptance criteria
2. **Design** - Technical architecture, sequence diagrams, implementation considerations
3. **Tasks** - Discrete, trackable implementation items that mirror to Claude Code's todo system

## Commands

Commands use `/` prefix in Claude Code and `$` prefix in Codex.

### Core Workflow
| Claude Code | Codex | Description |
|-------------|-------|-------------|
| `/spec-brainstorm` | `$spec-brainstorm` | Brainstorm a feature idea before spec creation |

View full repository on GitHub →