Construction ready check
Skill wjlgatech/design-anything/skills/construction-ready-check
Any design intent in (text, picture) → execution-ready 3D blueprint out — construction- and 3D-print-verified. Game design · simulation · architecture (3DCP+AI) · interior · landscape.
npx -y skills add wjlgatech/design-anything --skill construction-ready-checkAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
3 things to look at
- 18 days oldThe repository was created 18 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Run the construction ready gate on a structured layout (rooms + openings JSON): clearance tables, habitability, daylight, egress connectivity, module grid. Trigger: "is this floor plan code-sane", "check my layout", "validate this plan". NOT a permit, NOT a PE stamp — jurisdiction codes override.
The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
1.9 KB, as published. Nobody here has run it
construction-ready-check
When to use
Any floor-plan layout claiming to be construction-ready — generated by brief-to-blueprint, extracted by scene-to-layout, or hand-drawn and transcribed.
What it does
- C1 topology: closed room polygons, unique names, opening endpoints resolve.
- C2 clearances: every opening ≥ its
data/clearances.ymltable minimum (Neufert/IRC/ADA lineage — the tables ARE the gate). - C3 habitability: min area + min dimension per room type; habitable rooms need daylight (≥1 window) and ceiling ≥ table minimum.
- C4 egress: every room reachable from
exteriorvia the opening graph, with at least one entry-grade door. - C5 module grid: ≥90% of coordinates on the ISO 2848 100mm module.
- Unknown room/opening types are not measured ⇒ fail — never assumed.
Example
python3 examples/studio-flat/generate.py layout.json
python3 pipeline/construction_gate.py layout.json --json
Verification (eval-with-teeth)
Success may be declared ONLY when the gate exits 0. The gate itself is held by tests that mutate the golden layout seven known-bad ways and assert each fails:
python3 -m pytest tests/test_construction_gate.py -q
Safety
v0.1 checks the layout graph and dimensions — not structural spans, geometry consistency between polygons, or jurisdiction code text. Every report carries the disclaimer; stripping it is a violation. IFC validation is roadmap.
Cross-runtime
Python + PyYAML (already required by the repo's scripts); exit codes gate any CI.
Gives 1 of the 12 instructions most quality gates skills give
Counted across 1,195 of the 2,094 authors here whose files we hold, read 2026-08-06
- read the output and check the exit codein 55 of 1195, across 14 files
- verify requirements using a line-by-line checklistin 53 of 1195, across 12 files
- identify the verification command proving the claimin 53 of 1195, across 12 files
- run the full verification commandin 51 of 1195, across 11 files
- verify output confirms the claimin 49 of 1195, across 10 files
- check version control diff after agent delegationin 45 of 1195, across 5 files
- state claim with evidencein 43 of 1195, across 3 files
- run the test suitehere, and in 32 of 1195, across 24 files
- keep state in memory by defaultin 27 of 1195, across 6 files
- make prototype runnable with one commandin 26 of 1195, across 5 files
- detect the package manager from lockfilesin 24 of 1195, across 5 files
- produce a verification reportin 23 of 1195, across 12 files
Said here and by no other author read
- verify room polygons are closed and uniquely named
- verify opening endpoints resolve
- verify every opening meets table minimum clearance
- verify minimum area and dimension per room type
- verify habitable rooms have daylight and ceiling height
- verify every room is reachable from exterior
Grouped from the skills themselves: near-identical wordings counted once, and counted by distinct author, so one author publishing three of these counts once.