forge-validate

Validate BLUEPRINT.md files for missing sections and unresolved questions.

Updated Feb 23, 2026
One-click install
npx skills add https://github.com/whatwecando/dagsmith --skill forge-validate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: forge-validate
Source: https://github.com/whatwecando/dagsmith/tree/main/templates/skills/forge-validate
Command: npx skills add https://github.com/whatwecando/dagsmith --skill forge-validate

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Validate a BLUEPRINT.md to identify missing sections and issues before generation.

Core Features & Use Cases

  • Deterministic validation via validate-blueprint.js (schema + structural checks)
  • 23 semantic checks by forge-validator (18 mandatory, 5 recommended)
  • Structured report outlining completeness, missing information, and actionable questions

Quick Start

Place BLUEPRINT.md at the project root and run the forge-validate skill.

Frequently Asked Questions about forge-validate

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

FAQPage Schema
How do I validate a BLUEPRINT.md file before project generation?

To validate a BLUEPRINT.md, place the file at your project root and run the forge-validate skill. It deterministically checks the structure and flags missing sections or unresolved questions to resolve before generation.

What does blueprint validation check for in a Forge project?

Blueprint validation in a Forge project executes 23 semantic checks, including 18 mandatory and 5 recommended rules. It analyzes standard structures to identify incomplete details, missing sections, and unresolved questions.

How do I find missing sections in a BLUEPRINT.md document?

Finding missing sections in a BLUEPRINT.md requires running schema and structural checks. The validation process outputs a structured report outlining completeness gaps and actionable questions to fix the document.

Can I check my Forge blueprint for issues without generating code?

You can check a Forge blueprint for issues without generating code by running a validation skill. It performs deterministic validation via a script and reports pass/fail status along with actionable gaps.

What is the best way to get an actionable report of blueprint completeness gaps?

The best way to get an actionable report of blueprint completeness gaps is to run deterministic validation. This process outputs a structured report detailing missing information and unresolved questions found in the document.