원클릭으로
slabbed-minimal-hook-implementation-playbook
Implement one minimal end-to-end slab support slice (placement plus survival) and tag the result.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Implement one minimal end-to-end slab support slice (placement plus survival) and tag the result.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Disable or remove all temporary debug instrumentation (debug mixins, debug helpers, and log spam) and verify a clean production run.
Run the minimum production sanity checks before tagging a release or milestone.
Temporarily enable or disable debug mixins via mixin config selection without touching production mixin lists.
Verify strict visual alignment for offset-rendered blocks (model + outline) on slab tops and slab undersides.
Build-gated savepoint commit with optional tag and push, enforcing Slabbed guardrails.
Add hanging/ceiling attachment support for blocks under top slabs, using SlabSupport.isCeilingSupportSurface as the single source of truth.
SOC 직업 분류 기준
| name | slabbed-minimal-hook-implementation-playbook |
| description | Implement one minimal end-to-end slab support slice (placement plus survival) and tag the result. |
Implement the smallest complete vertical slice:
Recommended first block category: floor torch (small surface + simple support logic)
slabbed-mixin-target-discovery completed and provides concrete Yarn targetsslabbed-test-matrix-and-repro-world exists and repro lanes are ready./gradlew build currently passesfeat/torch-on-slabsImplement com.slabbed.init.SlabSupport per slabbed-slab-support-helper-contract.
Do NOT add extra behavior. Keep it generic to “top support”.
Using the Yarn target plan:
Rules:
Add ONE mixin that prevents torch breaking due to slab support:
canPlaceAt (or equivalent survival predicate) to allow slab-top supportEnsure:
Validate that the torch visually sits on slab top:
If visual mismatch exists due to vanilla model assumptions:
Run the test matrix only for the torch category:
If torch passes:
./gradlew buildfeat: allow floor torches on slab topsslabbed-first-placement-passIf survival also passes after updates:
fix: prevent torch popping off on slab updatesslabbed-first-survival-pass