feat(skills): add optional grill-me skill — adversarial plan interview (salvages #43694) - #80708
Merged
Merged
Conversation
Contributor
૮ >ﻌ< ა ci reviewran on 0b063be — refactor(skills): move grill-me to optional-skills
|
New bundled skill that stress-tests plans through structured adversarial questioning. One question at a time, each with a recommendation, resolving the full decision tree before any code is written. Four-phase structure: Understanding -> Technical Decisions -> Edge Cases -> Synthesis. Integrates with plan, subagent-driven-development, and requesting-code-review.
Per the 'when in doubt, optional' rule — plan-interview is an on-request capability, not a weekly daily-driver for most users. Install via: hermes skills install official/software-development/grill-me
teknium1
force-pushed
the
muse-code-inspired/grill-skill
branch
from
August 29, 2026 09:29
55f2373 to
0b063be
Compare
This was referenced Aug 29, 2026
Collaborator
Author
|
Credit correction from the post-merge sweep: #37639 by @jweese001 (Jun 2) predates #43694 (Jun 10) as the earliest grill-me submission. The salvage was built from #43694's implementation, but first-submitter credit belongs to @jweese001. |
This was referenced Aug 29, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds an optional
grill-meskill underoptional-skills/software-development/— an adversarial plan interview that stress-tests an idea through structured one-question-at-a-time questioning before any code is written. Salvages #43694 by @rafaumeu with authorship preserved. Install viahermes skills install official/software-development/grill-me.This is also a direct hit on this week's Muse Code scout: Meta's Muse Code (Aug 5) ships
/grillas a bundled default skill ("stress-tests a plan until it holds up") alongside/plan. Hermes already hasplan; this closes the/grillgap with a community contribution that predates Muse Code by two months.Changes
optional-skills/software-development/grill-me/SKILL.md: new optional skill (103 lines) — 4-phase interview (Understanding → Technical Decisions → Edge Cases → Synthesis), one question per turn with a recommendation, codebase exploration viasearch_files/read_fileinstead of asking answerable questions, explicit no-code-during-grill rule, hands off toplan/subagent-driven-development/requesting-code-reviewcontributors/emails/rafael.zendron22@gmail.com: contributor mapping for @rafaumeuValidation
[linux, macos, windows]— prose only, no scriptstests/skills/test_authoring_standards.py -k grill)audit_pr_attribution.py --fix→ all mappedrev-list count= 0; diff = 5 intended files onlySources (Muse Code scout)
/plan,/grill,/goalskills)Infographic