evaluate-plan

Compare implementation plans against source requirements to identify coverage gaps.

Updated Dec 17, 2025
One-click install
npx skills add https://github.com/eprouveze/HealthPulse --skill evaluate-plan-eprouveze
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: evaluate-plan
Source: https://github.com/eprouveze/HealthPulse/tree/main/.claude/skills/evaluate-plan
Command: npx skills add https://github.com/eprouveze/HealthPulse --skill evaluate-plan-eprouveze

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Identify disparities between an AI-generated implementation plan and its source requirements (PRD, spec, or user request) to prevent dropped features and lost intent.

Core Features & Use Cases

  • Coverage verification: Compare plan against source requirements and flag gaps.
  • Gap taxonomy: Categorize missing, partial, and misinterpreted items.
  • Traceability reporting: Produce a structured checklist of every requirement with status.
  • Source reconstruction: Reconstruct requirements if the source document is missing or incomplete.

Quick Start

Provide the path to the source document and the current plan to perform a coverage evaluation.

Frequently Asked Questions about evaluate-plan

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

FAQPage Schema
How do I check an AI implementation plan for missing requirements?

To evaluate plan coverage, compare the AI-generated implementation plan against its source PRD or spec to flag dropped features and misinterpreted intents, producing a structured traceability checklist of every requirement.

What is gap analysis in product spec traceability?

Gap analysis in product spec traceability is the process of identifying disparities between an implementation plan and source requirements, categorizing items as missing, partial, or misinterpreted to prevent dropped features.

Can I evaluate plan gaps if my source requirements document is incomplete?

Yes, you can evaluate plan gaps with an incomplete source document. The evaluation workflow includes source reconstruction capabilities to rebuild missing requirements before performing the coverage verification.

How do I generate a traceability report for user stories?

You generate a traceability report for user stories by providing the path to the source spec and the current plan, which triggers a deterministic evaluation workflow that outputs a structured checklist of every requirement with its coverage status.

Does this plan evaluation workflow support design briefs?

Yes, the plan evaluation workflow supports design briefs. It applies to plan-review tasks across product specs, design briefs, and user stories to highlight dropped features and misunderstood intents.

What is the best way to classify misinterpreted requirements in a plan?

The best way to classify misinterpreted requirements is using a structured gap taxonomy that categorizes every discrepancy between the plan and source PRD into missing, partial, or misinterpreted items within a coverage report.