一键导入
workflow-validate
Validate technical feasibility with prototypes or tests. Use when uncertain about technical approach before committing to implementation.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Validate technical feasibility with prototypes or tests. Use when uncertain about technical approach before committing to implementation.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Transform verbose natural language requests into structured bilingual documentation (Korean for review + English for AI prompts). Use when you need to clarify and structure a complex request before implementation.
Review current git changes or latest commit using code-reviewer and architect-reviewer agents. Use after completing code changes to get comprehensive quality feedback.
Review comments and suggest cleanup (identify unnecessary comments, recommend improvements). Use to aggressively clean up comment debt in code.
Identify and safely remove dead code, deprecated code, and unused exports from codebase. Use when you need to clean up unused or obsolete code.
Generate business rule documentation from domain knowledge and requirements. Use when you need to document complex business logic or domain rules.
Implement UI E2E tests sequentially using Playwright MCP, stop on bug discovery. Use after e2e-ui-research to implement the planned test scenarios.
| name | workflow-validate |
| description | Validate technical feasibility with prototypes or tests. Use when uncertain about technical approach before committing to implementation. |
| 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:
/workflow-plan/workflow-analyze for re-evaluationThis validation follows Agile Spike methodology:
Now start the validation task according to the guidelines above.