Speckit.Fix banner
jmanhype jmanhype

Speckit.Fix

Productivity community

Description

--- description: "Quick fix command for simple changes that don't require full workflow. Usage: /speckit.fix <description of fix>" --- # Quick Fix Command ## User Input ```text $ARGUMENTS ``` ## Purpose This command is for **simple, targeted fixes** that don't warrant the full specify → plan → tasks → implement workflow. **Use this for:** - Typo fixes - Color/style changes - Simple bug fixes with obvious solutions - Adding missing imports - Fixing linting errors - Small refactors (rename v

Installation

Installs to ~/.claude/commands/jmanhype-speckit-speckit.fix.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/jmanhype/speckit/HEAD/.claude/commands/speckit.fix.md -o ~/.claude/commands/jmanhype-speckit-speckit.fix.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository