task-verification

Execute designated verification commands without modifying source files.

4|Updated Jan 11, 2026
One-click install
npx skills add https://github.com/cuioss/plan-marshall --skill task-verification
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: task-verification
Source: https://github.com/cuioss/plan-marshall/tree/main/marketplace/bundles/plan-marshall/skills/task-verification
Command: npx skills add https://github.com/cuioss/plan-marshall --skill task-verification

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables verification-only task execution by running predefined commands without changing any repository files, allowing safe validation of plans and steps.

Core Features & Use Cases

  • Verification-only execution: runs commands without altering files.
  • Structured results: reports status, execution summary, verification details, and next actions.
  • Integration with plan-marshall: loads task context, updates step status, and returns triage-ready outputs.

Quick Start

Provide the plan_id and task_number to initiate verification; the system will execute the defined verification steps without modifying any source files.

Frequently Asked Questions about task-verification

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

FAQPage Schema
How do I verify task execution without modifying source files?

Triage-ready output is a structured verification result containing status, execution summary, detailed findings, and recommended next actions. It is generated automatically after running verification commands, enabling seamless coordination for subsequent workflow steps.

What do I need to start verifying tasks in a workflow?

To start verifying tasks in a workflow, you need to provide a plan_id and task_number. These identifiers fetch the required context and verification criteria from the task store, enabling the system to execute and validate the designated steps safely.

How does non-destructive verification work with plan-marshall?

Non-destructive verification with plan-marshall works by loading task context using a plan_id and task_number, executing defined commands, and updating step status. It validates plans without altering repository files, returning triage-ready output for coordination.

Can I run verification commands without changing repository files?

Yes, you can execute workflow verification commands without changing repository files. The system applies a non-destructive execution model that safely validates plans and steps, ensuring your source files remain completely untouched while reporting status and findings.

What is triage-ready output in task verification?

Triage-ready output is a structured verification result containing status, execution summary, detailed findings, and recommended next actions. It is generated automatically after running non-destructive verification commands, enabling seamless coordination for subsequent workflow steps.