edd-suitability

Evaluate engineering specifications for Evaluation-Driven Development suitability and missing evidence.

Updated May 16, 2026
One-click install
npx skills add https://github.com/ramboz/servo --skill edd-suitability
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: edd-suitability
Source: https://github.com/ramboz/servo/tree/main/hosts/codex/plugins/servo/skills/edd-suitability
Command: npx skills add https://github.com/ramboz/servo --skill edd-suitability

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill evaluates engineering specifications to determine if they are suitable for Evaluation-Driven Development (EDD), identifying any missing evidence or criteria before unattended loops run.

Core Features & Use Cases

  • Suitability Assessment: Determines if a spec is suitable for EDD based on defined criteria.
  • Evidence Identification: Identifies any missing evidence required for EDD evaluation.
  • Use Case: Before deploying an unattended loop for automated evaluation, use this Skill to ensure the spec is complete and suitable for EDD, preventing false passes and improving quality.

Quick Start

Analyze the suitability of an engineering spec using the 'edd-suitability' skill by running 'analyze <target> --spec <spec-path>'

Frequently Asked Questions about edd-suitability

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

FAQPage Schema
How do I assess if an engineering spec is suitable for Evaluation-Driven Development?

To assess engineering spec suitability for Evaluation-Driven Development, you must evaluate the specification against predefined criteria to identify missing evidence and ensure completeness before running unattended loops.

What is Evaluation-Driven Development suitability assessment?

Evaluation-Driven Development suitability assessment is the process of checking engineering specifications against defined criteria to identify missing evidence and prevent false passes during automated evaluation.

How do I identify missing evidence in an engineering spec before CI automation?

Identify missing evidence in an engineering spec by analyzing it for required signals from the project manifest and acceptance criteria classification before executing automated CI workflows.

Does the EDD suitability assessment require a project manifest to run?

Yes, EDD suitability assessment requires signals from a project manifest and acceptance criteria classification to accurately evaluate engineering specifications and identify missing evidence.

Can I run an engineering spec evaluation in a CI pipeline?

Yes, you can run engineering spec evaluation for EDD suitability in CI pipelines, as the assessment supports human workflow, CI, and automated execution to prevent false passes.

Why prevent false passes in unattended evaluation loops?

Preventing false passes in unattended evaluation loops requires a complete engineering spec. Assessing suitability beforehand identifies missing evidence, ensuring automated loops maintain high evaluation quality.