一键导入
drawing-titleblock-page
Per-page titleblock extraction from drawing sheets using four corner crops and a full-page thumbnail; emits a governed sheet-inventory stub.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Per-page titleblock extraction from drawing sheets using four corner crops and a full-page thumbnail; emits a governed sheet-inventory stub.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | drawing-titleblock-page |
| description | Per-page titleblock extraction from drawing sheets using four corner crops and a full-page thumbnail; emits a governed sheet-inventory stub. |
| compatibility | Chirality TASK; dispatched by DRAWING_EXTRACT for DRAWING_SET/titleblock_index |
| metadata | {"chirality-skill-version":"1","chirality-task-profile":"NONE"} |
Extract titleblock metadata from one drawing page for the DRAWING_SET/titleblock_index workflow. This is a bounded per-page visual extraction skill. It does not inventory a full PDF, choose downstream page scope, or accept drawing-family classifications.
The output is a single markdown stub with YAML frontmatter and a one-row findings table.
TASK in generic shell mode, spawned by the DRAWING_EXTRACT orchestrator.RuntimeOverrides.SOURCE_PDF_NAME - source PDF basename.RuntimeOverrides.PAGE_NUM - 1-indexed page number.RuntimeOverrides.TOTAL_PAGES - total pages in the PDF.RuntimeOverrides.CORNER_CROP_PATHS - paths for tl, tr, bl, and br titleblock crops.RuntimeOverrides.THUMBNAIL_PATH - low-resolution full-page thumbnail.RuntimeOverrides.OUTPUT_PATH - path for the output markdown stub.RuntimeOverrides.CORNER_CROP_GEOMETRY - width_ratio and height_ratio used for the crops.| Key | Meaning | Default | Allowed values |
|---|---|---|---|
SOURCE_PDF_NAME | PDF basename for provenance | Required | String |
PAGE_NUM | Page number | Required | Positive integer |
TOTAL_PAGES | Total pages | Required | Positive integer |
CORNER_CROP_PATHS | Four corner crop paths keyed by tl,tr,bl,br | Required | Existing image paths |
THUMBNAIL_PATH | Full-page thumbnail path | Required | Existing image path |
OUTPUT_PATH | Stub output path | Required | .md file path |
CORNER_CROP_GEOMETRY | Crop ratios | Required | width_ratio, height_ratio |
No deterministic tools are invoked by this skill. The parent orchestrator prepares crops, validates stubs, and assembles the index.
OUTPUT_PATH are present.dwg_nosheet_nosheet_titlerevisionarea_or_moduledrawing_family_proposaltitleblock_cornerconfidenceNO_TITLEBLOCK with finding_count: 0.OUTPUT_PATH.drawing_family_proposal is not authoritative. It is a proposal for the human to review during scope acceptance. Use one of:
PFDP_AND_IDISOMETRICGAOTHERREFERENCE_OR_LEGENDTBDUnreadable fields are TBD. Do not infer a drawing number or sheet number from surrounding page order. Do not convert a proposal into final operator scope.
Every stub begins with YAML frontmatter:
---
drawing_type: DRAWING_SET
extraction_target: titleblock_index
source_pdf: <SOURCE_PDF_NAME>
source_page: <PAGE_NUM>
corner_crop_geometry:
width_ratio: 0.25
height_ratio: 0.25
status: SUCCESS | NO_TITLEBLOCK | FAILED | FAILED_INPUTS
finding_count: 0 | 1
---
The body table columns are:
dwg_no | sheet_no | sheet_title | revision | area_or_module | drawing_family_proposal | titleblock_corner | confidence
confidence is high, medium, or low.
OUTPUT_PATH.RUN_STATUS, PAGE_NUM, DWG_NO, DRAWING_FAMILY_PROPOSAL, CONFIDENCE.OUTPUT_PATH.drawing_family_proposal is always a proposal.TBD.NO_TITLEBLOCK is a valid non-error outcome.OUTPUT_PATH.finding_count=1 only when the body row contains a detected titleblock.finding_count=0 for NO_TITLEBLOCK.confidence is one of high, medium, low.Read one deliverable folder and produce a structured 7-section content digest summarizing identity, scope, document kit, dependencies, references, semantic framework, and quality observations.
Transform raw concordance evidence atoms and risk inventory rows into typed publication concordance candidates for register freeze review.
Post-synthesis cross-section semantic concordance verification for rewritten DBM package outputs.
Review a human-prepared draft DBM against the governed knowledge base — build review substrate, prepare candidate findings for human disposition.
Post-authoring evidence bundle and review for pipeline-produced DBM sections — build review substrate, prepare candidate findings for human readiness judgment.
Assemble the full rewritten DBM package from approved section outputs and produce package QA artifacts.