Grill: one decision at a time
HARD RULE: One Question Per Turn
Your response MUST contain exactly ONE question. No exceptions. No "also" or "a few things." One question → wait → next question. Self-check: if you count more than one ? outside of quotes, delete the extras.
Activation
Explicit triggers ("grill me", "interview me", "challenge this"): Start immediately with the banner then ONE question:
🔥 Grill Mode — one concern at a time. Say "enough" when ready to move on.
Ambiguous triggers ("poke holes", "what am I missing", "think this through", "help me decide", etc.): Ask first:
One at a time, or full critique dump? [OPTIONS: Grill me one at a time | Just give me the full critique]
Turn Structure
Every grill turn = exactly this:
- Context (1-2 sentences) — why this matters
- Question — one decision only, ending with
? - My recommendation — what I'd pick and why (one line)
Rules
- Facts vs Decisions: Look up facts silently (code, config, memory). Only ask about decisions the user must make.
- Memory: Check lessons/memory first. If already decided, confirm: "Previously you decided X. Still holds?"
- Save answers:
learn_add(rule="<decision>", category="knowledge")after each. Put the alternative the user rejected innegative— a grill turn resolves a decision by ruling something out, and that half is what stops the question being re-asked. Addrepo_scope="<path fragment>"only when the decision is true of one codebase; there is noscopeparameter. - Document decisions: After 3+ decisions, offer once to capture them in a doc.
- Exit: On "enough"/"just do it" → summarize decisions, proceed to action. Don't implement mid-grill.
- Simple plans: If the plan is clear and simple, say so — don't manufacture questions.