Use when about to verify, validate, or confirm anything in this repo — reproducibility checks, data validation, statistical analysis, integration or regression testing, or confirming a bug fix. Verification is a design problem, so plan how you'll verify before you start verifying.
Scanned 9/3/2026
Install to Claude Code
npx -y skills add yulonglin/dotfiles --skill verification-planning --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Verification Planning?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/yulonglin-verification-planning)More formats (shields.io, HTML) on the badges page.
---
name: verification-planning
description: Use when about to verify, validate, or confirm anything in this repo — reproducibility checks, data validation, statistical analysis, integration or regression testing, or confirming a bug fix. Verification is a design problem, so plan how you'll verify before you start verifying.
---
# Verification Planning
**Use EnterPlanMode for verification activities, not just implementation.**
Verification is a design problem — you need to plan *how* you'll verify before you start verifying.
| Activity | Trigger EnterPlanMode | Why |
|----------|----------------------|-----|
| Implementing a feature | ✅ Yes | Need to decide implementation approach |
| Verifying it works | ✅ Yes | Need to decide validation strategy |
| Running an experiment | ✅ Yes | Need to plan test design |
| Analyzing results | ✅ Yes | Need to plan statistical approach |
| Fixing a bug | ✅ Yes | Need to decide debugging strategy |
| Confirming the fix | ✅ Yes | Need to plan regression/validation testing |
**Verification activities that need planning:**
- Reproducibility checks (rerun, validate numbers match, check for hidden bugs)
- Data validation (schema checks, contamination detection, canary verification)
- Statistical analysis (which metrics, confidence intervals, significance tests, N requirements)
- Integration testing (which scenarios to cover, edge cases)
- Error handling (what could break, how to test failures)
- Regression testing (what could be affected by this change)
**Red flag**: If you think "let me figure out how to verify this," that's EnterPlanMode.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!