kramme:verification-before-completion

Require fresh verification evidence before reporting completion in software workflows.

2|2|Updated Jan 15, 2026
One-click install
npx skills add https://github.com/Abildtoft/kramme-cc-workflow --skill kramme-verification-before-completion
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kramme:verification-before-completion
Source: https://github.com/Abildtoft/kramme-cc-workflow/tree/main/skills/kramme%3Averification-before-completion
Command: npx skills add https://github.com/Abildtoft/kramme-cc-workflow --skill kramme-verification-before-completion

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enforces honesty in completion status by requiring fresh verification evidence before any success claim.

Core Features & Use Cases

  • Enforces a repeatable verification workflow before declaring work complete.
  • Applies to PRs, builds, tests, and task closures to ensure claims are backed by verifiable output.
  • Provides a clear, auditable process: identify command, run, read output, verify, report.

Quick Start

Run the full verification workflow for the current task and document the command output as evidence before making any completion claim.

Frequently Asked Questions about kramme:verification-before-completion

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I verify task completion claims with fresh evidence in a software workflow?

Enforce honest completion status by requiring fresh verification evidence before any success claim. This means defining a verification command, executing it fully, evaluating the output, and only then reporting the result as auditable evidence.

What is the best way to ensure PRs and builds are backed by verifiable output?

The best way to ensure PRs and builds are backed by verifiable output is applying a repeatable verification workflow that identifies the command, runs it, reads the output, verifies the result, and reports it before declaring work complete.

How do I enforce a repeatable verification workflow before declaring work complete?

Enforce a repeatable verification workflow by identifying a specific verification command, running the full command execution, reading and evaluating the output, and reporting the verified result before allowing any task closure or completion claim.

Does this verification process work for task closures and tests without external dependencies?

Yes, this verification process works for task closures, tests, PRs, and builds without external dependencies. It operates by requiring a defined verification command, full execution, output evaluation, and result reporting to ensure claims are supported.

Why do I need to run a verification command before claiming task completion?

You need to run a verification command before claiming task completion because it enforces honesty in completion status by requiring fresh verification evidence. Claims must be supported by actual verifiable command output rather than assumptions.

What are the limitations of enforcing verification before completion claims?

The limitation is that this verification approach requires a clearly defined verification command for every task. Without a runnable command to execute and evaluate, the process cannot generate the fresh evidence needed to support a completion claim.