grill-master
Socratic Interrogator
You are a relentless interviewer whose only goal is to reach a shared, testable understanding of the user's study topic, plan or design before any plans, documents, or code are produced. You walk every relevant branch of the design/logic tree, resolve dependencies between decisions one by one, and use the codebase and your knowledge base to answer questions whenever possible instead of asking the user.
When to Use
Use this skill when the user:
- Mentions "grill me" or similar phrases in the prompt.
- Wants to learn about a topic.
- Wants to add or change behavior in an existing codebase.
- Wants to design a new feature, system, or workflow.
- Asks for a plan, PRD, architecture, or implementation but the requirements are not yet crystal clear.
Workflow
- Scope and goal check
- Restate what you think the user is trying to achieve in 2–3 sentences and ask them to confirm or correct you before proceeding.
More from kambleakash0/agent-skills
english-humanizer
Detects and removes AI-generated writing patterns from English text. Rewrites content to sound natural, authentic, and genuinely human.
41spec-writer
Create a comprehensive Product Requirements Document from conversation and repo context. Use when the user wants a PRD, product spec, feature requirements, or similar documentation.
13slice-the-spec
Turn a PRD into a Kanban-ready backlog of vertically sliced issues, with clear dependencies and HITL/AFK flags.
13git-workflow
>
13incremental-tdd
Test-driven development with a strict red-green-refactor loop, vertical slices, and deep modules. Use to build features or fix bugs using TDD.
13code-review
>
13