agentsclimarketplace

Grill me

Skill JasonxzWen/harness-hub/skills/grill-me

Load when beginning every repository mutation task to run one dependency-layered batch interview; a fully aligned task takes the zero-question path, while durable documentation work uses grill-with-docs to reuse the same decision graph.From its SKILL.md

Install
npx -y skills add JasonxzWen/harness-hub --skill grill-me

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.

What its file declares

Copied from the file, not written here

The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.

SKILL.md

4.9 KB, 930 tokens by cl100k_base, as published. Nobody here has run it

Grill Me

Purpose

Run one compact alignment pass before changing a repository. Surface only unresolved decisions that can change the work, arrange them by dependency, and minimize user interruption.

This is an atomic prompt capability for the native Host main Agent. It is not a workflow owner, implementation phase, state machine, or permission grant.

Activation

Run once per mutation task, not once per file, edit, or tool call.

If the task creates or materially changes durable project contracts, OKF knowledge, specifications, ADRs, architecture/API/design documents, load grill-with-docs; it loads and applies this protocol through one shared graph, so do not conduct a second interview. Temporary .harness-hub/state/ maintenance alone does not qualify.

Explicit grill me requests still use this skill. Read-only explanation or status work does not require it unless it turns into a mutation task.

Alignment Protocol

  1. Restate the intended outcome, allowed scope, non-goals, and acceptance evidence.
  2. If a fact can be learned locally, inspect the repository first instead of asking the user.
  3. Separate facts, accepted decisions, reasonable reversible assumptions, and unresolved decisions.
  4. Ask only about decisions that can change behavior, ownership, safety, material cost, remote state, or acceptance criteria.
  5. Build a lightweight dependency graph for those unresolved decisions.
  6. Ask every unresolved decision whose complete row—question, options, recommendation, rationale, tradeoff, and downstream impact—can be stated without another open answer.
  7. Defer a decision when any part of that row depends on an unresolved answer.
  8. Apply the user's answers, prune invalid branches, recompute the current frontier, and repeat only while a consequential decision remains.

If no unresolved decision can change the next action, ask zero questions, state that alignment is complete, and continue with the user's authorized work.

Never infer that silence means acceptance. Facts are for the Agent to investigate; decisions with meaningful user-visible consequences remain with the user.

Batch Format

Present the current dependency frontier in one table:

IDDecision questionOptionsRecommendedWhy / tradeoffDownstream impactAnswer
D1A decision that is answerable nowA / B / CAWhy A is the best default and its costWhat this unlocks, constrains, or prunesPending

Every row must include a recommended default, short rationale, main tradeoff, and likely downstream consequence. Keep options mutually exclusive. Do not impose an arbitrary batch-size cap. Group a large frontier by theme or priority without serializing independent questions across turns.

Show dependency-bound topics only as a waiting list:

Deferred topicPrerequisiteWhy it waits
Cache authorityD1 source choiceValid options depend on the authoritative source

Do not finalize the wording or options for a deferred question until its prerequisite is resolved.

Invite one compact reply, for example:

D1: choose A
D2: accept recommendation
D3: pause until <condition>

The user may say accept this batch, answer in prose, or use default, defaults, and defer. Do not silently apply a recommendation to an unanswered row.

Treat pause until ... as an explicit deferral. Record its reason and re-entry condition, and omit it from later batches until that condition becomes true or the user explicitly reopens it. The same lifecycle applies to the defer alias.

After each reply, show only the useful resolution summary:

IDDecisionConsequenceStatus
D1Accepted choiceWhat it resolved, unlocked, or prunedResolved

Batching is the default. If the user explicitly asks for one question at a time, honor that request without changing the dependency or evidence rules.

Boundaries And Handoff

  • Do not ask vague preference questions when repository evidence or a reversible default is enough.
  • Do not create a run ledger, retry counter, workflow, hook, or hidden state.
  • Do not expand authorization. Remote writes, destructive work, security boundaries, and data ownership still require their normal authority.
  • Do not start implementation unless the user explicitly asks you to continue into execution.

When stopping, return decisions made, assumptions used, deferred questions and their prerequisites, the next authorized action, and verification criteria for the next step.

What ships with it: 1 file

1.0 KB alongside SKILL.md

Keep looking

Skills are one crate of 326,871. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.