task-reviewer

Audit task quality in 05_TASKS.md against PRD, Architecture, and ADR documents.

Updated Mar 10, 2026
One-click install
npx skills add https://github.com/Haaaiawd/SparkMate --skill task-reviewer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: task-reviewer
Source: https://github.com/Haaaiawd/SparkMate/tree/main/.agent/skills/task-reviewer
Command: npx skills add https://github.com/Haaaiawd/SparkMate --skill task-reviewer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the critical issue of poor task definition in project management, which leads to delays, rework, and missed requirements. It ensures tasks are clear, complete, and aligned with project goals.

Core Features & Use Cases

  • Comprehensive Quality Checks: Applies 6 distinct audit passes (Duplication, Ambiguity, Underspecification, Inconsistency, Coverage Gaps, Quality & Granularity) using semantic analysis.
  • Cross-Document Validation: Verifies tasks against PRD, Architecture, and ADR documents to ensure alignment and identify discrepancies.
  • Use Case: Before a sprint planning meeting, run the task-reviewer Skill on the 05_TASKS.md file to identify any critical issues, ambiguous requirements, or missing task definitions that could derail the sprint.

Quick Start

Use the task-reviewer skill to audit the quality and completeness of the tasks defined in genesis/v{N}/05_TASKS.md.

Frequently Asked Questions about task-reviewer

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

FAQPage Schema
How do I audit task quality and completeness against project requirements?

To audit task quality and completeness, perform a systematic review of tasks against PRD, Architecture, and ADR documents using semantic analysis to identify duplication, ambiguity, and coverage gaps.

What is semantic analysis for task management?

Semantic analysis for task management is a method that executes distinct detection passes on task definitions to uncover underspecification, inconsistency, and granularity issues, categorizing them by severity.

How do I check for requirements coverage gaps before a sprint planning meeting?

Check for requirements coverage gaps by running a task review against PRD and Architecture documents, which validates alignment and identifies missing task definitions that could derail the sprint.

Can I use task-reviewer to find duplicate or ambiguous tasks in markdown files?

Yes, you can use task-reviewer to find duplicate or ambiguous tasks in the 05_TASKS.md file by applying semantic models that specifically target duplication and ambiguity during the audit.

What is the best way to validate task definitions against architecture and ADR documents?

The best way to validate task definitions against architecture and ADR documents is through cross-document validation, which systematically verifies alignment and generates a comprehensive review report with detailed findings.

Why does poor task definition lead to project delays and rework?

Poor task definition leads to project delays and rework because ambiguous, underspecified, or inconsistent tasks cause missed requirements, which systematic quality audits are designed to prevent.