ai-factory.fix

Installation
SKILL.md

Fix - Bug Fix Workflow

Fix a specific bug or problem in the codebase. Supports two modes: immediate fix or plan-first approach.

Workflow

Step 0: Check for Existing Fix Plan

BEFORE anything else, check if .ai-factory/FIX_PLAN.md exists.

If the file EXISTS:

  • Read .ai-factory/FIX_PLAN.md
  • Inform the user: "Found existing fix plan. Executing fix based on the plan."
  • Skip Steps 0.1 through 1 — go directly to Step 2: Investigate the Codebase, using the plan as your guide
  • Follow each step of the plan sequentially
  • After the fix is fully applied and verified, delete .ai-factory/FIX_PLAN.md:
    rm .ai-factory/FIX_PLAN.md
    
Related skills

More from lee-to/ai-factory

Installs
1
GitHub Stars
672
First Seen
Feb 18, 2026