grilling
Relentlessly grill plans until shared understanding. Use when stress-testing a design or another skill delegates grilling.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Relentlessly grill plans until shared understanding. Use when stress-testing a design or another skill delegates grilling.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Voice, tone, and format for the public Codemap docs (`apps/docs`, built with Blume). Use when authoring or editing apps/docs prose — landing, guides, concepts, recipes, reference, generated API — or deciding headline grammar, benefit framing, peer framing, or anti-pitch wording.
Repo-wide docs framework — what `docs/`, `docs/plans/`, `docs/research/`, `.agents/`, or any other doc-bearing surface in this repo looks like, what lifecycle each doc follows, and how to keep cross-references intact when slimming or moving content. Use when authoring or editing any `docs/**`, `docs/plans/**`, `docs/research/**`, `.agents/rules/**`, `.agents/skills/**`, or any new doc-bearing folder. Defines the lifecycle types (Reference / Roadmap / Plan / Audit / Research), the existence test every doc must pass, the closing-state lifecycles (delete + lift; never "Slim & keep in plans/"), the substrate variants (single `audit.md` vs `audits/<topic>.md`; conditional `glossary.md`), the surface tiers (repo-wide / per-tooling-area), and the cross-reference preservation discipline (grep before slim; preserve rule numbers cited from source). The Tier-2 priming layer at `.agents/rules/docs-governance.md` cites this skill and extends with codemap-specific bits only.
Bring a branch to pristine, maximum production readiness without changing PR intent — spawn parallel Task subagents (never inline review), fix in-bounds findings, loop autonomously until clean or pass cap, then report once. Use after a tracer-bullet commit (lite), before PR is done (full), on "harden", "harden-pr", "pristine", "review until clean", "production-ready pass", or "harden-pr reconcile". Invoking this skill authorizes one harden commit at cycle end. NEVER stop mid-loop to ask about commits, babysit, or the next pass. NEVER redesign the feature or change observable runtime behavior.
The product north-star — four Codemap tenets (structural over semantic, predicate-as-API, local-first / agent-native surfaces, honest scope). Use when making a design, API, or architecture decision, evaluating a trade-off, justifying a feature, or writing/reviewing a docs/plans entry.
Keep apps/docs in sync with merged product changes. On each run, audit recently merged PRs against docs content, update only drifted pages, regenerate API MDX when public exports/JSDoc drifted, verify with blume validate/check/build/audit, and open or update a docs/* PR — or report a clean no-op.
Delta-driven dependency upgrades — a script gathers the evidence, you read the artifact and judge. Use when the user asks to upgrade, bump, or CVE-audit dependencies.
| name | grilling |
| description | Relentlessly grill plans until shared understanding. Use when stress-testing a design or another skill delegates grilling. |
Interview relentlessly about every aspect of a plan until shared understanding. Walk down each branch of the decision tree, resolving dependencies between decisions one-by-one. For each question, provide a recommended answer. Ask one question at a time.
codemap query for structural facts, then Read / Glob before asking. Questions that the codebase already answers waste turns and signal weak prep.Agent: <Q1>. My read: <recommended answer>. Why: <1-line reason>.
User: <answer / pushback>
Agent: <Q2 — derived from Q1's answer>. My read: …
User: …
Agent: That closes the design tree for me. Want me to <draft the plan / open a PR / start coding>?
Don't number the questions in chat — the conversation IS the order. Number them only when the user asks for a recap or a written summary.
Reach for these before asking the human:
| Question shape | Tool |
|---|---|
| "Where is X defined?" / "Who imports X?" | codemap query · Glob (file paths) |
| "What does file X export?" | codemap query --recipe find-symbol-definitions · Read the file |
| "What's the blast radius of X?" | codemap impact / query_recipe fan-in |
| "What conventions apply to this layer?" | Read the relevant rule under .agents/rules/ |
| "How does the existing similar module do this?" | codemap query for the pattern, then Read |
symbols table?" — codemap query first.