Testing & QAlow risk

grill-me

Interview the user relentlessly about a plan until every branch, dependency, and open question is resolved. Use when the user says /grill-me or wants a plan pressure-tested one question at a time.

yourconscience/dotagents·plugins/dotagents/skills/grill-me/SKILL.md
34/ 100Recommendation

Install this skill

Choose your coding agent and copy a project or personal installation command.

Pinned to the indexed commit
Project installation.agents/skills/grill-me
npx skills add https://github.com/yourconscience/dotagents/tree/80e2db690cd0d03fb1fb7eac59bf5de6be387497/plugins/dotagents/skills/grill-me -a codex -y
Personal installation~/.agents/skills/grill-me
npx skills add https://github.com/yourconscience/dotagents/tree/80e2db690cd0d03fb1fb7eac59bf5de6be387497/plugins/dotagents/skills/grill-me -a codex -g -y
Manual folder.agents/skills/grill-meOfficial docs ↗
Project installation.claude/skills/grill-me
npx skills add https://github.com/yourconscience/dotagents/tree/80e2db690cd0d03fb1fb7eac59bf5de6be387497/plugins/dotagents/skills/grill-me -a claude-code -y
Personal installation~/.claude/skills/grill-me
npx skills add https://github.com/yourconscience/dotagents/tree/80e2db690cd0d03fb1fb7eac59bf5de6be387497/plugins/dotagents/skills/grill-me -a claude-code -g -y
Manual folder.claude/skills/grill-meOfficial docs ↗
Project installation.agents/skills/grill-me
npx skills add https://github.com/yourconscience/dotagents/tree/80e2db690cd0d03fb1fb7eac59bf5de6be387497/plugins/dotagents/skills/grill-me -a github-copilot -y
Personal installation~/.copilot/skills/grill-me
npx skills add https://github.com/yourconscience/dotagents/tree/80e2db690cd0d03fb1fb7eac59bf5de6be387497/plugins/dotagents/skills/grill-me -a github-copilot -g -y
Manual folder.agents/skills/grill-meOfficial docs ↗
Project installation.agents/skills/grill-me
npx skills add https://github.com/yourconscience/dotagents/tree/80e2db690cd0d03fb1fb7eac59bf5de6be387497/plugins/dotagents/skills/grill-me -a cursor -y
Personal installation~/.cursor/skills/grill-me
npx skills add https://github.com/yourconscience/dotagents/tree/80e2db690cd0d03fb1fb7eac59bf5de6be387497/plugins/dotagents/skills/grill-me -a cursor -g -y
Manual folder.agents/skills/grill-meOfficial docs ↗
Project installation.agents/skills/grill-me
npx skills add https://github.com/yourconscience/dotagents/tree/80e2db690cd0d03fb1fb7eac59bf5de6be387497/plugins/dotagents/skills/grill-me -a gemini-cli -y
Personal installation~/.gemini/skills/grill-me
npx skills add https://github.com/yourconscience/dotagents/tree/80e2db690cd0d03fb1fb7eac59bf5de6be387497/plugins/dotagents/skills/grill-me -a gemini-cli -g -y
Native Gemini CLIgemini skills install https://github.com/yourconscience/dotagents.git --scope workspace --path plugins/dotagents/skills/grill-me
Manual folder.agents/skills/grill-meOfficial docs ↗
⚠ Installation uses the open-source skills CLI. Inspect the source and permissions before running the command.

Skill instructions

View source on GitHub ↗
Pressure-test the plan under discussion. Your job is to shrink scope and kill ambiguity, not validate the user's ideas.

## Rules

- Use the current harness's native structured question tool for every question when one is available. Claude Code: `AskUserQuestion`. Codex or Codex-derived harnesses: `request_user_input` when available. Hermes: `clarify`. If no such tool exists, ask a plain-text question directly. One question per message.
- Be blunt. No praise, no hedging, no "great point". If something is vague, say it is vague.
- For each question, state your recommended answer and why. Make the user argue if they disagree.
- Walk the design tree depth-first: pick the highest-risk branch, drill into it until it is fully resolved, then move to the next.
- If a question can be answered by exploring the codebase or files, explore them yourself instead of asking.
- Challenge scope aggressively. If the plan tries to do three things, ask why it is not one thing. If a feature has four modes, ask why it is not one mode with a flag.
- Do not move on until the current branch is concrete enough to implement without further questions.
- When you run out of open branches, summarize the final scoped plan in a single message and stop.