diff --git a/CLAUDE.md b/CLAUDE.md index 1f12f7a..326ffcd 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -27,7 +27,7 @@ Each skill is a single `SKILL.md` with YAML frontmatter: `name`, `description`, | git-toolbox | check-github-ci, create-draft-pr, semantic-commit, semantic-branch, pr-auto-update, ai-review-triage | | qa-toolbox | create-dev-check-list-android, copy-simple-qa-cases | | ccusage-analyzer | analyze-usage | -| claude-code-best-practice | claude-md-best-practice, settings-audit, skill-audit, subagent-audit, subagent-driven-prompt-tuning | +| claude-code-best-practice | claude-md-best-practice, settings-audit, skill-audit, subagent-audit, subagent-driven-prompt-tuning, grilling | ## Adding a New Plugin diff --git a/plugins/claude-code-best-practice/skills/grilling/LICENSE b/plugins/claude-code-best-practice/skills/grilling/LICENSE new file mode 100644 index 0000000..f1dd2c0 --- /dev/null +++ b/plugins/claude-code-best-practice/skills/grilling/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2026 Matt Pocock + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/plugins/claude-code-best-practice/skills/grilling/SKILL.md b/plugins/claude-code-best-practice/skills/grilling/SKILL.md new file mode 100644 index 0000000..fe3569d --- /dev/null +++ b/plugins/claude-code-best-practice/skills/grilling/SKILL.md @@ -0,0 +1,10 @@ +--- +name: grilling +description: Interview 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. +--- + +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 question can be answered by exploring the codebase, explore the codebase instead.