Install
$ agentstack add skill-tschuehly-skill-incubator-claudex-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
Claudex Grill with Docs
Compose /grilling, /domain-modeling, /atelier, and /agent-orchestration. Claude owns the conversation and documentation; the grill-advisor agent (gpt-5.6-sol) acts as the Codex advisor. This skill fixes that advisor binding; use /model-orchestration only for broader routing and quota policy outside this composition.
Workflow
- Confirm the session is running under
claudexand thegrill-advisoragent is
available. If it is unavailable or its model fails to resolve, explain that the cross-family session cannot run and do not claim that Codex participated.
- Establish the target. If the user named a doc, branch, handoff file, or topic,
use it — a handoff passed as an argument is the target; read it first. If none is given, ask what to grill. Do not spelunk the repo to guess the topic.
- Gather facts from the codebase and supplied documents. Distill the plan,
constraints, known facts, and unresolved decisions; do not give the advisor raw file dumps.
- Before asking the first question, start one persistent
grill-advisor. Ask it to
identify the consequential assumptions, missing branches, contradictions, and highest-value questions, with a recommended answer for each.
- Use those findings as input to a
/grillingsession that maintains docs via
/domain-modeling. Follow both contracts: work one decision at a time, recommend an answer, resolve discoverable facts without asking the user, and maintain the ADRs and glossary as decisions settle. Present each decision richly — the tension, a worked example, the verified facts (with file:line), and your recommendation — never a bare one-line question. Present the decisions on an /atelier surface with one Review Unit per decision. Apply /agent-orchestration for collaborator reuse, compact handoffs, durable state, continuity, and one human-facing voice.
- Synthesize the advisor's advice into the grill; do not invoke the advisor before
every question.
- Before declaring shared understanding, distill the settled decisions, rationale,
glossary, and remaining uncertainties. Continue the same grill-advisor with that compact delta for an adversarial completeness check.
- If the final check finds a material gap, resume the grill one decision at a time.
Otherwise, present the intended-state documents for confirmation.
- Do not implement the plan, or ratify ADRs and glossary terms as decided, until
the user explicitly confirms shared understanding.
Treat the two advisor calls as the default budget. Add another only when new information materially invalidates an earlier branch.
AFK / autonomous convergence
When the user says they are away and asks you to iterate to shared understanding without them, the advisor stands in for the human interviewer:
- Run
grill-advisorrounds (distill → challenge → correct → re-check) until the
advisor confirms shared understanding or you reach the round budget. Apply /agent-orchestration to continue the advisor and preserve resumable state.
- Leave every decision as an open proposal on the surface; mark nothing decided.
ADR and glossary ratification still waits for explicit human signoff (step 9).
- End with the durable grill record ready for resumption.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: tschuehly
- Source: tschuehly/skill-incubator
- 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.