verify-task

Validate and log tasks in a checklist file before execution.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/ryanallen/product-studio --skill verify-task-ryanallen
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verify-task
Source: https://github.com/ryanallen/product-studio/tree/main/.claude/skills/verify-task
Command: npx skills add https://github.com/ryanallen/product-studio --skill verify-task-ryanallen

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill ensures that tasks are properly logged and that the correct sequence of actions is followed, preventing errors and maintaining a clear audit trail for complex workflows.

Core Features & Use Cases

  • Task Verification: Runs before critical operations (Read, Write, Grep, Shell) to confirm the task's validity and intended steps.
  • Checklist Management: Appends task details and flow steps to a running checklist file (.tmp/task-checklist.md).
  • Progress Tracking: Allows for strikethrough and annotation of completed steps within the checklist, providing real-time progress visibility.
  • Use Case: When you initiate a request to "refine the documentation for the new API," this skill will first ensure the task is valid, then log the expected steps (like research, document, document-github) into the checklist before any of those actions are performed.

Quick Start

Use the verify-task skill to start a new task with the summary "Update the user guide for the login feature".

Frequently Asked Questions about verify-task

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

FAQPage Schema
How do I validate and log tasks before execution in a deterministic workflow?

Task validation and logging before execution ensures deterministic workflows by appending a new section to a running checklist file, confirming task validity and defining sequential execution steps before operations like Read, Write, Grep, or Shell are performed.

What is pre-operation validation for task management and when do I need it?

Pre-operation validation for task management runs before critical operations to confirm task validity and intended steps. You need it to prevent errors and maintain a clear audit trail for complex workflows requiring sequential skill execution.

How do I track sequential workflow steps and maintain an audit trail?

Track sequential workflow steps by appending task details and flow steps to a running checklist file at .tmp/task-checklist.md. This manages deterministic workflows by defining and tracking execution steps and allowing strikethrough and annotation of completed steps for real-time progress visibility.

Can I use checklist management to automate task progression for complex workflows?

Checklist management automates task progression by appending expected steps like research, document, or document-github into a running checklist file before any actions are performed, ensuring proper logging and correct sequence of actions for complex workflows.

Does task verification work without external dependencies?

Task verification works without external dependencies, using only scripts to validate and log tasks before execution. It appends task details to a running checklist file and manages deterministic workflows without requiring additional packages or frameworks.

What are the limitations of using a running checklist file for workflow auditing?

The limitation of using a running checklist file for workflow auditing is that it requires a .tmp/task-checklist.md file structure and is limited to basic implementation depth, managing deterministic workflows through script-based validation rather than complex state management systems.