feat(harness): add interview-driven HRD workflow and HITL architecture review gates#10
Open
leebaro wants to merge 1 commit intorevfactory:mainfrom
Open
feat(harness): add interview-driven HRD workflow and HITL architecture review gates#10leebaro wants to merge 1 commit intorevfactory:mainfrom
leebaro wants to merge 1 commit intorevfactory:mainfrom
Conversation
…e review gates - Phase 1을 도메인 분석에서 인터뷰 & 요구사항 정의로 개선 - 5축 인터뷰 프레임(도메인/작업유형/입출력/품질기준/재사용성) 도입 - HRD(Harness Requirements Document) 불변 스냅샷 체계 추가 - 아키텍처 승인(HITL Gate 1) 및 스킬 설계 승인(HITL Gate 2) 게이트 추가 - 6-상태 감지 테이블로 재개(resume) 지점 자동 판별 - references/hrd-template.md, references/interview-guide.md 신규 추가 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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.
Summary
references/hrd-template.md,references/interview-guide.md신규 추가Motivation
기존 harness 스킬은 도메인을 자동으로 분석하고 바로 에이전트/스킬 파일을 생성했습니다. 이로 인해 사용자의 실제 요구와 다른 구조가 생성되거나, 중간에 방향을 수정하기 어려운 문제가 있었습니다.
이번 변경으로:
.claude/agents/,.claude/skills/파일을 생성하지 않음Scope
변경 파일은
skills/harness/하위에 한정됩니다:skills/harness/SKILL.md— Phase 1 재정의, HRD 상태 감지 로직, HITL Gate 1/2 추가skills/harness/references/hrd-template.md— 신규: HRD 파일 규칙, 불변 스냅샷 원칙, HITL Gate 프로토콜skills/harness/references/interview-guide.md— 신규: 5축 인터뷰 가이드, 질문 형식, Fast Pathskills/harness/references/orchestrator-template.md—_workspace/초기 생성 설명 단순화Tests
claude plugin link ./harness후 신규 하네스 구성 요청 시 인터뷰 → HRD 생성 → Gate 1/2 흐름 동작 확인CHANGELOG
feat:→ minor version bump)SemVer Impact
feat:— minor version bump (하위 호환, 기능 추가)🤖 Generated with Claude Code