ワンクリックで
workflow-validate
Validate technical feasibility with prototypes or tests
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Validate technical feasibility with prototypes or tests
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | workflow-validate |
| description | Validate technical feasibility with prototypes or tests |
| disable-model-invocation | true |
$ARGUMENTS
Optional input:
Check Prerequisites:
docs/work/WORK-{name}/analysis.md existsLoad Analysis Document:
Determine Validation Method:
Execute Validation:
__prototype__/{feature-name}/ if neededAssess Results:
Write Documents (Dual Language):
docs/work/WORK-{name}/validation.ko.md (Korean - for user reference)docs/work/WORK-{name}/validation.md (English - for agent consumption)CRITICAL: You must generate TWO versions of all documents:
validation.ko.md): For user reference - written in Koreanvalidation.md): For agent consumption - written in EnglishBoth versions must contain identical structure and information, only the language differs.
__prototype__/ directoryChoose based on uncertainty type:
| Uncertainty Type | Validation Method | Output |
|---|---|---|
| Core logic feasibility | Prototype implementation | Working code + results |
| UI/UX changes | Playwright verification | Screenshots + test results |
| Complex algorithms | TDD approach | Test code + edge cases |
| External dependencies | Library exploration | Sample code + compatibility |
| Standards/patterns | Documentation research | Summary + recommendations |
| Environment-specific | User delegation | Test guide + checklist |
Location: __prototype__/{feature-name}/
How to create:
__prototype__/Purpose:
Lifecycle:
Files to create:
docs/work/WORK-{task-name}/validation.ko.md (Korean version)docs/work/WORK-{task-name}/validation.md (English version)# 기술 검증 보고서
## 🎯 검증 목표
**핵심 질문**: [검증하려는 기술적 불확실성]
**검증 범위**: [검증 대상 및 제외 사항]
---
## 🔬 검증 방법
**선택한 방법**: [프로토타입/테스트/조사 등]
**검증 환경**: [사용한 도구 및 설정]
---
## 📊 검증 결과
**상태**: ✅ 성공 / ⚠️ 부분 성공 / ❌ 실패
**핵심 발견사항**:
- [주요 발견 1]
- [주요 발견 2]
---
## 💡 발견된 사항
### 긍정적 요소
- [예상대로 작동하는 부분]
- [추가로 발견한 장점]
### 제약사항/리스크
- [기술적 제약]
- [성능 이슈]
- [호환성 문제]
---
## 🛠️ 프로토타입 코드 (if created)
**위치**: `__prototype__/{feature-name}/`
**핵심 구현**:
- [구현한 핵심 로직 설명]
- [테스트 방법 및 결과]
**참고사항**:
- [execute 단계에서 주의할 점]
- [개선 가능한 부분]
---
## ✅ 권장사항
**다음 단계**: `/workflow-plan` 진행 / `/workflow-analyze` 재검토
**구현시 주의사항**:
- [주의사항 1]
- [주의사항 2]
**대안 (필요시)**:
- [대안 1]: [장단점]
- [대안 2]: [장단점]
---
## 📚 참고자료
- [관련 문서 링크]
- [참고한 라이브러리 문서]
# 기술 검증 가이드
## 🎯 검증 배경
**AI가 직접 검증할 수 없는 이유**: [환경/접근/도메인 제약]
**사용자 검증이 필요한 부분**: [구체적 검증 대상]
---
## ✅ 검증 체크리스트
### 필수 확인 사항
- [ ] [확인 항목 1]: [확인 방법]
- [ ] [확인 항목 2]: [확인 방법]
- [ ] [확인 항목 3]: [확인 방법]
---
## 🧪 테스트 시나리오
### 시나리오 1: [제목]
**목적**: [무엇을 확인하려는지]
**단계**:
1. [구체적 실행 단계]
2. [구체적 실행 단계]
3. [구체적 실행 단계]
**예상 결과**: [정상 동작시 기대 결과]
**확인 포인트**:
- [무엇을 봐야 하는지]
- [어떤 값을 확인해야 하는지]
### 시나리오 2: [제목]
[시나리오 1과 동일한 구조]
---
## ❓ 확인 질문
1. **[구체적 질문]**
- 배경: [왜 이것이 중요한지]
- 판단 기준: [어떻게 판단할지]
2. **[구체적 질문]**
- 배경: [왜 이것이 중요한지]
- 판단 기준: [어떻게 판단할지]
---
## 📋 검증 완료 후
**결과 공유 방법**:
- 각 체크리스트 항목별 통과/실패 표시
- 발견된 문제나 제약사항 설명
- 스크린샷이나 로그 첨부 (필요시)
**다음 단계**:
- 검증 성공시: `/workflow-plan` 진행
- 문제 발견시: 대안 논의 필요
/workflow-plan/workflow-analyze for re-evaluationThis validation follows Agile Spike methodology:
Now start the validation task according to the guidelines above.
Transform verbose natural language requests into structured bilingual documentation (Korean for review + English for AI prompts)
Review current git changes or latest commit using code-reviewer and architect-reviewer agents
Review comments and suggest cleanup (identify unnecessary comments, recommend improvements)
Generate Conventional Commits-compliant messages (feat/fix/docs/chore) in Korean and English
Identify and safely remove dead code, deprecated code, and unused exports from codebase
Generate business rule documentation from domain knowledge and requirements