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,複製專案級或個人級安裝指令。

固定至平台收錄的 commit
匯入目前專案.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
手動放置目錄.agents/skills/grill-meOfficial docs ↗
匯入目前專案.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
手動放置目錄.claude/skills/grill-meOfficial docs ↗
匯入目前專案.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-meOfficial docs ↗
匯入目前專案.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-meOfficial docs ↗
匯入目前專案.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 -y
Native Gemini CLIgemini skills install https://github.com/yourconscience/dotagents.git --scope workspace --path plugins/dotagents/skills/grill-me
手動放置目錄.agents/skills/grill-meOfficial docs ↗
⚠ 安裝指令使用開源 skills CLI。執行前請檢查來源、腳本與權限。
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.