# Grilling

> Design or audit GEODE's dependency-aware grilling flow and slash integration without speculative branch execution or parser-heavy interviews.

- Skill: `mangowhoiscloud/grilling-2` (Agent Skill)
- Install (CLI): `npx skillmds@latest add mangowhoiscloud/grilling-2`
- Raw SKILL.md: https://api.skillmd.com/api/skills/mangowhoiscloud/grilling-2/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Security
- Author: mangowhoiscloud (https://skillmd.com/u/mangowhoiscloud)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/mangowhoiscloud/grilling-2

---


# GEODE grilling scaffold

1. Read `.geode/skills/grilling/SKILL.md` for the runtime interview contract.
2. Read `docs/plans/2026-08-22-slash-control-enforcement.md` for the typed
   frontier contract, then `docs/plans/2026-08-20-slash-goal-geo.md` for the Tree-of-Thought
   boundary and Codex grounding.
3. Resolve repository facts before asking the user. Ask all independent
   frontier decisions together and defer only dependency-blocked questions.
4. Use internal candidate tree comparison only before side effects. Do not
   describe shared-state execution as MCTS, LATS, or branch rollback.
5. Verify `.geode/skills/grilling/SKILL.md` is the runtime source selected by
   `SkillLoader`, slash input routes through `SkillRegistry → AgenticLoop`, and
   `get_grill`/`update_grill` enforce the tree independently of prose.

