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·skills/grill-me/SKILL.md
34/ 100Recommendation
Install this skill
Choose your coding agent and copy a project or personal installation command.
Project installation.agents/skills/grill-me
npx skills add https://github.com/yourconscience/dotagents/tree/80e2db690cd0d03fb1fb7eac59bf5de6be387497/skills/grill-me -a codex -yPersonal installation~/.agents/skills/grill-me
npx skills add https://github.com/yourconscience/dotagents/tree/80e2db690cd0d03fb1fb7eac59bf5de6be387497/skills/grill-me -a codex -g -yProject installation.claude/skills/grill-me
npx skills add https://github.com/yourconscience/dotagents/tree/80e2db690cd0d03fb1fb7eac59bf5de6be387497/skills/grill-me -a claude-code -yPersonal installation~/.claude/skills/grill-me
npx skills add https://github.com/yourconscience/dotagents/tree/80e2db690cd0d03fb1fb7eac59bf5de6be387497/skills/grill-me -a claude-code -g -yProject installation.agents/skills/grill-me
npx skills add https://github.com/yourconscience/dotagents/tree/80e2db690cd0d03fb1fb7eac59bf5de6be387497/skills/grill-me -a github-copilot -yPersonal installation~/.copilot/skills/grill-me
npx skills add https://github.com/yourconscience/dotagents/tree/80e2db690cd0d03fb1fb7eac59bf5de6be387497/skills/grill-me -a github-copilot -g -yProject installation.agents/skills/grill-me
npx skills add https://github.com/yourconscience/dotagents/tree/80e2db690cd0d03fb1fb7eac59bf5de6be387497/skills/grill-me -a cursor -yPersonal installation~/.cursor/skills/grill-me
npx skills add https://github.com/yourconscience/dotagents/tree/80e2db690cd0d03fb1fb7eac59bf5de6be387497/skills/grill-me -a cursor -g -yProject installation.agents/skills/grill-me
npx skills add https://github.com/yourconscience/dotagents/tree/80e2db690cd0d03fb1fb7eac59bf5de6be387497/skills/grill-me -a gemini-cli -yPersonal installation~/.gemini/skills/grill-me
npx skills add https://github.com/yourconscience/dotagents/tree/80e2db690cd0d03fb1fb7eac59bf5de6be387497/skills/grill-me -a gemini-cli -g -yNative Gemini CLI
gemini skills install https://github.com/yourconscience/dotagents.git --scope workspace --path skills/grill-me⚠ 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.