validate-task

Validates task/story/epic/bug/techdebt metadata schema compliance and reports pass/fail with remediation guidance.

Updated Apr 9, 2026
One-click install
npx skills add https://github.com/productengineered/parsely --skill validate-task-productengineered
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: validate-task
Source: https://github.com/productengineered/parsely/tree/main/.claude/skills/workflow/validate-task
Command: npx skills add https://github.com/productengineered/parsely --skill validate-task-productengineered

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Metadata for tasks, stories, epics, bugs, and techdebt often drifts from schema requirements. This skill validates items against schema v2.0 to prevent inconsistencies and downstream errors.

Core Features & Use Cases

  • Checks required fields and formats for all item types (Epic, Story, Task, Bug, TechDebt).
  • Verifies cross-item relationships (parent-child links) and versioning (schema_version: "2.0").
  • Generates actionable pass/fail reports with remediation guidance for edits.

Quick Start

Validate a single item after creation or update to ensure it adheres to the schema and report fixes.

Frequently Asked Questions about validate-task

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

FAQPage Schema
How do I validate task metadata against a schema to ensure compliance?

You can validate task metadata against schema v2.0 by checking required fields, verifying correct formats, and enforcing bidirectional parent-child links to ensure compliance and report actionable pass or fail details.

What is metadata validation for workflow items like epics and stories?

Metadata validation for workflow items is the process of checking tasks, stories, epics, bugs, and techdebt against schema v2.0 to prevent inconsistencies, verify cross-item relationships, and avoid downstream errors.

How do I check parent-child links and required fields after a TaskUpdate?

Apply a validation check after TaskUpdate or TaskCreate to verify item integrity, ensuring required fields are present, formats are correct, and bidirectional parent-child links are properly established across items.

Can I validate cross-item relationships for bugs and techdebt items?

Yes, you can validate cross-item relationships for bugs and techdebt by verifying bidirectional parent-child links and checking versioning against schema v2.0 to ensure all item types maintain structural integrity.

What's the best way to fix metadata schema violations in task management?

The best way to fix metadata schema violations is to generate actionable pass/fail reports with specific remediation guidance, identifying exactly which required fields or formats need correction after task creation or updates.

Why does task metadata drift from schema requirements and cause downstream errors?

Task metadata drifts from schema requirements when items are created or updated without enforcing compliance checks, leading to missing required fields, broken parent-child links, and inconsistencies that cause downstream workflow errors.