walidboulanouar

Verify Done — Development skill for Claude Code

Development community

5pm ritual. Check today's outcomes, log what shipped, flag what slipped, write tomorrow's 3.

How to install Verify Done

Installs to ~/.claude/skills/walidboulanouar-define-done-verify-done/SKILL.md

Terminal
mkdir -p ~/.claude/skills/walidboulanouar-define-done-verify-done && curl -fsSL https://raw.githubusercontent.com/walidboulanouar/define-done/HEAD/commands/verify-done.md -o ~/.claude/skills/walidboulanouar-define-done-verify-done/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Verify Done does


description: 5pm ritual. Check today's outcomes, log what shipped, flag what slipped, write tomorrow's 3.

/verify-done

The 5pm hard stop ritual. Run it once per day, at 5pm, before closing the laptop.

What it does

  1. Loads the most recent tracker from 008_Builds/define-done/
  2. Asks the user what shipped today (one outcome at a time)
  3. Updates the HTML state (preserves the live JS, but writes the truth)
  4. Logs the day to 008_Builds/define-done/log.md
  5. If today < 3/3 → as

Alternatives in Development

  • Done Check — PUA Done Check — 用于没跑测试别说完成、已完成但没证据、done without proof、需要验收/回归/交付质量检查的场景 19.5k ★
  • Content Shipped — Proactively detect and log shipped content when user mentions publishing, launching, or completing work 1k ★
  • Ensue Skill — A persistent knowledge tree that grows with you - what you learn today enriches tomorrow's reasoning 411 ★

Full documentation available on GitHub

View Source Repository