eval-plan

Validate implementation plans and generate scored evaluation reports.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/aifuun/u-safe --skill eval-plan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: eval-plan
Source: https://github.com/aifuun/u-safe/tree/main/.claude/skills/eval-plan
Command: npx skills add https://github.com/aifuun/u-safe --skill eval-plan

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill prevents costly rework by automatically validating implementation plans against best practices, architecture, and requirements before coding begins.

Core Features & Use Cases

  • Automated Plan Evaluation: Scores plans on architecture, coverage, dependencies, best practices, and clarity.
  • Actionable Feedback: Provides specific recommendations and identifies blocking issues.
  • Integration: Works seamlessly with /work-issue and /start-issue for a complete development workflow.
  • Use Case: Before starting a complex feature, run /eval-plan on the generated plan to catch architectural flaws or missing requirements, saving hours of debugging later.

Quick Start

Use the eval-plan skill to evaluate the plan for issue number 23.

Frequently Asked Questions about eval-plan

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

FAQPage Schema
How do I validate an implementation plan before coding to prevent rework?

To validate an implementation plan before coding, you can automatically assess architecture alignment, acceptance criteria coverage, task dependencies, and clarity to generate a scored evaluation report and catch costly flaws early.

What is plan validation in software development workflow automation?

Plan validation in software development is the process of scoring an implementation plan against best practices, architecture, and requirements to identify blocking issues and provide actionable feedback before development begins.

How do I check if my implementation plan covers all acceptance criteria?

You can check acceptance criteria coverage by running an automated evaluation that scores the implementation plan against requirements, identifies missing tasks, and provides specific recommendations for gaps.

Can I integrate plan validation results with workflow automation tools?

Yes, you can integrate validation results by generating a status file output alongside the scored evaluation report, allowing workflow automation tools to consume the results and trigger downstream actions.

Does automated plan evaluation support fixing minor issues automatically?

Yes, automated plan evaluation supports an auto-mode feature that automatically fixes minor issues found during the validation process, streamlining the workflow before you start coding.

When should I not use automated plan evaluation for my software development tasks?

You should avoid relying solely on automated plan evaluation for tasks lacking clear acceptance criteria or detailed architecture, as the evaluation requires these inputs to accurately assess coverage and alignment.