skill-planner-eval

Evaluate drafted skill plans against a rubric for completeness and safety.

1|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/azaslonov/skills --skill skill-planner-eval
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-planner-eval
Source: https://github.com/azaslonov/skills/tree/main/skill-planner-eval
Command: npx skills add https://github.com/azaslonov/skills --skill skill-planner-eval

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill ensures that drafted skill plans are complete, accurate, feasible, and safe before they are implemented, preventing costly errors and rework.

Core Features & Use Cases

  • Automated Plan Evaluation: Assesses skill plans against a defined rubric for quality and safety.
  • Readiness Verdict: Provides a clear Approve/Needs Changes/Blocked decision.
  • Prioritized Feedback: Identifies top issues and suggests concrete edits for improvement.
  • Use Case: After a new skill's plan is drafted, use this Skill to get a quick, objective assessment of its readiness for development, ensuring it meets all safety and functional requirements.

Quick Start

Use the skill-planner-eval skill to evaluate the plan located at ./plans/my-new-skill-planning.md.

Frequently Asked Questions about skill-planner-eval

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

FAQPage Schema
How do I evaluate a skill plan for readiness before implementation?

To evaluate skill readiness, use a plan evaluation tool to parse the drafted planning document, validating goals, scope, workflow steps, and dependencies against a defined rubric. This process ensures the plan is complete, accurate, feasible, and safe before development begins.

What is a skill readiness assessment and how does it work?

A skill readiness assessment is an automated review process that checks drafted skill plans for completeness and safety risks. It parses the planning document's artifacts and dependencies, validating them against a rubric to produce a clear readiness verdict and prioritized feedback.

How do I check my code planning document for safety risks and completeness?

You check code planning documents for safety risks and completeness by applying an automated evaluation rubric to the drafted plan. The evaluation parses workflow steps, artifacts, and dependencies, flagging safety risks and providing prioritized feedback with concrete edit suggestions.

Can I get an automated Approve or Needs Changes verdict for my skill development plan?

Yes, you can get an automated readiness verdict for skill development plans. The evaluation process parses the drafted plan and outputs a clear Approve, Needs Changes, or Blocked decision based on the plan's accuracy, feasibility, and safety check results.

Does skill plan evaluation work with markdown planning files?

Yes, skill plan evaluation works directly with markdown planning files. You simply point the evaluation process to your drafted plan file path, and it parses the markdown document to assess readiness, flag safety risks, and generate improvement feedback.

What are the limitations of using automated skill plan review?

Automated skill plan review is limited to evaluating the contents of the drafted planning document itself. It relies on parsing explicitly stated goals, scope, and dependencies, meaning it cannot assess undocumented external factors or runtime code behavior not captured in the plan.