Runs an explicit structural review for boundary-sensitive edits that need dependency, module, and structure-rule scrutiny without forcing that material into every default context pack. Use when a task crosses hotspot boundaries, adds new seams, or needs a deliberate architecture pass.
설치
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Runs an explicit structural review for boundary-sensitive edits that need dependency, module, and structure-rule scrutiny without forcing that material into every default context pack. Use when a task crosses hotspot boundaries, adds new seams, or needs a deliberate architecture pass.
Architecture Guardrails
Trigger
Use when a task crosses hotspot boundaries, adds a new seam, or needs an explicit structure review
Use when default primary or fragment guidance is not enough to judge dependency direction or interface placement
Workflow
Read architecture guardrails, module boundaries, and structure rules for applicable constraints
Make code changes while respecting dependency boundaries and interface placement
Run make agent-lint CHANGED_FILES="..." to validate structure rules
Verify changed code passes all structure rules and stays modular
Gotchas
Do not load this by reflex. Most tasks already carry the relevant subsystem docs through their primary skill and surface refs.
Use it when the change genuinely needs a structural review, not as a substitute for understanding the owning subsystem.