lfe-grill-with-docslisted
Install: claude install-skill StChiotis/Claude-LFE
# LFE Grill With Docs
## Position in Pipeline
- **Phase**: 1 (Architect sub-pipeline, Step 1)
- **Persona**: Architect
- **Input**: Human intent (conversation)
- **Output**: `.plans/01_grill_summary.md`
## Process
Interview the human relentlessly about every aspect of the plan until shared understanding is reached. Walk down each branch of the design tree, resolving dependencies between decisions one-by-one. For each question, provide your recommended answer.
Ask questions one at a time, waiting for feedback before continuing.
If a question can be answered by exploring the codebase or `.docs/`, explore instead of asking.
## During the Session
### Challenge against the glossary
When the human uses a term that conflicts with existing language in `CONTEXT.md`, call it out immediately. *"Your glossary defines 'cancellation' as X, but you seem to mean Y — which is it?"*
### Sharpen fuzzy language
When the human uses vague or overloaded terms, propose a precise canonical term. *"You're saying 'account' — do you mean the Customer or the User? Those are different things."*
### Discuss concrete scenarios
When domain relationships are being discussed, stress-test them with specific scenarios. Invent scenarios that probe edge cases and force precision about boundaries between concepts.
### Cross-reference with code
When the human states how something works, check whether the code agrees. If contradiction found, surface it: *"Your code cancels entire Orders, but you just said p