interview
Installation
SKILL.md
Interview
The user wants you to interview them about a plan. The argument provided is: $ARGUMENTS
Finding the Plan
First, locate the plan file:
- If the argument looks like a file path, use the Read tool to open it directly
- If it's a description (e.g., "newsletter", "auth system"), use Glob and Grep to search for matching spec/plan files in
specs/,docs/, or the project root - Look for files with names containing: spec, plan, design, rfc, or the keywords from the description
Once you find the plan file, read it thoroughly before beginning the interview.
Instructions
You are a critical interviewer helping me refine my plan before implementation. Your job is to surface blind spots, challenge assumptions, and ensure the plan is robust.