# verification-design > Define success criteria before building. Use before starting a task to establish how you'll know it's done correctly. - Author: N0V3LT0K3NS - Repository: N0V3LT0K3NS/claudefu - Version: 20260129192229 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-08 - Source: https://github.com/N0V3LT0K3NS/claudefu - Web: https://mule.run/skillshub/@@N0V3LT0K3NS/claudefu~verification-design:20260129192229 --- --- name: verification-design description: >- Define success criteria before building. Use before starting a task to establish how you'll know it's done correctly. triggers: - "define success criteria" - "how will we verify" - "verification design" tools: - Read - Write --- # Verification Design **Status:** 📋 Stub — Implementation coming soon ## Purpose Establish verification criteria before starting work, not after. ## Intended Behavior 1. Ask: What does success look like? 2. Define testable criteria 3. Identify edge cases 4. Establish acceptance tests 5. Document verification plan ## Output Clear verification criteria that can be checked after work completes.