skills$openclaw/verify-task
arisylafeta1.7k

by arisylafeta

verify-task – OpenClaw Skill

verify-task is an OpenClaw Skills integration for writing workflows. MUST use after completing any multi-step task or project. Verifies completion against the original plan, checks quality criteria, and documents outcomes.

1.7k stars8.4k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026writing

Skill Snapshot

nameverify-task
descriptionMUST use after completing any multi-step task or project. Verifies completion against the original plan, checks quality criteria, and documents outcomes. OpenClaw Skills integration.
ownerarisylafeta
repositoryarisylafeta/clawlistpath: verify-task
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @arisylafeta/clawlist:verify-task
last updatedFeb 7, 2026

Maintainer

arisylafeta

arisylafeta

Maintains verify-task in the OpenClaw Skills directory.

View GitHub profile
File Explorer
1 files
verify-task
SKILL.md
2.3 KB
SKILL.md

name: verify-task description: "MUST use after completing any multi-step task or project. Verifies completion against the original plan, checks quality criteria, and documents outcomes."

Verify Task

Overview

Confirm successful completion and document outcomes against the original plan.

When to Verify

  • All tasks from plan are marked complete
  • User asks "is it done?" or "did it work?"
  • Before declaring a project finished
  • After each checkpoint in long-running tasks

Verification Process

Step 1: Load Original Plan

Read the plan that was created by write-plan skill.

Step 2: Verify Each Checkpoint

Go through each checkpoint and confirm:

  • All tasks marked complete
  • Verification criteria met
  • Quality standards achieved

Step 3: Final Quality Checks

General quality criteria:

  • Output matches original goal
  • No obvious errors or issues
  • Documentation updated (if applicable)
  • User can use/access the result

Step 4: User Confirmation

"Verification complete. Final checks:

✓ All tasks from plan completed (X/Y)
✓ Quality criteria met
✓ [Specific checks]

[Preview/demonstrate result]

Does this meet your expectations? Any adjustments needed?"

Step 5: Document Completion

Save completion report to: memory/plans/YYYY-MM-DD-<project>-complete.md

Template:

# [Project] - Completion Report

**Date Completed:** YYYY-MM-DD
**Original Goal:** [from plan]
**Final Result:** [brief description]

## Completion Summary

| Metric | Planned | Actual |
|--------|---------|--------|
| Checkpoints | X | X |
| Tasks | Y | Y |
| Time | Z min | W min |

## Verification Checklist

- [x] All tasks complete
- [x] Quality criteria met
- [x] User approved

## What Was Delivered

[Description of final output]

## Blockers Encountered

1. [Blocker] → [Resolution]

## Lessons Learned

- [What worked well]
- [What to do differently next time]

Handling Issues

If verification fails:

Minor issues: Quick fixes, proceed Major issues: Return to doing-tasks or re-plan

Principles

  • Objectivity - Verify against the plan, not assumptions
  • Thoroughness - Check all criteria
  • Honesty - Report issues, don't hide problems
  • User-centric - Final approval comes from user satisfaction
README.md

No README available.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

  • OpenClaw CLI installed and configured.
  • Language: Markdown
  • License: MIT
  • Topics:

FAQ

How do I install verify-task?

Run openclaw add @arisylafeta/clawlist:verify-task in your terminal. This installs verify-task into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/arisylafeta/clawlist. Review commits and README documentation before installing.