Skip to content
Development
Skill

/grill-with-docs

Use when a repository decision needs an interview plus durable terminology and decision records. Not for remote, credential, publish, deploy, or irreversible changes.

From plugin
odin-claude-plugin
36200 skills
Install
$ npx -y skills add OutlineDriven/odin-claude-plugin --skill grill-with-docs --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/grill-with-docs

Context preview

The summary Claude sees to decide when to auto-load this skill.

Use when a repository decision needs an interview plus durable terminology and decision records. Not for remote, credential, publish, deploy, or irreversible changes.

SKILL.md

grill-with-docs.SKILL.md
name: grill-with-docs
description: 'Use when a repository decision needs an interview plus durable terminology and decision records. Not for remote, credential, publish, deploy, or irreversible changes.'
disable-model-invocation: true

Grill with docs

Contract

| Field | Bound contract | |---|---| | Trigger | A repository decision needs an interview plus durable terminology and decision records. | | Authority | Reversible local: writes only CONTEXT.md and ADR files in the working repository; rollback is version control or undo. No remote mutation. | | Side effect | CONTEXT and ADR updates during the interview. | | Done | Frontier empty and no resolved term left unwritten. |

Inputs

A repository working tree containing a decision to make. Optional: an existing CONTEXT.md and an ADR directory; both are created when absent.

Procedure

1. Read the code domain model that the decision touches: entry points, types, and the modules on that surface. Bound the interview scope to this surface before any write. Done when: the entry points, types, and modules on the decision surface are read, and the interview scope is bounded to that surface with no write made. 2. Build the frontier: enumerate every unresolved term and open question the decision depends on. Done when: every unresolved term and open question the decision depends on is enumerated, and the frontier list is non-empty or the decision is confirmed to need no interview. 3. For each frontier item, ask one question. Consult the code, then resolve the term or decision against evidence found in the repository. Done when: each frontier item has a question asked, the code is consulted, and the term or decision is resolved against evidence found in the repository or marked unresolved. 4. As each item resolves, write the resolved term into CONTEXT.md and the resolved decision into a numbered ADR file. Done when: each resolved term is written into CONTEXT.md and each resolved decision is written into a numbered ADR file, and both files are confirmed on disk. 5. Repeat until the frontier is empty. Done when: the frontier list is empty, every item is resolved and written or marked open, and no unresolved item remains unrecorded.

Failure and recovery

  • Unresolved term: leave it on the frontier, mark the corresponding CONTEXT or ADR entry as open, and stop rather than write an ungrounded definition.
  • Partial result: committed CONTEXT and ADR entries stand; the remaining frontier is reported as open.
  • Rollback: revert or delete the CONTEXT.md and ADR files written this session. No other artifacts are touched.

Output

The output is an updated CONTEXT.md containing every resolved term, one numbered ADR file per resolved decision, and a report listing any frontier items left open.

Read more
Ships withodin-claude-plugin

Formerly the ODIN Claude Plugin. The repository URL is unchanged. Outline-Driven Development, nicknamed ODIN, is a highly opinionated code-agent skill library: principles-first engineering, surgical editing, and workflow automation, published as installable

Get the whole plugin
Stats
36
Stars
0
Forks
Active
Maintenance
Python
Language
Apache-2.0
License
3d ago
Last commit
10mo ago
Created

Repo: OutlineDriven/odin-claude-plugin

Other skills on odin-claude-plugin.