Skip to content

chore(docs): add codex greenfield prompts and Gemini review guide#47

Open
rivkode wants to merge 1 commit into
devfrom
chore/codex-prompts-and-gemini-instructions
Open

chore(docs): add codex greenfield prompts and Gemini review guide#47
rivkode wants to merge 1 commit into
devfrom
chore/codex-prompts-and-gemini-instructions

Conversation

@rivkode
Copy link
Copy Markdown
Owner

@rivkode rivkode commented Apr 26, 2026

Summary

  • .codex/prompt/preparation_checklist.md: 그린필드 백엔드 재구축(DDD/MSA 마이그레이션) 계획을 LLM에 요청하기 위한 프롬프트 템플릿
  • .codex/prompt/new_preparation_checklist.md: spec mining 강화 버전(레거시 → 명세 추출 → 그린필드 + diff testing 전략 반영)
  • .github/gemini-instructions.md: Gemini 자동 리뷰 시 따를 가이드(아키텍처 규칙, 성능, 테스트, 출력 스타일)

Excluded from this split (의도적 제외)

  • .claude/settings.local.json — 로컬 IDE 권한 설정, 커밋 대상 아님
  • .codex/output/* — 로컬에서 LLM이 산출한 출력물, 컨텍스트가 섞일 수 있어 제외
  • .github/docs/img.png — 의도가 불명확해 별도 판단 후 추가 권장
  • src/main/resources/db/migration/V1__init_schema.sql — Hibernate auto-generated DDL이고 신규 컬럼(context_type, video_id)이 포함되어 있어 Flyway baseline과 충돌할 수 있음. 정식 V7 마이그레이션을 별도로 작성 권장

Notes

  • 시크릿 / API 키 / OAuth secret 일체 포함되어 있지 않음

Test plan

  • .codex/prompt/*.md 두 파일이 의도한 위치에 들어가 있는지 확인
  • .github/gemini-instructions.md가 Gemini integration에서 픽업되는지 (별도 설정이 필요하면 후속 PR)

🤖 Generated with Claude Code

- .codex/prompt/preparation_checklist.md: prompt template for asking an
  LLM to plan a greenfield rebuild of this backend (DDD/MSA migration
  from the current monolith)
- .codex/prompt/new_preparation_checklist.md: tighter spec-mining variant
  of the same prompt
- .github/gemini-instructions.md: review heuristics for Gemini code
  reviews (architecture rules, performance, testing, output style)

No code changes; documentation/process assets only.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant