Skip to content

feat(skills): add optional grill-me skill — adversarial plan interview (salvages #43694) - #80708

Merged
teknium1 merged 4 commits into
mainfrom
muse-code-inspired/grill-skill
Aug 29, 2026
Merged

teknium1 merged 4 commits into
mainfrom
muse-code-inspired/grill-skill

Conversation

@teknium1

@teknium1 teknium1 commented Aug 7, 2026 •

Copy link
Copy Markdown
Collaborator

Summary

Adds an optional grill-me skill under optional-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 via hermes 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 /grill as a bundled default skill ("stress-tests a plan until it holds up") alongside /plan. Hermes already has plan; this closes the /grill gap 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 via search_files/read_file instead of asking answerable questions, explicit no-code-during-grill rule, hands off to plan / subagent-driven-development / requesting-code-review
  • contributors/emails/rafael.zendron22@gmail.com: contributor mapping for @rafaumeu
  • Docs regen (scoped): one optional-catalog row, one sidebar line, one auto-gen skill page

Validation

Check Result
description length 49 chars (≤60)
platforms gating [linux, macos, windows] — prose only, no scripts
authoring standards tests 6 passed (tests/skills/test_authoring_standards.py -k grill)
contributor attribution audit audit_pr_attribution.py --fix → all mapped
stale-base gate rebased onto current main; rev-list count = 0; diff = 5 intended files only

Sources (Muse Code scout)

Infographic

grill-me skill infographic

@github-actions

github-actions Bot commented Aug 7, 2026 •

Copy link
Copy Markdown
Contributor

૮ >ﻌ< ა ci review

ran on 0b063be — refactor(skills): move grill-me to optional-skills

⚠️ Warnings

OSV vulnerability scan · View job

6 known vulnerabilities found in pinned dependencies.

How to fix:

Review the findings in the Security tab. Update the affected dependencies if a patched version is available.


debug info

CI timings

CI timings · View report · View job

Wall time 5m53s vs 12m11s (-51.7%). 7 job(s) slower, 4 faster, 2 unchanged.

  • Python tests / Run tests: -513.0s
  • Docs Site / docs-site-checks: -10.0s
  • Python lints / ruff enforcement (blocking): +6.0s
  • Python lints / Windows footguns (blocking): +4.0s
  • OS-specific tests / macOS-only tests: -4.0s

@alt-glitch alt-glitch added type/feature New feature or request tool/skills Skills system (list, view, manage) P3 Low — cosmetic, nice to have labels Aug 7, 2026
rafaumeu and others added 4 commits August 29, 2026 02:27
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
teknium1 force-pushed the muse-code-inspired/grill-skill branch from 55f2373 to 0b063be Compare August 29, 2026 09:29
@teknium1 teknium1 changed the title feat(skills): add bundled grill-me skill — adversarial plan interview (salvages #43694) feat(skills): add optional grill-me skill — adversarial plan interview (salvages #43694) Aug 29, 2026
@teknium1
teknium1 merged commit 71c823b into main Aug 29, 2026
33 checks passed
@teknium1
teknium1 deleted the muse-code-inspired/grill-skill branch August 29, 2026 10:12
@teknium1

Copy link
Copy Markdown
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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

P3 Low — cosmetic, nice to have tool/skills Skills system (list, view, manage) type/feature New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants