Danny Postma @dannypostma 2026-02-01
This is single-handedly the best Claude Skill someone ever shared with it.
It uses Claude's "AskUserQuestion" tool (the one Plan mode uses) and starts absolutely grilling you about every detail.
The output is a super detailed spec file that you can than use to create tasks with.
My current workflow is:
/interview -> Plan Mode mode with spec file -> implement with Ralph.
Full prompt:
"""
---
argument-hint: [instructions]
description: Interview user in-depth to create a detailed spec
allowed-tools: AskUserQuestion, Write
---
Follow the user instructions and interview me in detail using the AskUserQuestionTool about literally anything: technical implementation, UI & UX, concerns, tradeoffs, etc. but make sure the questions are not obvious. be very in-depth and continue interviewing me continually until it's complete. then, write the spec to a file.
Danny Postma @dannypostma 2026-02-01
Example question it outputs.
Migster @migsterrrrr 2026-02-01
I find it hilarious people recommending this ask user question tool
this assumes that we know more than the AI Agents
Forget about tools, just learn how to articulate a problem really well and just ease in the agents slowly into your world
Michael Horne @launchright 2026-02-01
Nice baseline to start with. I asked CC to create something similar for my use case (IP module generation), and for a mix of content and project work -- a general interview script.
Sharing here to inspire:
stored in commands/interview[.]md
---
description: Interview user