What problem does it solve? Before committing to a full implementation, teams often face uncertainty about whether a chosen technical approach will actually work. This Skill validates technical feasibility early using prototypes, tests, or research, preventing wasted effort on unworkable solutions. ## Core Features & Use Cases - Multiple Validation Methods: Choose from prototype implementation, Playwright UI verification, TDD, library exploration, documentation research, or user delegation based on the type of uncertainty. - Prototype Management: Create minimal working code in a __prototype__/ directory as proof of feasibility and reference for later phases. - Clear Status Assessment: Produce explicit Success, Partial Success, or Failure verdicts with actionable next steps documented in Korean. - Use Case: After analyzing a feature that depends on an unfamiliar third-party API, run this Skill to explore the library, build a small prototype, and confirm compatibility before writing the implementation plan. ## Quick Start Run the workflow-validate skill to verify the technical feasibility of the approach selected in my analysis document.