[3팀 박형우] Chapter 1-2. AI와 테스트를 활용한 안정적인 기능 개발 #79
Open
hyeongwoo94 wants to merge 39 commits intohanghae-plus:mainfrom
Open
[3팀 박형우] Chapter 1-2. AI와 테스트를 활용한 안정적인 기능 개발 #79hyeongwoo94 wants to merge 39 commits intohanghae-plus:mainfrom
hyeongwoo94 wants to merge 39 commits intohanghae-plus:mainfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
과제 체크포인트
필수 스펙
반복 일정 표시
반복 종료
반복 일정 수정
반복 일정 삭제
기본 과제
공통 제출
기본 과제(Easy)
AI 코드를 잘 작성하기 위해 추가로 작성했던 지침
커밋별 올바르게 단계에 대한 작업
=>학습 할 수록 기억의 양이 많아지니 에이전트가 일을 할때 실패/성공의 스토리를 갖고 작업을 함.
AI 도구 활용을 개선하기 위해 노력한 점 PR에 작성
기본 과제(Hard)
Agent 구현 명세 문서 또는 코드
커밋별 올바르게 단계에 대한 작업
1: 반복 일정 표시 (TDD 준수)
2: 수정 기능 (실패 → Review → 재구현 성공)
3: 삭제 기능 (3번 시도, 3번 Review)
4: 버그 수정 (사용자 리포트 기반)
결과를 올바로 얻기위한 history 또는 log
AI 도구 활용을 개선하기 위해 노력한 점 PR에 작성
심화 과제
과제 셀프회고
2025-10-27
0. 명령어 실행 시 공통 설정 및 작업 프로세스 정리
프로젝트 페르소나 정의 (/people)
역할별 명세서 작성 (/home)
2025-10-28
---QnA 이후 개선 및 리팩토링---
명확히 정의.
원인 분석 및 수정 시간 단축.
이로써 품질 보증과 의사결정 정확도를 높임.
기술적 성장
일반 수정과 반복일정이 같이 있을경우
-일반수정을 매월이나 매일로 변경할 경우 반복일정이 두개가 겹친다. 이때 계속진행으로 겹칠 수 있게 제작.
학습이 잘 되었는지 확인(과제 외 다른 일을 시켜봄)
코드 품질
페르소나
people 폴더 : 역할 정의
home 폴더 : 학습된 경험과 패턴 저장
#워크 플로우
==사용자가 승인 시
노동자
관리자
세월이
doc 제작
학습 효과 분석
과제 피드백
리뷰 받고 싶은 내용
ex)
history: AI를 학습시키기 위해 내가 ai에게 물어보는 모든 것을 요약 정리해서 기록
request: 내가 명령한 것을 prd에 맞춰서 작성해서 명령을 실행하기전에 나에게 검수를 받는 문서
메모리가 저 두 폴더를 기준으로 기억을 해서 작업에 영향을 주도록 했습니다.
이때 핵심 내용이 많이 들어 있는건 request라서 history가 필요 없지 않을까라는 생각을 했습니다.
그러나 학습량이 많을수록 더 좋은 결과 값을 낼 것 같아서 hisory를 만들어서 사용했습니다.(중복내용은 지우고 핵심요약만 하라고 명세서에 넣어두었습니다.)
이러한 작업이 효율적인 작업인지 아닌지 판단이 어렵습니다.