.claude/skills/interview/SKILL.md
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.
npx skillsauth add rakovi4/continue-example interviewInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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 formattesting
Run use-case module tests quickly. Use when user wants to run use-case tests or mentions /test-usecase command.
development
Generate BDD test specifications for story in 6 categories (API, UI, Load, Infrastructure, Security, Integration). Use when user wants to create test cases or mentions /test-spec command.
testing
Review tests to replace loose validation (contains, isNotNull, isNotEmpty) with strict validation (isEqualTo on parsed fields). Use when user wants to improve test assertions or mentions /test-review command.
development
Run frontend tests. Use when user wants to run frontend unit tests or mentions /test-frontend command.