validate

Validate spec artifacts for structural rules, content rules, and referential integrity.

2|Updated Apr 6, 2026
One-click install
npx skills add https://github.com/bingeli1379/eli-marketplace --skill validate-bingeli1379
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: validate
Source: https://github.com/bingeli1379/eli-marketplace/tree/main/plugins/sdd/skills/validate
Command: npx skills add https://github.com/bingeli1379/eli-marketplace --skill validate-bingeli1379

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill addresses the need for thorough validation of spec artifacts before implementation, ensuring completeness, quality, and integrity.

Core Features & Use Cases

  • Structural Validation: Checks for the existence of required files and directories.
  • Content Quality: Ensures that proposal, design, and task files adhere to specific formatting and content rules.
  • Referential Integrity: Verifies that capabilities and specifications are correctly mapped and referenced.
  • Use Case: Before implementing a new feature, use this Skill to validate the spec artifacts to ensure they are complete and well-formed.

Quick Start

Run the validate skill with the change name as an argument, e.g., /validate add-user-search.

Frequently Asked Questions about validate

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

FAQPage Schema
How do I validate spec artifacts for implementation readiness?

Validate spec artifacts by running the validate skill with a change name argument. It checks required files, formatting rules, content quality, and referential integrity to ensure completeness before implementation begins.

What does structural validation check for in spec artifacts?

Structural validation checks for the existence of required files and directories within spec artifacts. It ensures the foundational structure is present and correctly organized before deeper content checks are performed.

Do I need Python to run spec validation scripts?

Yes, Python is required to execute the validation scripts and access the file system. The scripts run locally to verify that proposal, design, and task files meet structural and content rules.

How do I verify referential integrity between capabilities and specifications?

Referential integrity verification confirms that capabilities and specifications are correctly mapped and referenced. The validate skill automatically checks these links to prevent broken references during implementation.

What's the best way to check if proposal and design files meet formatting rules?

Use the validate skill to check formatting and content rules across proposal, design, and task files. It enforces specific formatting standards to ensure all spec artifacts are well-formed and ready for implementation.

When should I not use automated spec artifact validation?

Automated spec validation is not suited for projects lacking defined spec artifacts or established formatting rules. It requires existing proposal, design, and task files to check structural and content rules against.