Skip to content

[#704] AI agent 역할군과 작업 라우팅 규칙을 정의한다#705

Merged
opficdev merged 2 commits into
developfrom
ai/#704-ai-routing
Jul 7, 2026
Merged

[#704] AI agent 역할군과 작업 라우팅 규칙을 정의한다#705
opficdev merged 2 commits into
developfrom
ai/#704-ai-routing

Conversation

@opficdev

@opficdev opficdev commented Jul 7, 2026

Copy link
Copy Markdown
Owner

🔗 연관된 이슈

🎯 의도

여러 AI 모델을 역할별로 분리해 사용할 수 있도록 repo-local AI 작업 기준과 실행 워크플로우를 정리하기 위한 변경

📝 작업 내용

📌 요약

  • AGENT_ROLES.md를 추가해 역할별 책임, 금지 범위, 출력 형식 정의
  • AGENT_WORKFLOWS.md를 추가해 작업 유형별 실행 runbook 정의
  • AGENTS.md에 AI role workflow 진입 규칙 추가
  • README.md에 AI 역할 분리 흐름을 Mermaid diagram과 표로 추가

🔍 상세

  • Planner, Implementer, Architecture Watcher, Code Reviewer, Verification Runner, GitHub/CI Analyst, Documentation Writer 역할 정의
  • Primary, Spark, Fast 모델 tier와 gpt-5.3-codex-spark 사용 위치 명시
  • role activation template, task packet, fallback policy, escalation rule 추가
  • issue 구현, architecture-sensitive implementation, review-thread follow-up, CI failure triage, docs-only workflow 예시 추가
  • docs/ 디렉터리는 README 이미지와 draw.io 원본 위치로 유지하는 정책 명시

📸 영상 / 이미지 (Optional)

@opficdev opficdev self-assigned this Jul 7, 2026

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request establishes a structured AI role workflow and executable runbooks for the repository, introducing role definitions, model assignments, and workflow gates across AGENTS.md, AGENT_ROLES.md, AGENT_WORKFLOWS.md, and README.md. The feedback points out a hardcoded local absolute path in the role activation template within AGENT_ROLES.md, which should be replaced with a generic placeholder to ensure portability across different environments.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

Comment thread AGENT_ROLES.md Outdated
@opficdev opficdev force-pushed the ai/#704-ai-routing branch from 80cd381 to ed04e98 Compare July 7, 2026 05:49
@opficdev opficdev merged commit 08eb99c into develop Jul 7, 2026
7 checks passed
@opficdev opficdev deleted the ai/#704-ai-routing branch July 7, 2026 06:24
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.

AI agent 역할군과 작업 라우팅 규칙을 정의한다

1 participant