diff --git a/.agents/AGENT.ko.md b/.agents/AGENT.ko.md index c901c55..02804d4 100644 --- a/.agents/AGENT.ko.md +++ b/.agents/AGENT.ko.md @@ -103,6 +103,14 @@ sequenceDiagram - 리뷰어 전원이 `PASS`를 인가할 때까지 이 과정이 반복됩니다. 4. **최종 보고**: 개발 팀장이 총괄 매니저에게 완료 신호를 보내면 총괄 매니저가 사용자에게 완료를 알립니다. +### 3.1. 에이전트 전담 워크플로우 루프 (Planner-Developer-Reviewer Loop) + +프로젝트 내부의 특정 작업을 수행할 때 다음과 같은 역할 전담 루프를 엄격히 준수합니다: +1. **Planner Agent (기획/설계)**: 세션명 `canary-projects-multi-agent-paper-creator-claude-planner`는 변경 요구사항을 분석하여 `implementation_plan.md`를 포함한 기획 및 설계 문서를 작성/조정하고 계획 수립을 담당합니다. +2. **Developer Agent (개발/수정 - Master Agent)**: Antigravity(Master Agent)는 Planner가 수립한 계획(`implementation_plan.md` 및 `task.md`)에 따라 실제 파일 수정, 테스트 등 구현 작업을 진행합니다. +3. **Reviewer Agents (교차 검증/리뷰)**: 세션명 `canary-projects-multi-agent-paper-creator-claude` 및 `canary-projects-multi-agent-paper-creator-cline`은 수정된 내역에 대해 학술적 정합성과 팩트 검증을 교차 수행하며 피드백 및 `PASS`/`NOT PASS` 판정을 내립니다. +4. **피드백 루프**: 리뷰어가 반려하거나 개선 피드백을 주면, **Planner Agent**에게 피드백을 전달하여 수정 계획을 다시 수립하고 ➡️ **Developer Agent**가 수정 작업을 수행한 뒤 ➡️ **Reviewer Agents**의 최종 `PASS` 승인을 얻을 때까지 반복합니다. + --- ## 4. 분석 인프라 패턴 & 실무 가이드 (Infra Patterns) diff --git a/.agents/AGENT.md b/.agents/AGENT.md index 9006f8e..bba3be5 100644 --- a/.agents/AGENT.md +++ b/.agents/AGENT.md @@ -103,6 +103,14 @@ sequenceDiagram - This cycle repeats until all reviewers issue a `PASS`. 4. **Completion and Report**: The Developer Team Leader sends the final completion signal to the General Manager, who notifies the user. +### 3.1. Designated Agent Workflow Loop (Planner-Developer-Reviewer Loop) + +When performing specific tasks within the project, the following role-based loop must be strictly followed: +1. **Planner Agent (Planning & Design)**: Session name `canary-projects-multi-agent-paper-creator-claude-planner` analyzes requirements, drafts or updates `implementation_plan.md` (and design files), and coordinates the planning phase. +2. **Developer Agent (Development & Implementation - Master Agent)**: Antigravity (Master Agent) carries out the actual file edits, formatting, testing, and implementation tasks based on the plan approved by the Planner (`implementation_plan.md` and `task.md`). +3. **Reviewer Agents (Cross-Verification & Review)**: Session names `canary-projects-multi-agent-paper-creator-claude` and `canary-projects-multi-agent-paper-creator-cline` cross-examine the implemented changes for technical correctness, terminology compliance, and issue PASS/NOT PASS verdicts. +4. **Feedback Loop**: When reviewers raise issues or feed nits, **Planner Agent** processes the feedback to update the plan ➡️ **Developer Agent** implements the updated plan ➡️ **Reviewer Agents** re-verify until a final `PASS` is achieved. + --- ## 4. Analysis Infrastructure Patterns & Practical Guide (Infra Patterns)