Fix Fast banner
lantisprime lantisprime

Fix Fast

Design community

Description

--- description: Compressed SDLC path for small bug fixes only — collapses Plan + Analyze + Design into a single mini-gate. Not for new builds or change requests. --- Eligibility (all must be true): - Work item is classified as **fix** - Estimated scope ≤ 2 files AND ≤ 50 LOC - No schema / API / security-surface changes - No frontend/UX changes Flow: 1. Run `plan` skill in compact mode — single mini-plan with classification, in-scope files/functions, repro steps, fix approach, test to add. 2

Installation

Installs to ~/.claude/skills/lantisprime-claude-sdlc-fix-fast/SKILL.md

Terminal
mkdir -p ~/.claude/skills/lantisprime-claude-sdlc-fix-fast && curl -fsSL https://raw.githubusercontent.com/lantisprime/claude-sdlc/HEAD/commands/fix-fast.md -o ~/.claude/skills/lantisprime-claude-sdlc-fix-fast/SKILL.md

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

Full documentation available on GitHub

View Source Repository