Interview me about anything in depth
Conducts in-depth interviews about files or topics to explore requirements, tradeoffs, and decisions. Triggers when you mention a file path or topic to discuss. Reads files or discusses concepts, then asks targeted questions iteratively until complete, updating files with refined insights or providing comprehensive summaries.
/plugin marketplace add iamladi/cautious-computing-machine--sdlc-plugin/plugin install sdlc@cautious-computing-machineThis skill inherits all available tools. When active, it can use any tool Claude has access to.
Conduct an in-depth interview about any topic, file, or idea the user provides.
First, determine what the user wants to discuss:
If $1 looks like a file path (contains /, .md, .ts, etc.):
If $1 is a topic or description:
Interview iteratively - one round of questions at a time:
AskUserQuestion toolDO ask about:
DON'T ask:
Always use AskUserQuestion with multiple choice options. Optimize for fast responses:
Standard format:
AskUserQuestion:
questions:
- question: "How should the system handle API failures?"
header: "Errors"
options:
- label: "Retry with backoff (Recommended)"
description: "Automatically retry failed requests with exponential backoff"
- label: "Fail fast"
description: "Return error immediately, let caller decide"
- label: "Not sure - you decide"
description: "Let me pick based on codebase patterns"
multiSelect: false
For power users: When asking multiple questions, add this footer:
Reply format:
1a 2bordefaultsto accept all recommended options
Always include:
Adapt questions based on context, but consider exploring:
Technical Implementation
User Experience
Constraints & Requirements
Scope & Priorities
Risks & Concerns
When the interview is complete (user says "done" or all areas explored):
For file input:
For topic input:
$ARGUMENTS
This skill should be used when the user asks to "create an agent", "add an agent", "write a subagent", "agent frontmatter", "when to use description", "agent examples", "agent tools", "agent colors", "autonomous agent", or needs guidance on agent structure, system prompts, triggering conditions, or agent development best practices for Claude Code plugins.
This skill should be used when the user asks to "create a slash command", "add a command", "write a custom command", "define command arguments", "use command frontmatter", "organize commands", "create command with file references", "interactive command", "use AskUserQuestion in command", or needs guidance on slash command structure, YAML frontmatter fields, dynamic arguments, bash execution in commands, user interaction patterns, or command development best practices for Claude Code.
This skill should be used when the user asks to "create a hook", "add a PreToolUse/PostToolUse/Stop hook", "validate tool use", "implement prompt-based hooks", "use ${CLAUDE_PLUGIN_ROOT}", "set up event-driven automation", "block dangerous commands", or mentions hook events (PreToolUse, PostToolUse, Stop, SubagentStop, SessionStart, SessionEnd, UserPromptSubmit, PreCompact, Notification). Provides comprehensive guidance for creating and implementing Claude Code plugin hooks with focus on advanced prompt-based hooks API.