Install
$ agentstack add skill-ccoalm-ccl-skills-grill-me ✓ 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-me — 轻量方案拷问
Use this when the user explicitly asks to grill, interview, challenge, or stress-test a plan before implementation.
This is a narrow pre-implementation interview. It clarifies the next blocking decision; it does not write the plan, own delivery gates, or replace the relevant owner workflow.
When to use
Use for explicit requests such as:
grill-me/grill me;- 访谈、拷问、追问一个方案;
- 压力测试方案、设计、API shape、数据模型、权限模型、工作流;
- before implementation, when several product or technical decisions depend on each other.
Do not auto-trigger this from generic “帮我规划 / scope 一下 / 写个方案”. Those route to the owning workflow first, usually product-rd-workflow.
Owner boundaries
- Full requirement shaping, spec, plan, lifecycle gates, or multi-step delivery →
product-rd-workflow. - Risk tags, gate selection, rollout or review requirements →
feature-risk-router. - Code-level YAGNI, delete-code, overengineering, or adversarial review of already-written code →
product-rd-workflow's independent-review gate (no dedicated CCL delete-code/YAGNI skill; the review gate owns it). - Test layers, fixtures, coverage, regression, CI gate design →
testing-strategy. - Bug/root-cause diagnosis →
defect-diagnosis. - Implementation → the relevant stack/dev skill or bounded executor.
- Reusable process/skill lesson extraction →
skill-extraction-workflow.
grill-me may feed those owners by resolving one unclear decision first. It must hand back once the user asks for a deliverable artifact, implementation, formal review, or test plan.
Core contract
Ask one blocking question at a time.
Each turn must include:
Target: the plan/design being challenged.Current assumption: the most important assumption currently visible.Question N: exactly one unresolved decision.Recommended answer: a concrete default.Why: short rationale and the risk if the answer is wrong.
Then wait for the user's answer before asking the next dependent question.
If the answer depends on existing repo facts, inspect the relevant files first. Do not ask the user to restate facts that are available in code, specs, runbooks, or local docs.
Workflow
- Frame the target. If the target is ambiguous, ask one clarifying question only.
- Identify the next decision that blocks meaningful progress.
- Ask exactly one question with the recommended answer and why.
- After the answer, update the assumption and choose the next dependent question.
- Stop when the direction is clear enough to route to the next owner or when the user rejects the premise.
Avoid bundled questions. Avoid long lectures. Do not produce a full PRD, architecture doc, implementation plan, or code unless the user explicitly switches workflows.
Closeout
When the interview reaches a stable stop, return:
Resolved direction
- :
Remaining risks
-
Recommended next step
-
Tone
- Direct, skeptical, and practical.
- Push back on weak assumptions with evidence.
- No flattery.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: ccoalm
- Source: ccoalm/ccl-skills
- License: Apache-2.0
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.