Alias for /challenge-me — interactive grill-style interview that sharpens a fuzzy plan/idea into a copyable Markdown pitch
Scanned 6/5/2026
Install via CLI
openskills install event4u-app/agent-config---
model_tier: inherit
name: grill-me
pack: meta
tier: 2
description: Alias for /challenge-me — interactive grill-style interview that sharpens a fuzzy plan/idea into a copyable Markdown pitch
cluster: challenge-me
type: orchestrator
suggestion:
eligible: true
trigger_description: "grill me, grill me on this, grill me on this plan, grill me through this, grill me on the idea, grill me until it's clear, grill me hard"
trigger_context: "user has a fuzzy plan/idea/feature draft and wants it sharpened interactively rather than reconstructed in one shot"
workspaces:
- agent-config-maintainer
packs:
- meta
---
# /grill-me
Alias for [`/challenge-me`](challenge-me.md). Identical behaviour,
identical sub-commands (`vision`, `with-docs`), identical in-interview
triggers (`!pitch`, `!roadmap`, `!ai`). Provided so users who think of
the workflow as "grill me" rather than "challenge me" land on the same
dispatcher without a second hop.
## Sub-commands
| Sub-command | Routes to | Purpose |
|---|---|---|
| `/grill-me vision` | `commands/challenge-me/vision.md` | Standard variant — interrogate to 95 % confidence, emit a vision pitch |
| `/grill-me with-docs` | `commands/challenge-me/with-docs.md` | Doc-aware variant — same flow plus glossary + claim-vs-code verification against `CONTEXT.md` / ADRs |
## Dispatch
1. Parse the user's argument: `/grill-me <sub-command> [flags] [seed]`.
2. Load [`commands/challenge-me.md`](challenge-me.md) and follow its
`## Dispatch` section verbatim with the same sub-command + flags + seed.
3. If the sub-command is unknown or missing, print the menu from
`challenge-me.md` (do not guess).
## Rules
- This file is a **thin alias** — all behaviour, in-interview triggers,
cost-gate semantics, and file-write rules live in
[`commands/challenge-me.md`](challenge-me.md) and the routed
sub-command files. Do not duplicate them here; edit them there.
- The suggestion engine surfaces this command for free-form "grill me"
prompts; the slash form `/grill-me` is the direct invocation path.
No comments yet. Be the first to comment!
Ultra-compressed communication mode. Cuts token usage ~75% by speaking like caveman while keeping full technical accuracy. Supports intensity levels: lite, full (default), ultra, wenyan-lite, wenyan-full, wenyan-ultra. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or invokes /caveman. Also auto-triggers when token efficiency is requested.
Adversarial multi-agent planning skill. Self-orchestrates 5 hostile category members (unspecified-low, unspecified-high, deep, ultrabrain, artistry) via team-mode for ruthless cross-critique debate, distills only the defensible insights, then MANDATORILY hands the distilled insight bundle to the `plan` agent for executable plan formalization. Use when planning needs maximum rigor and surfacing of weak assumptions, blind spots, and over-engineering. Triggers: 'hyperplan', 'hpp', '/hyperplan', ...
**Complete production-ready guide for Google Gemini embeddings API** This skill provides comprehensive coverage of the `gemini-embedding-001` model for generating text embeddings, including SDK usage, REST API patterns, batch processing, RAG integration with Cloudflare Vectorize, and advanced use cases like semantic search and document clustering. ---
Interview, source-challenge, verify, save, and ADR-gate fuzzy coding requests into Codex-ready implementation specs. Use when a feature, bugfix, refactor, migration, repo-wide change, or architecture task needs user-verified requirements, source-backed decisions, durable architecture decisions, acceptance criteria, validation commands, rollout notes, saved spec/ADR files, and a Codex execution prompt. Do not use when already fully specified or when the user wants direct implementation now.
Use when a repo needs CodeGraph plus ast-grep for Codex MCP setup, exploration, impact analysis, structural search, or safe refactor planning.