QualityPython

Verification Strategy

by vstorm-co

Verification Strategy is a Quality skill for Claude Code, published by vstorm-co in pydantic-deepagents.

1K stars126 forkson vstorm-co/pydantic-deepagentsAdded 2026/08/21Repository updated 2026/08/20
agent-frameworkai-agentsanthropicclaude-codeclicoding-agentdeep-researchdocker-sandboxllmsmcpplaywrightpydanticpydantic-aipythonsubagentstuivstorm
Install in seconds
Install Verification Strategy
Copy Verification Strategy into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/vstorm-co/pydantic-deepagents/tree/main/pydantic_deep/bundled_skills/verification-strategy ~/.claude/skills/verification-strategy

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/vstorm-co/pydantic-deepagents.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
pydantic_deep/bundled_skills/verification-strategy/SKILL.md in vstorm-co/pydantic-deepagents
Installs to
~/.claude/skills/verification-strategy
Collection
One of 14 skills cataloged from this repository
Category
Quality1354 skills

What Verification Strategy does

Verification Strategy helps you confirm a task is complete by checking requirements, file outputs, commands, and test expectations before marking work done. Use it when you need to validate code or generated artifacts against exact instructions.

Verification Strategy is cataloged under Quality on DirSkills. Verification Strategy comes from a repository tagged agent-framework, ai-agents, anthropic, claude-code and cli.

Documentation

README

Verification Strategy

How to verify your work is correct before declaring a task complete.

The Verification Checklist

After implementing a solution, go through ALL of these:

1. Re-read the original task

  • Re-read the EXACT wording of the task instruction
  • Check every requirement — file paths, names, formats, constraints
  • Are there implicit requirements? ("compile with gcc -O3 -lm" means exact flags)

2. Check file outputs

  • Do all required files exist at the exact paths specified?
  • Are file sizes within any stated limits?
  • Is the file format correct? (binary vs text, encoding, line endings)
ls -la /path/to/expected/output
wc -c /path/to/output    # byte count
file /path/to/output      # format detection
head -5 /path/to/output   # content preview

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Verification Strategy

  • What else does vstorm-co publish alongside Verification Strategy?

    Verification Strategy is one of 14 skills that DirSkills catalogs from vstorm-co/pydantic-deepagents, the repository it ships in. Its siblings there include Build And Compile, Code Review and Code Review. Each one is a separate skill with its own page in this directory, installs the same way Verification Strategy does, and is maintained by vstorm-co in that same repository. The rest of the collection is listed on the vstorm-co/pydantic-deepagents page.

  • How does Verification Strategy compare to other Quality skills?

    Verification Strategy ranks #828 by stars among the 1354 Quality skills in this catalog. The most-starred ones next to it are Benchmark, Benchmark Optimization Loop and API Design Patterns. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Verification Strategy against them. Open each page to compare what they document and how they install.