grill me
Interview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree. Use when user wants to stress-test a plan, get grilled on their design, or mentions "grill me".
Overview
The "grill me" skill is a productivity tool hosted within the mxyhi/ok-skills repository, which has earned 423 stars on GitHub. This utility is designed to facilitate deep-dive technical interviews between an AI agent and a user. It functions by systematically questioning the logic of a proposed plan or architectural design. The skill aims to reach a comprehensive shared understanding by identifying and resolving every branch of a project's decision tree. Compatible with agents like Claude, Cursor, and Codex, it provides a structured environment for stress-testing ideas. By relentlessly probing for edge cases and potential flaws, the skill helps users refine their concepts before implementation, ensuring that all design choices are thoroughly vetted and documented through the interaction.
Use Cases
Install Notes
# Review source first
open https://github.com/mxyhi/ok-skills/blob/main/grill-me/SKILL.mdCopy or clone the skill folder into your agent skills directory after reviewing its instructions and scripts.
Security Notes
This skill operates as a conversational logic tool within the mxyhi/ok-skills repository. Users should be aware that the effectiveness of the stress-test depends on the information shared during the interview process. As with any AI-driven design review, sensitive project details or proprietary data should be handled according to the specific security protocols of the compatible agent being used, such as Claude or Cursor. No specific external permissions or system-level access requirements are documented for this skill beyond the standard agent interface.
Related Skills
Internal Comms
anthropics/skills
A set of resources to help me write all kinds of internal communications, using the formats that my company likes to use. Claude should use this skill whenever asked to write some sort of internal communications (status reports, leadership updates, 3P updates, company newsletters, FAQs, incident reports, project upd...
Planning And Task Breakdown
addyosmani/agent-skills
Breaks work into ordered tasks. Use when you have a spec or clear requirements and need to break work into implementable tasks. Use when a task feels too large to start, when you need to estimate scope, or when parallel work is possible.
Notion Spec To Implementation
openai/plugins
Turn Notion specs into implementation plans, tasks, and progress tracking; use when implementing PRDs/feature specs and creating Notion plans + tasks from them.
Notion Knowledge Capture
openai/plugins
Capture conversations and decisions into structured Notion pages; use when turning chats/notes into wiki entries, how-tos, decisions, or FAQs with proper linking.
Notion Research Documentation
openai/plugins
Research across Notion and synthesize into structured documentation; use when gathering info from multiple Notion sources to produce briefs, comparisons, or reports with citations.
Notion Meeting Intelligence
openai/plugins
Prepare meeting materials with Notion context and Codex research; use when gathering context, drafting agendas/pre-reads, and tailoring materials to attendees.