# Skill /grill

Pi-adapted.

`/skill:grill` stress-tests a plan or design through a focused interactive interview. It is read-only and writes no files.

## Usage

```text
/skill:grill should we cache sessions in Redis or Postgres
/skill:grill review my plan for the new billing flow
```

## Interaction model

The skill uses pi's `ask_user` tool:

- one question at a time;
- 2–4 options per question;
- recommended answer first, labelled `(Recommended)`;
- free-form answer enabled;
- contradictions surfaced immediately.

## Output

A closing summary of resolved decisions and remaining open questions.

## Related

For the variant that also records terminology in `CONTEXT.md` and decisions as ADRs, use `/skill:grill-docs`.
