Habib0x0/spec-driven-plugin
4 stars · Last commit 2026-05-03
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 ### Core Workflow | Command | Description | |---------|-------------| | `/spec-brainstorm` | Brainstorm a feature idea before spec creation | | `/spec <feature-name>` | Start a new spec with interactive 3-phase workflow | | `/spec-refine` | Refine requirements/design for current spec |