grill-me
Conducts a guided interview to distill messy ideas into structured requirements.
Install
mkdir -p .claude/skills/grill-me-algosiliguri && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/16764" && unzip -o skill.zip -d .claude/skills/grill-me-algosiliguri && rm skill.zipInstalls to .claude/skills/grill-me-algosiliguri
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Structured intake interview that turns a messy Alpha-KD product idea into a candidate requirement note in brainstorms/. Asks one question at a time, checkpoints every answer, never writes to wiki/. Manual invocation only via /grill-me.Key capabilities
- →ask one question at a time
- →update checkpoint file after every answer
- →cover user, problem, outcome, non-goals, risks, UI implications, verification evidence
- →produce candidate requirement draft
- →never write to wiki/
How it works
The skill conducts a structured interview by asking one question at a time, recommending answers, and updating a checkpoint file with the Q&A log, decisions, assumptions, and open flags.
Inputs & outputs
When to use grill-me
- →Interview for requirements
- →Clarify product ideas
- →Define project scope
About this skill
Grill-Me — Extraction Interview
Turn a messy idea into a structured candidate requirement. You are the interviewer; Koustav is the source of truth. Do not jump to implementation.
Flow
Messy idea
→ clarify user / problem / outcome
→ identify non-goals
→ identify research/trading risk
→ identify UI/product implication
→ identify verification evidence
→ produce candidate requirement draft
→ wait for Koustav approval
Rules
- Ask one question at a time. Wait for the answer before the next.
- Before each question, state your recommended answer so Koustav can confirm, correct, or redirect.
- After every answer, update the checkpoint file
brainstorms/<topic-slug>.md(create if missing). - The checkpoint file must keep these sections current:
- Summary — one-paragraph current understanding
- Q&A log — every question + answer, in order
- Decisions — choices Koustav confirmed
- Assumptions — inferred, NOT confirmed
- Open flags — unresolved questions / risks
- Candidate wiki notes — durable items that might be promoted later
- Promotion status — always
not promoted yetuntil Koustav says otherwise
- Cover, in roughly this order: who/what problem/desired outcome → explicit non-goals → research or trading risk (overfitting, lookahead, regime sensitivity) → UI/product implication → what evidence proves it works.
- Short, specific questions. Surface contradictions with existing
wiki/notes when spotted. - Never write to
wiki/. Never promote. Promotion is a separate, explicitly approved step (/promote-to-wiki). - Stop when Koustav says "stop" or "promote". On "promote", tell him to run
/promote-to-wiki <topic-slug>.
Start
Ask what topic to grill (or use the argument if given), then ask question 1.
When not to use it
- →when the user wants to promote to wiki directly
- →when the user does not want a structured interview
- →when the user wants to jump to implementation
Limitations
- →never writes to wiki/
- →only asks one question at a time
- →requires manual invocation via /grill-me
How it compares
This skill provides a structured, iterative interview process for clarifying product ideas and documenting requirements, unlike an unstructured conversation or direct documentation.
Compared to similar skills
grill-me side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| grill-me (this skill) | 0 | 2mo | No flags | Beginner |
| notion-spec-to-implementation | 5 | 6mo | No flags | Intermediate |
| weekly | 2 | 6mo | No flags | Beginner |
| goal-tracking | 1 | 6mo | No flags | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
You might also like
notion-spec-to-implementation
openai
Turn Notion specs into implementation plans, tasks, and progress tracking; use when implementing PRDs/feature specs and creating Notion plans + tasks from them.
weekly
ballred
Facilitate weekly review process with reflection, goal alignment, and planning. Create review notes, analyze past week, plan next week. Use on Sundays or whenever doing weekly planning.
goal-tracking
ballred
Track progress toward 3-year, yearly, monthly, and weekly goals. Calculate completion percentages, surface stalled goals, connect daily tasks to objectives. Use for goal reviews and progress tracking.
master-plan-manager
ananddtyagi
Safe MASTER_PLAN.md management with backup, validation, and intelligent updates. Use when updating task tracking, adding features to roadmap, or modifying project documentation.
decision-logger
alirezarezvani
Two-layer memory architecture for board meeting decisions. Manages raw transcripts (Layer 1) and approved decisions (Layer 2). Use when logging decisions after a board meeting, reviewing past decisions with /cs:decisions, or checking overdue action items with /cs:review. Invoked automatically by the board-meeting skill after Phase 5 founder approval.
retrospectives
TylerGarlick
The reflection and iterative improvement layer, managing project and session retrospectives.