Docs & Researchlow risk

grilling

Grill the user relentlessly about a plan or design. Use when the user wants to stress-test a plan before building, or uses any 'grill' trigger phrases.

GulajavaMinistudio/awesome-copilot-id·.codex/skills/grilling/SKILL.md
41/ 100推薦值

匯入這個 Skill

選擇你的 coding agent,複製專案級或個人級安裝指令。

固定至平台收錄的 commit
匯入目前專案.agents/skills/grilling
npx skills add https://github.com/GulajavaMinistudio/awesome-copilot-id/tree/0e929cd21e00def753261dc07bc74579d4f70a8d/.codex/skills/grilling -a codex -y
匯入個人環境~/.agents/skills/grilling
npx skills add https://github.com/GulajavaMinistudio/awesome-copilot-id/tree/0e929cd21e00def753261dc07bc74579d4f70a8d/.codex/skills/grilling -a codex -g -y
手動放置目錄.agents/skills/grillingOfficial docs ↗
匯入目前專案.claude/skills/grilling
npx skills add https://github.com/GulajavaMinistudio/awesome-copilot-id/tree/0e929cd21e00def753261dc07bc74579d4f70a8d/.codex/skills/grilling -a claude-code -y
匯入個人環境~/.claude/skills/grilling
npx skills add https://github.com/GulajavaMinistudio/awesome-copilot-id/tree/0e929cd21e00def753261dc07bc74579d4f70a8d/.codex/skills/grilling -a claude-code -g -y
手動放置目錄.claude/skills/grillingOfficial docs ↗
匯入目前專案.agents/skills/grilling
npx skills add https://github.com/GulajavaMinistudio/awesome-copilot-id/tree/0e929cd21e00def753261dc07bc74579d4f70a8d/.codex/skills/grilling -a github-copilot -y
匯入個人環境~/.copilot/skills/grilling
npx skills add https://github.com/GulajavaMinistudio/awesome-copilot-id/tree/0e929cd21e00def753261dc07bc74579d4f70a8d/.codex/skills/grilling -a github-copilot -g -y
手動放置目錄.agents/skills/grillingOfficial docs ↗
匯入目前專案.agents/skills/grilling
npx skills add https://github.com/GulajavaMinistudio/awesome-copilot-id/tree/0e929cd21e00def753261dc07bc74579d4f70a8d/.codex/skills/grilling -a cursor -y
匯入個人環境~/.cursor/skills/grilling
npx skills add https://github.com/GulajavaMinistudio/awesome-copilot-id/tree/0e929cd21e00def753261dc07bc74579d4f70a8d/.codex/skills/grilling -a cursor -g -y
手動放置目錄.agents/skills/grillingOfficial docs ↗
匯入目前專案.agents/skills/grilling
npx skills add https://github.com/GulajavaMinistudio/awesome-copilot-id/tree/0e929cd21e00def753261dc07bc74579d4f70a8d/.codex/skills/grilling -a gemini-cli -y
匯入個人環境~/.gemini/skills/grilling
npx skills add https://github.com/GulajavaMinistudio/awesome-copilot-id/tree/0e929cd21e00def753261dc07bc74579d4f70a8d/.codex/skills/grilling -a gemini-cli -g -y
Native Gemini CLIgemini skills install https://github.com/GulajavaMinistudio/awesome-copilot-id.git --scope workspace --path .codex/skills/grilling
手動放置目錄.agents/skills/grillingOfficial docs ↗
⚠ 安裝指令使用開源 skills CLI。執行前請檢查來源、腳本與權限。
<!-- markdownlint-disable -->

# Grilling Skill

Interview me relentlessly about every aspect of this plan until we reach a shared understanding. Walk down each branch of the design tree, resolving dependencies between decisions one-by-one. For each question, provide your recommended answer.

Ask the questions one at a time, waiting for feedback on each question before continuing. Asking multiple questions at once is bewildering.

If a _fact_ can be found by exploring the codebase, look it up rather than asking me. The _decisions_, though, are mine — put each one to me and wait for my answer.

## Domain Glossary & Architectural Decision Rules

During the grilling session, you MUST actively apply the project's documentation standards:

1. **Domain Glossary Integration:**
   If a question resolves ambiguous business terms or introduces new domain entities:
   - Apply **Scope Detection** (check for `CONTEXT-MAP.md` at root first; follow the map to the correct directory, or use root `CONTEXT.md`).
   - Offer to update the glossary **lazily** and immediately.
   - Record the chosen canonical term and list rejected synonyms under `_Avoid_` as defined in `.codex/standards/CONTEXT-FORMAT.md`.

2. **Architecture Decision Records (ADRs):**
   If a decision is a "hard-to-reverse" architectural choice:
   - Verify it meets **all three** criteria from `.codex/standards/ADR-FORMAT.md`: (1) Hard to reverse, (2) Surprising without context, (3) Real trade-off.
   - If it does, document it **lazily** as an ADR under `docs/adr/` using the format defined in `.codex/standards/ADR-FORMAT.md`. Do not embed the ADR in other documents.

Do not enact the plan until I confirm we have reached a shared understanding.