interviewlisted
Install: claude install-skill shipshitdev/skills
# Interview
Run a focused discovery interview before creating a PRD, writing a plan, shaping
UX, or starting implementation. Ground in the repo first, then run `grilling` for
the decisions that cannot be inferred.
This skill does not write code, create issues, or produce a final PRD by default.
It produces an interview brief. Recommend the next skill; do not invoke another
user-invoked skill.
## Contract
Inputs:
- Rough feature idea, issue number, product decision, bug class, or architecture
question.
- Optional docs, links, transcripts, screenshots, or existing tracker context.
Outputs:
- Concise context scan summary.
- Settled decisions from `grilling`.
- Final interview brief ready for `prd-writer`, `feature-intake`, `shape`,
`spec-first`, or direct implementation.
Creates/Modifies:
- None by default.
- May write tracker comments, PRD bodies, or memory files only when explicitly
requested after the interview.
External Side Effects:
- None by default.
- Reads local repo context and, when needed, tracker or linked documentation.
- Writes external systems only after explicit approval.
Confirmation Required:
- Before creating or editing GitHub issues, PRDs, comments, memory files, or
other durable artifacts.
Delegates To:
- `grilling` for the design-tree interview (frontier rounds, recommended answers).
- `domain-modeling` when a term crystallizes or conflicts with `CONTEXT.md`.
Recommend next (do not invoke): `prd-writer`, `feature-intake`, `shape`,
`s