verify-requirements-complete

Validate stakeholder requirement reports and agent statuses before synthesis.

4|Updated Sep 25, 2025
One-click install
npx skills add https://github.com/cowwoc/styler --skill verify-requirements-complete
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verify-requirements-complete
Source: https://github.com/cowwoc/styler/tree/main/.claude/skills/verify-requirements-complete
Command: npx skills add https://github.com/cowwoc/styler --skill verify-requirements-complete

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Validate that all three stakeholder requirement reports exist and are valid before proceeding to SYNTHESIS.

Core Features & Use Cases

  • Existence checks: Ensures architect, tester, and formatter reports exist.
  • Content validation: Verifies non-empty, proper sections, and valid structure.
  • Agent status: Confirms all required agents completed successfully.

Quick Start

TASK_NAME="implement-formatter-api" /workspace/main/.claude/scripts/verify-requirements-complete.sh
--task "$TASK_NAME"

Frequently Asked Questions about verify-requirements-complete

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

FAQPage Schema
How do I validate that all stakeholder requirement reports are complete before synthesis?

Requirement validation checks that architect, tester, and formatter reports exist with non-empty content, proper markdown structure, and required sections. Run verify-requirements-complete to gate progression to synthesis and catch missing or malformed reports before downstream processing begins.

What gets checked when validating requirement reports?

Validation confirms three report files exist, contain actual analysis with required sections, use valid markdown formatting, and verifies agent completion status via status.json. This ensures data quality and consistency across all stakeholder inputs before synthesis proceeds.

Can I use requirement validation across different agent types?

Yes, verification applies during the requirements phase across architect, tester, and formatter agents. It works when all agents report completion, ensuring synchronized handoff and preventing synthesis from starting with incomplete or missing stakeholder analysis.

What happens if a requirement report fails validation?

If reports are missing, empty, lack required sections, contain malformed markdown, or agent statuses show incomplete, validation gates progression and alerts you to fix the reports before synthesis can proceed, preventing downstream errors.

Do I need to manually check report files before running synthesis?

No. Requirement validation automates these checks—verifying file presence, content structure, formatting, and agent statuses—eliminating manual inspection and catching issues early in the requirements phase.