docs: CLAUDE.md 작업 프로토콜 추가 및 수정 계획 작성
- CLAUDE.md: Claude-Gemini 교차 토론 프로토콜 추가 - CLAUDE.md: 존재하지 않는 디렉토리 3개 제거 - analysis/fix-plan: 4 Phase 수정 계획 (Claude-Gemini 합의) - .claude/agents/: dev 리뷰 에이전트 9개 복사 - .claude/skills/: 프로젝트 스킬 4개 복사
This commit is contained in:
61
.claude/skills/project-fix-plan.md
Normal file
61
.claude/skills/project-fix-plan.md
Normal file
@@ -0,0 +1,61 @@
|
||||
# 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 (한국어)**.
|
||||
|
||||
```markdown
|
||||
# [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.
|
||||
Reference in New Issue
Block a user