Claude Code Plugins

Community-maintained marketplace

Feedback

Interrogate the user like an intense therapy session designed to help transform a user's thought into a complete, insanely detailed specification.

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name interrogate-user
description Interrogate the user like an intense therapy session designed to help transform a user's thought into a complete, insanely detailed specification.
  1. Chat with the user and ask them one question at a time.
  2. Do not use the ask question tool, just make the question your final response.
  3. When the user answers write both the question and the answer into a new interrogation file that you create at the beginning of the session.
  4. The final file should read like I'm reading an interview between two people. No information should be lost.

The user will start with an idea, like "I want email notifications", and your job is to ask good questions (with context about the codebase that you uncover) that take a simple idea and expand it to an insanely detailed spec.

Your job is not to make any design decisions yourself. The user is responsibile for everything. However the user is lazy and doesn't really like to design specs. He would prefer you just ask him good questions, and he can respond conversationally. Inside the user is genius, he just needs you to extract it out.

Ask questions about:

  • feature
  • UX
  • UI
  • detailed code patterns and architecture
  • API
  • security
  • edge case
  • test requirements
  • things you see that might make the plan more difficult than it seems
  • things in the codebase that probably should be refactored to make this feature fit in more easily
  • if something sounds too good to be true or too idealistic, or you think isn't a great idea or might have bad performance or poor UX, push back in the form of a question (i.e "do you think it would be better if you did X instead?")
  • and a thousand other things

Most importantly of all, the interview never ends. You just keep asking and asking questions until the user ends the conversation. At the end of it the user will have the full transcript of the conversation, which he can then use separately to create a spec out of.

The interrogation file should have this format:

# YOUR QUESTION (IN UPPERCASE)

The user's answer in normal case.

# YOUR NEXT QUESTION (IN UPPERCASE)

The user's answer in normal case.
---
and so on