validating-task-plans

Validate task specification batches against quality gates and protocols.

13|1|Updated Feb 14, 2026
One-click install
npx skills add https://github.com/davidabeyer/formaltask --skill validating-task-plans
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: validating-task-plans
Source: https://github.com/davidabeyer/formaltask/tree/main/skills/validating-task-plans
Command: npx skills add https://github.com/davidabeyer/formaltask --skill validating-task-plans

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill prevents the creation of poorly defined or incomplete tasks by rigorously validating task plans before they are finalized, saving development time and reducing rework.

Core Features & Use Cases

  • Quality Gate Enforcement: Ensures all tasks meet defined standards for clarity, scope, and priority.
  • Dependency Validation: Checks for and prevents circular dependencies between tasks.
  • Use Case: When a new epic is decomposed into tasks, use this Skill to automatically check if each task has a clear verb-first title, specific file references, and testable acceptance criteria before committing them to the project management system.

Quick Start

Use the validating-task-plans skill to check the quality of the generated task plan.

Frequently Asked Questions about validating-task-plans

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

FAQPage Schema
How do I validate task plans before committing them to a project management system?

Validating task plans requires checking specifications against quality gates for clarity, scope, and priority. This skill applies a six-phase validation framework to ensure complete coverage, proper grouping, and testable acceptance criteria before task creation.

What is task plan validation and when do I need it for epic decompositions?

Task plan validation is the process of rigorously reviewing generated task specifications to prevent poorly defined work. You need it when decomposing epics, processing review findings, or running batch task generation to ensure expert-planning quality standards.

How do I check for circular dependencies in batch generated task specifications?

Checking for circular dependencies in batch generated tasks is handled through dependency validation protocols. The validation framework automatically detects and prevents circular dependencies between task specifications before they are finalized.

Can I enforce quality gates on task titles and acceptance criteria automatically?

Enforcing quality gates on task titles and acceptance criteria is supported by validating verb-first titles, specific file references, and testable criteria. The framework checks these standards automatically during the task validation process.

Does task validation work for review findings and batch task generation processes?

Task validation works for review findings, epic decompositions, and any batch task generation processes. The six-phase validation framework applies quality standards, coverage checks, and priority preservation across all these batch processing use cases.

What are the limitations of automated task plan validation for priority preservation?

Automated task plan validation focuses on structural quality gates, dependency checks, and priority preservation through a six-phase framework. It does not generate tasks itself, but strictly validates existing batches of task specifications before creation.