flow-verifier

Verify plan consistency across flow definitions and dashboards.

38|4|Updated Oct 1, 2025
One-click install
npx skills add https://github.com/khgs2411/flow --skill flow-verifier
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: flow-verifier
Source: https://github.com/khgs2411/flow/tree/main/framework/skills/flow-verifier/SKILL.md
Command: npx skills add https://github.com/khgs2411/flow --skill flow-verifier

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill checks plan health, detects phantom tasks, validates milestones, and helps generate summaries.

Core Features & Use Cases

  • Consistency Checks: Validate status markers vs real state
  • Phantom Task Detection: Ensure all tasks exist
  • Summary Generation: Produce project summaries via /flow-summarize

Quick Start

Use this skill to review the plan and generate a summary with /flow-summarize.

Frequently Asked Questions about flow-verifier

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

FAQPage Schema
How do I verify that my plan is consistent across flow definitions and dashboards?

Plan verification checks status markers, task references, and milestone alignment across your flow definitions and dashboards to detect mismatches. Use flow-verifier to identify inconsistencies during reviews and catch phantom tasks or broken file references before they cause downstream issues.

What does phantom task detection do and why does it matter?

Phantom task detection ensures every task referenced in your plan actually exists in the underlying files. It catches dangling task references and broken links that can silhouette problems in your workflow structure and cause execution failures.

Can I use plan verification to detect status marker mismatches automatically?

Yes. Plan verification automatically scans for status marker mismatches between your dashboards and actual task state, flagging cases where recorded status diverges from real progress to keep your plan health accurate.

How do I generate a project summary from my flow plan?

Run /flow-summarize to generate a project summary directly from your plan. The Skill produces a structured summary by reading your plan files and extracting key task information, milestones, and status.

What violations does plan verification catch during reviews?

Plan verification detects brainstorming and implementation gating violations, status marker mismatches, phantom tasks, and broken file references. It validates that your plan structure adheres to workflow rules and task dependencies.

Can I use plan verification for maintenance actions like compaction and rollback?

Yes. Beyond read-only inspection, plan verification supports maintenance actions including plan compaction and rollback. It uses available tools to validate file references and task structure before and after maintenance operations.