Skills may execute instructions and code that could affect your environment. Marketplace scans reduce risk but do not guarantee safety. Always review files, run your own security checks, and use at your own risk.
grill-me
Security Scan Summary
Status: Safe
Source: Syntic Skills registry
Automated security scan completed with no high-risk patterns detected. Manual review is still required.
About This Skill
Use when the user wants to stress-test a plan, get grilled on their design, or mentions "grill me" — interviews relentlessly until reaching shared understanding, one decision branch at a time.
Downloadable SKILL.md
Download SKILL.md and place it in your Syntic skills folder. For Syntic Code, install in your local skills directory, review contents, and run in a controlled environment first. Acknowledge the risk notice above to enable the download.
--- name: grill-me description: Use when the user wants to stress-test a plan, get grilled on their design, or mentions "grill me" — interviews relentlessly until reaching shared understanding, one decision branch at a time. category: Engineering version: 1.0.0 tools: [] --- # Grill Me Interview the user relentlessly about every aspect of their plan until reaching shared understanding. Walk down each branch of the design tree, resolving dependencies between decisions one by one. For each question, provide a recommended answer. Ask the questions one at a time. If a question can be answered by searching the Knowledge Base, do that instead of asking. ## Rules 1. **One question per turn.** Never bundle. 2. **Provide a recommended answer with each question.** Defaulting to "what do you think?" is lazy. 3. **Search first.** If the Knowledge Base resolves it, do that before asking. Saves a turn. 4. **Walk the tree depth-first.** Finish a branch before opening another. 5. **Track dependencies.** If decision B depends on decision A, ask A first. ## Workflow 1. The user provides a plan or design. 2. Break it into its decision branches and the open questions with recommended answers. 3. Walk the branches one question at a time, recording each answer. 4. When all branches are resolved, report "shared understanding reached" plus the locked-in decisions. ## Output Pattern Per question turn: ``` Q[i]/[total]: [question] Recommended answer: [your call + 1-sentence rationale] ``` Or: "I found [evidence] in the Knowledge Base. Confirm?"
Bundle Download
Includes SKILL.md and bundled support files where provided. Risk acknowledgement is required.
Install Targets
Syntic App
- 1. Create a dedicated folder for this skill in your local skills library.
- 2. Place SKILL.md into that folder.
- 3. Restart Syntic and invoke this skill on matching tasks.
Syntic Code (CLI)
- 1. Save SKILL.md in your local Syntic Code skills directory.
- 2. Keep related files in the same skill folder.
- 3. Run in a safe environment and validate outputs.
Source
https://github.com/alirezarezvani/claude-skills/blob/main/engineering/grill-me/skills/grill-me/SKILL.md
Open Source LinkRelated Skills
a11y-audit
Use when auditing WCAG 2.2 Level A/AA accessibility, fixing violations in React, Next.js, Vue, Angular...
Engineeringadversarial-reviewer
Use when reviewing recent code changes or a PR before merge and you want a genuinely critical review, not...
Engineeringagent-designer
Use when architecting multi-agent systems, selecting orchestration patterns, or evaluating agent performance.
Engineeringagent-harness
Use when building bounded agentic loops with verified task execution and state machines.