Install
$ agentstack add skill-jh941213-codex-lattice-spec-verify ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
SPEC 검증
명세서 기반 작업 완료 후 검증하는 스킬입니다.
트리거
- "스펙 검증", "spec-verify", "명세서 검증", "구현 검증"
워크플로우
1단계: 검증 경로 선택
기본은 현재 세션에서 읽기 전용으로 검증한다. 사용자가 서브에이전트 사용을 명시했거나 현재 Codex 지침상 허용되면 explorer 또는 qa 역할로 분리한다.
검증 프롬프트:
SPEC.md 파일을 읽고 다음을 검증하세요:
1. 명세서의 모든 요구사항이 구현되었는지 확인
2. 각 항목별 체크:
- [ ] 기능적 요구사항
- [ ] 비기능적 요구사항
- [ ] UI/UX 명세
- [ ] API 설계 (해당 시)
- [ ] 보안 고려사항
3. 누락된 항목이 있으면 구체적으로 명시
4. 개선 제안 사항 포함
결과를 SPEC-REVIEW.md 파일로 작성하거나 사용자에게 요약하세요.
2단계: 피드백 반영
검증 결과에 누락 사항이 있으면:
- SPEC-REVIEW.md 내용을 사용자에게 보여줌
- 수정 여부 확인 (AskUserQuestion 사용)
- 승인 시 누락 사항 구현
3단계: 완료 보고
모든 항목이 완료되면:
## 검증 완료
### 구현 상태
- [x] 기능적 요구사항: 100%
- [x] 비기능적 요구사항: 100%
- [x] UI/UX: 100%
- [x] 테스트: 100%
### 주의사항
- ...
### 다음 단계 제안
- ...
검증 체크리스트
## SPEC 검증 체크리스트
### 기능 완성도
- [ ] 모든 기능적 요구사항 구현됨
- [ ] 모든 엣지 케이스 처리됨
- [ ] 에러 핸들링 적절함
### 코드 품질
- [ ] 타입 안전성 확보
- [ ] 린트 규칙 준수
- [ ] 테스트 커버리지 충분
### 문서화
- [ ] 코드 주석 적절
- [ ] API 문서 (해당 시)
- [ ] README 업데이트
### 보안
- [ ] 입력 검증
- [ ] 인증/권한 확인
- [ ] 민감 정보 보호
핵심 원칙
- 객관적 검증: 명세서 대비 실제 구현 비교
- 구체적 피드백: "안 됨" 대신 "X 기능의 Y 부분 누락"
- 반복 가능: 피드백 → 수정 → 재검증 사이클
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: jh941213
- Source: jh941213/codex-lattice
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.