Agent Skill
2/7/2026

verification-before-completion

Use before claiming work complete, fixed, or passing. Evidence before assertions - run verification, read output, THEN claim result.

L
luan
0GitHub Stars
1Views
npx skills add luan/dot-claude

SKILL.md

Nameverification-before-completion
DescriptionUse before claiming work complete, fixed, or passing. Evidence before assertions - run verification, read output, THEN claim result.

~/.claude

Claude Code configuration. Skills, rules, and workflows for AI-assisted development.

New User Setup

  1. Set your username Add "GIT_USERNAME": "<your-handle>" to the env block in settings.json or settings.local.json. This controls branch prefixes and other user-specific behaviour.

  2. Install the ct CLI

    cd ~/.claude/tools && cargo install --path crates/ct
    

    Requires Rust (curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh).

  3. Reinstall plugins Plugin state is not committed. Open Claude Code and reinstall plugins via the plugin manager.

Quick Start

/vibe "add user authentication"      # Full pipeline, hands-off
/scope "add user authentication"     # Research, design, create tasks
/develop <epic-id>                   # Execute (solo or swarm)
/review                              # Adversarial code review
/commit                              # Conventional commit

Pipeline

brainstorm → scope → develop → split-commit → review → commit
  • brainstorm: Collaborative design for greenfield features
  • scope: Research codebase, design, and create implementation tasks
  • develop: Workers own TDD from briefs (auto solo/swarm)
  • split-commit: Repackage branch into clean, tested commits
  • review: Adversarial review with built-in fix loop + polish
  • commit: Conventional commit

Other skills: /test-plan, /triage, /debugging, /next, /start, /split-commit, /gt, /acceptance, /pr:descr, /pr:comments, /frontend-design

License

Do whatever you want with this.

Skills Info
Original Name:verification-before-completionAuthor:luan