.claude/skills/blueprint-check/SKILL.md
Run deterministic BLUEPRINT validation (schema + structural checks). Fast pre-flight before /forge-validate.
npx skillsauth add whatwecando/tombola blueprint:checkInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Run the deterministic BLUEPRINT validator and display results.
Determine the BLUEPRINT path:
BLUEPRINT.md in the project root/forge-init to create oneRun the validator:
node .claude/bin/validate-blueprint.js <path> --json
Parse the JSON output and display a structured report:
If errors were found:
/forge-init for interactive correctionIf valid:
/forge-validate (semantic checks) or /forge-generate (full pipeline)/forge-validatetools
Display and enforce project conventions for Dagsmith Tombola
testing
Verify phase completion by running all checks and tests
testing
Validate a BLUEPRINT.md file for completeness and correctness
testing
Validate a BLUEPRINT.md without generating anything. Returns a structured report showing what's complete, what's missing, and what questions to answer.