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/ 100推荐值
导入这个 Skill
选择你的 coding agent,复制项目级或个人级安装命令。
导入当前项目.agents/skills/grill-me
npx skills add https://github.com/yourconscience/dotagents/tree/80e2db690cd0d03fb1fb7eac59bf5de6be387497/plugins/dotagents/skills/grill-me -a codex -y导入个人环境~/.agents/skills/grill-me
npx skills add https://github.com/yourconscience/dotagents/tree/80e2db690cd0d03fb1fb7eac59bf5de6be387497/plugins/dotagents/skills/grill-me -a codex -g -y导入当前项目.claude/skills/grill-me
npx skills add https://github.com/yourconscience/dotagents/tree/80e2db690cd0d03fb1fb7eac59bf5de6be387497/plugins/dotagents/skills/grill-me -a claude-code -y导入个人环境~/.claude/skills/grill-me
npx skills add https://github.com/yourconscience/dotagents/tree/80e2db690cd0d03fb1fb7eac59bf5de6be387497/plugins/dotagents/skills/grill-me -a claude-code -g -y导入当前项目.agents/skills/grill-me
npx skills add https://github.com/yourconscience/dotagents/tree/80e2db690cd0d03fb1fb7eac59bf5de6be387497/plugins/dotagents/skills/grill-me -a github-copilot -y导入个人环境~/.copilot/skills/grill-me
npx skills add https://github.com/yourconscience/dotagents/tree/80e2db690cd0d03fb1fb7eac59bf5de6be387497/plugins/dotagents/skills/grill-me -a github-copilot -g -y导入当前项目.agents/skills/grill-me
npx skills add https://github.com/yourconscience/dotagents/tree/80e2db690cd0d03fb1fb7eac59bf5de6be387497/plugins/dotagents/skills/grill-me -a cursor -y导入个人环境~/.cursor/skills/grill-me
npx skills add https://github.com/yourconscience/dotagents/tree/80e2db690cd0d03fb1fb7eac59bf5de6be387497/plugins/dotagents/skills/grill-me -a cursor -g -y导入当前项目.agents/skills/grill-me
npx skills add https://github.com/yourconscience/dotagents/tree/80e2db690cd0d03fb1fb7eac59bf5de6be387497/plugins/dotagents/skills/grill-me -a gemini-cli -y导入个人环境~/.gemini/skills/grill-me
npx skills add https://github.com/yourconscience/dotagents/tree/80e2db690cd0d03fb1fb7eac59bf5de6be387497/plugins/dotagents/skills/grill-me -a gemini-cli -g -yNative Gemini CLI
gemini skills install https://github.com/yourconscience/dotagents.git --scope workspace --path plugins/dotagents/skills/grill-me⚠ 安装命令使用开源 skills CLI。执行前请检查来源、脚本和权限。
Skill 指令
在 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.