blueprint:check

Validate BLUEPRINT.md files for schema and structural correctness.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Deterministic validation of BLUEPRINT.md to catch schema and structural issues before pipeline execution.

Core Features & Use Cases

  • Deterministic schema validation of BLUEPRINT.md
  • Structural checks for required sections and field formats
  • JSON-formatted validation reports for CI and tooling
  • Pre-flight checks before /forge-validate and /forge-generate

Quick Start

Run the validator against BLUEPRINT.md at the project root to obtain a structured report.

Frequently Asked Questions about blueprint:check

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

FAQPage Schema
How do I validate a BLUEPRINT.md schema before running pipeline generation?

To validate a BLUEPRINT.md schema, run a deterministic validator against the file at your project root to enforce required sections and field formats, producing a structured JSON report for preflight checks.

What is the best way to check blueprint structural correctness in CI pipelines?

The best way to check blueprint structural correctness in CI pipelines is to enforce deterministic schema validation rules that output a JSON-formatted report, catching structural issues before pipeline execution.

Can I use blueprint validation for preflight checks before project generation?

Yes, you can use blueprint validation for preflight checks before project generation to deterministically enforce required sections and field formats, ensuring schema and structural correctness prior to pipeline execution.

Does the validator output reports in JSON format for CI tooling integration?

Yes, the validator outputs JSON-formatted validation reports specifically designed for CI and tooling integration, enabling automated checks of blueprint quality across teams before pipeline execution.

What specific structural checks are enforced for required sections in a BLUEPRINT.md file?

The validator enforces required sections and field formats within a BLUEPRINT.md file using deterministic rules, performing structural checks to catch schema issues and ensure correctness before pipeline execution.

When do I need to validate blueprint quality across multiple teams?

You need to validate blueprint quality across multiple teams when enforcing consistent schema and structural correctness in shared CI pipelines, using deterministic validation rules to prevent structural issues before project generation.