Files
asciinevrdie/.claude/skills/project-fix-plan.md
JiWoong Sul 916a50992c docs: CLAUDE.md 작업 프로토콜 추가 및 수정 계획 작성
- CLAUDE.md: Claude-Gemini 교차 토론 프로토콜 추가
- CLAUDE.md: 존재하지 않는 디렉토리 3개 제거
- analysis/fix-plan: 4 Phase 수정 계획 (Claude-Gemini 합의)
- .claude/agents/: dev 리뷰 에이전트 9개 복사
- .claude/skills/: 프로젝트 스킬 4개 복사
2026-03-27 16:52:52 +09:00

1.8 KiB

Project Fix Plan Skill

Trigger

/project-fix [absolute_path] or "수정 계획", "개선 플랜"

Description

Creates a prioritized action plan from audit findings. Groups fixes by urgency and effort.

Priority Framework (Eisenhower Matrix for Code)

Low Effort High Effort
Critical 🔴 DO NOW (Sprint 0) 🟠 PLAN (Sprint 1-2)
Important 🟡 SCHEDULE (Sprint 1) BACKLOG

Categorization Rules

  • Critical: Security vulnerabilities, data loss risk, production blockers
  • Important: Architecture violations, performance bottlenecks, test gaps
  • Low Effort: < 2 hours, single file change
  • High Effort: > 1 day, multi-file refactor

Output Format

Final deliverable in Korean (한국어).

# [Project Name] Fix Plan

## 🔴 Sprint 0 — 즉시 (이번 주)
| # | Finding | File | Effort | Agent |
|---|---------|------|--------|-------|
| 1 | | | ~Xh | Security |

## 🟠 Sprint 1 — 계획 (다음 2주)
| # | Finding | Files | Effort | Agent |
|---|---------|-------|--------|-------|

## 🟡 Sprint 2 — 예정 (이번 달)
| # | Finding | Scope | Effort | Agent |
|---|---------|-------|--------|-------|

## ⚪ Backlog — 여유 시 진행
| # | Finding | Scope | Effort | Agent |
|---|---------|-------|--------|-------|

## Estimated Total Effort
- Sprint 0: ~X hours
- Sprint 1: ~X days
- Sprint 2: ~X days
- Backlog: ~X days

## Expected Score Improvement
| Dimension | Current | After Sprint 0 | After Sprint 1 |
|-----------|---------|----------------|----------------|

Brutal Analysis Principles

  • Critical security fixes cannot be pushed to backlog — ever
  • Effort estimates must be realistic for a solo developer

Claude-Gemini Cross-Debate Protocol

Priority classification disagreements are debated. Effort estimates are averaged.