grill with docs
Grilling session that challenges your plan against the existing domain model, sharpens terminology, and updates documentation (CONTEXT.md, ADRs) inline as decisions crystallise. Use when user wants to stress-test a plan against their project's language and documented decisions.
Overview
The grill with docs skill, hosted in the mxyhi/ok-skills repository, provides a structured environment for refining technical plans through critical analysis. It functions by challenging proposed strategies against an existing domain model to ensure terminology consistency and architectural alignment. As decisions are finalized during the session, the tool facilitates inline updates to project documentation, specifically targeting files like CONTEXT.md and Architectural Decision Records (ADRs). This skill is compatible with various AI agents, including Codex, Claude-code, and Cursor. By integrating with the mxyhi/ok-skills ecosystem—a project with over 400 stars on GitHub—it helps developers maintain documentation accuracy while pressure-testing new features or design changes. It is particularly useful for projects involving complex design requirements or ROS-based systems.
Use Cases
Install Notes
# Review source first
open https://github.com/mxyhi/ok-skills/blob/main/grill-with-docs/SKILL.mdCopy or clone the skill folder into your agent skills directory after reviewing its instructions and scripts.
Security Notes
Users should review the skill's access to local project files, as it performs inline modifications to documentation like CONTEXT.md and ADRs. Ensure that the AI agent's environment is configured with appropriate file system permissions and that sensitive data is not inadvertently exposed during the automated documentation update process within the mxyhi/ok-skills framework.
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 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 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 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.