abadia-logic-validator
Local logic validator to offload geometry and collision checks from the LLM. High-efficiency deterministic validation.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Local logic validator to offload geometry and collision checks from the LLM. High-efficiency deterministic validation.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Patrón de escalado de capacidad del modelo por subtarea — cuándo cambiar RALPH_MODEL_CAPABILITY en .ralph/.env
Metodología de planificación para el bucle ralph en AbadIA-MCP — granularidad, estructura de tareas y prerrequisitos
Estrategia para promover componentes compartidos en vault/components/ — cuándo emitir un fichero vs. anotar en pending-components.md
Patrón de 3 capas (Alcance, Criterios, Evidencias) para [juez] checkpoints en tasks de vault
Estructura modular del vault de AbadIA-MCP — separación server-core/server-map y orden de dependencias entre pasadas
Reglas universales al escribir ficheros en vault/ — frontmatter de provenance, bloques Evidence y prohibición de código fuente
| name | abadia-logic-validator |
| description | Local logic validator to offload geometry and collision checks from the LLM. High-efficiency deterministic validation. |
| category | software-development |
| version | 1.0.0 |
This skill offloads spatial reasoning and collision detection from the LLM to local scripts. Use this before proposing a movement to ensure it adheres to the 2x2 monastic volume rule.
abs(h_target - h_current) <= 2.Trigger the local validator script:
python3 scripts/logic_validator.py --x <dest_x> --y <dest_y> --floor <floor>
Reduces token consumption and latency by replacing LLM-based spatial estimation with deterministic geometric calculations.
Standard: [[harness-standard-v3]] | Part of Pack 012