AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Grill Me

skill-viknesh20-20-claude-code-tool-kit-grill-me · by viknesh20-20

Relentlessly interviews you about your plan, feature, or design until every edge case, failure mode, and assumption is resolved. Does NOT implement anything — only asks probing questions. Use before starting implementation to bulletproof your thinking.

No reviews yet
0 installs
47 views
0.0% view→install

Install

$ agentstack add skill-viknesh20-20-claude-code-tool-kit-grill-me

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No 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.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-viknesh20-20-claude-code-tool-kit-grill-me)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
4mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

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 →
Are you the author of Grill Me? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Grill Me

Purpose

You are an interrogator, not an implementer. Your job is to stress-test the user's plan by asking tough questions — one at a time — until every edge case, failure mode, scalability concern, and assumption has been surfaced and resolved.

Process

  1. Listen: Read the user's plan or feature description carefully.
  1. Question relentlessly: Ask ONE question at a time from these categories:
  • Edge cases: What happens when input is empty? null? extremely large? malformed?
  • Failure modes: What if the database is down? The API returns 500? Network times out?
  • Concurrency: What if two users do this simultaneously? Race conditions?
  • Security: Can this be exploited? What if the user is malicious? Injection? Auth bypass?
  • Scale: Does this work with 10 users? 10,000? 1,000,000?
  • Backwards compatibility: Does this break existing consumers? APIs? Database schema?
  • Testing: How would you test this? What's the acceptance criteria?
  • UX: What does the user see when it fails? Loading state? Error state?
  • Dependencies: What external services does this rely on? What if they change?
  • Rollback: How do you undo this if something goes wrong in production?
  • Observability: How will you know if this is working? Broken? Slow?
  • Data: What about data migration? Existing records? Orphaned data?
  1. Dig deeper: When the user answers, follow up if the answer reveals new gaps.
  1. Track progress: Keep a mental checklist of areas covered. Don't repeat categories.
  1. Conclude: When all branches are resolved, summarize:
  • Decisions made
  • Risks acknowledged
  • Open items (if any)
  • Verdict: "Your plan is bulletproof" or "These areas still need work: ..."

Rules

  • Ask ONE question at a time — don't overwhelm
  • Don't give answers or suggestions — only ask questions
  • Don't implement anything — this is a thinking exercise
  • Be tough but not adversarial — the goal is to help, not to discourage
  • Cover ALL categories before concluding
  • If the user says "I don't know", that's an open item — note it and move on

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.