- CLAUDE.md with collaboration rules and Planner/Generator/Evaluator cycle - .claude/ agents, commands, skills, hooks per Claude Code conventions - Sprint Contracts for sut-prober, normalizer, recorder, player, diff-reporter - SUT catalog (EG-BIM Modeler, 187 plugins) and .gitignore excluding SUT tree - PROGRESS.md / PLAN.md as shared agent handoff state - Solution scaffold targeting sut-prober PoC Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2.2 KiB
2.2 KiB
PLAN.md — recordingtest
다음에 할 일의 우선순위 큐. 에이전트는 상단부터 집어든다. 비자명한 항목은
/contract <name>→docs/contracts/<name>.md로 Sprint Contract 먼저 작성.
P0 — 지금 바로
- sut-prober PoC 구현 — Sprint Contract: docs/contracts/sut-prober.md
- Generator: 일반 세션
- Evaluator:
/evaluate sut-prober - 의존: 없음 (독립 실행)
- PROGRESS.md / PLAN.md / CLAUDE.md 훅 동작 검증 — SessionStart/Stop/Guard 3개 shell 스크립트를 실제로 트리거시켜 확인
- 의존: jq 설치 여부 확인
P1 — PoC 1단계
- normalizer PoC — Sprint Contract: docs/contracts/normalizer.md
- 의존: sut-prober의 Json 카탈로그
- recorder PoC (element-aware) — Sprint Contract: docs/contracts/recorder.md
- 의존: FlaUI 패키지 승인
- player PoC — Sprint Contract: docs/contracts/player.md
- 의존: recorder 산출물 포맷 확정
- diff-reporter PoC — Sprint Contract: docs/contracts/diff-reporter.md
- 의존: normalizer 규칙 1개 이상
P2 — 통합
- test-runner — 시나리오 일괄 실행 + 실패 triage
- 의존: recorder + player + normalizer + diff-reporter 전부
- engine-bridge 탐색 — HmEG PDB 리플렉션으로 카메라/선택 상태 접근 가능 여부 확인
- Sprint Contract 필요
- AutomationPeer PR 전략 PoC — SUT fork에 AI로 AutomationPeer 자동 부착 샘플
P3 — 상시
- Scaffolding review (PoC 3개마다)
- .claude/ 비계 감사 — 기사 원칙: 불필요한 비계 제거
- history 파일 누락 체크 — Stop hook이 경고
규칙
- 항목을 집을 때 PROGRESS.md의 "In progress"에 기록하고 본인(에이전트명/세션) 명시.
- 비자명한 P0/P1/P2 항목은 반드시 Sprint Contract 먼저.
- Generator와 Evaluator는 같은 세션이 겸하지 않는다.
- 완료 시: evaluator pass → PROGRESS.md Done 이동 → PLAN.md 제거 → history 작성 →
/handoff.