Install
$ agentstack add skill-jesse-merhi-skills-grill-with-docs ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Grill With Docs
Run a grilling session after grounding the plan in project context. grilling is the interview primitive; this skill adds docs, code, and Obsidian context before the questioning starts.
Workflow
- Locate project context before judging or questioning the plan. Use
[grounding.md](references/grounding.md) for the search targets.
- Extract the plan's nouns and verbs: product concepts, system names, state
transitions, user-visible outcomes, and implied invariants.
- Compare those terms against existing docs and code. Prefer existing
vocabulary. Flag invented terms, overloaded names, and domain gaps.
- Run
grilling: ask one concrete question at a time, provide your
recommended answer, look up facts yourself, and put decisions to the user.
- Use these prompts as useful pressure points during grilling:
- Which existing decision or ADR does this rely on?
- Which code path proves the plan is implementable?
- What behavior is the first tracer-bullet ticket?
- What assumption would make the plan fail?
- Which acceptance criterion is still vague or untestable?
- If the plan changes rendered UI, what design direction, viewport states,
and frontend-ui-validation proof will review require?
- Apply the session behaviors in
[session-behavior.md](references/session-behavior.md): glossary challenges, fuzzy-language sharpening, concrete scenarios, code cross-checks, UI readiness, context updates, and ADR offers.
- If the work is too large or foggy for one session, point the user to
wayfinder instead of forcing the whole journey through one grill.
- Continue until the plan is clear enough to execute and the user confirms the
shared understanding.
- Return either a tightened plan with assumptions and first ticket made clear,
or a short set of blockers/questions if the plan is not ready.
Output Shape
Prefer short sections:
Grounding: docs/code/notes inspectedWhat Holds Up: parts supported by evidenceGaps: unclear terms, missing decisions, weak assumptionsTightened Plan: revised plan or first ticketNext Question: the single question the user should answer next
When the plan is ready, stop asking and give the tightened plan. If the user has not confirmed the shared understanding, make the confirmation request the next question instead of proceeding.
Context Pointers
- Use [grounding.md](references/grounding.md) for project context search
targets.
- Use [session-behavior.md](references/session-behavior.md) for how to
challenge terminology, code claims, scenarios, and UI readiness.
- Use [context-format.md](references/context-format.md) when writing or
proposing a project glossary note.
- Use [adr-format.md](references/adr-format.md) when an ADR is genuinely
warranted.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: jesse-merhi
- Source: jesse-merhi/skills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.