verification-sweep

Runs verification checks and updates task statuses in the project plan file,Flagging regressions along the way.

4|Updated Dec 10, 2025
One-click install
npx skills add https://github.com/tommymorgan/claude-plugins --skill verification-sweep
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verification-sweep
Source: https://github.com/tommymorgan/claude-plugins/tree/main/tommymorgan/planning/skills/verification-sweep
Command: npx skills add https://github.com/tommymorgan/claude-plugins --skill verification-sweep

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Verification sweep establishes ground truth about task completion by running verification commands and updating plan statuses, detecting regressions, and surfacing remaining work.

Core Features & Use Cases

  • Run verification commands for each task in the plan and determine current status
  • Update the plan file in place with accurate statuses
  • Detect regressions when previously complete tasks fail and warn
  • Generate a consolidated report of verification results

Quick Start

Run a verification sweep on the active plan to refresh task statuses and surface remaining work

Frequently Asked Questions about verification-sweep

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

FAQPage Schema
How do I automate task verification and update plan statuses?

Task verification sweep establishes ground truth by executing verification commands for each plan task, updating statuses in place, detecting regressions when previously complete tasks fail, and generating a consolidated report of remaining work.

What is the best way to detect task regressions in a workflow plan?

Detect regressions by executing verification commands across all plan tasks to catch previously complete tasks that now fail, warn about the regression, and update the plan file in place with the corrected status.

When should I run a verification sweep on my plan tasks?

Run a verification sweep at the start of a work session, during status checks, after breaks, and before reporting completion across all plan tasks to refresh statuses and surface any remaining work.

How does a deterministic status transition workflow update task plans?

A deterministic status transition workflow executes verification commands, determines current task states, updates the plan file in place with accurate statuses, and generates a consolidated verification report.

Can I generate a consolidated verification report for all plan tasks?

Yes, generate a consolidated verification report by running verification commands across all plan tasks, updating the plan file in place, and surfacing a summary of verification results and remaining work.

What are the limitations of automating task status updates with verification commands?

Automating task status updates relies on predefined verification commands for each task, meaning tasks lacking corresponding verification commands cannot be automatically verified or updated within the deterministic workflow.