This skill should be used when the user asks "산출물 버전 올려줘", "v1.0으로 승격", "문서 버전 관리", "산출물 목록 알려줘", "이 문서 검증해줘", "v1.0 준비", or when creating, versioning, or quality-checking project deliverables. Manages deliverable versioning, naming conventions, and quality gates.
How this skill is triggered — by the user, by Claude, or both
Slash command
/amaranth10-claude-forge:a10-deliverable-managementThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
프로젝트 산출물의 버전 관리, 명명 규칙, 품질 게이트를 관리한다.
프로젝트 산출물의 버전 관리, 명명 규칙, 품질 게이트를 관리한다.
{프로젝트}/
├── docs/
│ ├── 00_관리/ # 팀 플랜, 계획서, 세션 로그, 의사결정 로그
│ ├── 01_참고자료/ # 벤치마킹, 경쟁사분석, 기술조사 (읽기 전용 성격)
│ ├── 02_기획/ # SRS, 요구사항(AC), 사용자스토리
│ ├── 03_설계/ # 화면설계, API, DB, 아키텍처
│ ├── 04_PoC/ # 기술 검증 코드·결과
│ ├── 05_검증/ # 교차 검증 리포트, 리스크 대장
│ └── 06_산출물/ # 최종 배포용 (킥오프 패키지)
└── CLAUDE.md # 프로젝트 마스터 지침
파일명_v{버전}.{확장자} (예: srs_v1.0.docx)research_{주제}.md (예: research_gantt_comparison.md)poc_{주제}.{확장자} (예: poc_cpm_algorithm.py)validation_report.md 또는 validation_{대상}.mdsession_YYYY-MM-DD_N.md| 버전 범위 | 의미 | 승격 조건 |
|---|---|---|
| v0.x | 초안(Draft) | 자유 갱신 |
| v1.0 | 리뷰 완료본 | Agent 5(수아) 교차 검증 통과 + PM 리뷰 |
| v1.x | 마이너 수정 | PL 판단으로 갱신 |
| v2.0 | 메이저 변경 | 범위 변경 시 PM 컨펌 후 |
_v0.x 접미사 그대로 보존한다.모든 산출물은 **"실제 개발팀이 바로 사용할 수 있는 수준"**을 목표로 한다.
검증 체크리스트:
마크다운 파일 작성·업데이트 시 모든 경로·파일 참조는 클릭 가능한 상대 링크로 작성한다.
# 나쁜 예 (클릭 불가)
법무관리/tasks/_current.md에서 확인
# 좋은 예 (클릭 가능)
[법무관리/tasks/_current.md](../법무관리/tasks/_current.md)에서 확인
npx claudepluginhub cjrain-12505614/amaranth10-forge-marketplaceProvides a checklist for code reviews covering functionality, security, performance, maintainability, tests, and quality. Use for pull requests, audits, team standards, and developer training.