Interactive interview to create interview.md for a story. Asks structured questions about scope, APIs, decisions, and constraints, then generates the handwritten-style context file. Use when user wants to create story specifics or mentions /interview command.
Conduct a structured interview with the user to gather all context needed for a story, then generate the interview.md file that feeds into /story, /mockups, /api-spec, /test-spec.
/interview 5 # By MVP story number
/interview "Create task" # By story name
/interview # Interactive selection
Before asking any questions, silently read:
ProductSpecification/stories.mdProductSpecification/BriefProductDescription.txtProductSpecification/ExpectedLoad.txtProductSpecification/stories/NN-story-name/NN_StoryName.mdProductSpecification/Archived/DraftStories/1st-iteration/ (scan for relevant files)ProductSpecification/stories/*/interview.md filesbackend/domain/src/ and backend/usecase/src/backend/adapters/*/src/acceptance/ProductSpecification/stories/NN-story-name/tests/01_API_Tests.mdParse user input to determine target story (same as /story skill).
If interview.md already exists, warn and ask whether to regenerate or skip.
Load .claude/templates/spec/interview-format.md for round structure and adaptive questions.
Compile all answers into interview.md using the format rules from the template.
/story NN next.claude/templates/spec/interview-format.md — interview rounds, adaptive questions, output format