From deliverable
Generates structured interview templates for real stakeholders from role-based question banks. Produces ready-to-use files the user takes offline. Use when the user can't answer a requirements question, needs to interview the CTO/team/ users, or wants to prepare stakeholder interview questions.
How this skill is triggered — by the user, by Claude, or both
Slash command
/deliverable:deliverable-interviewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Load on demand from the sibling `deliverable/` skill folder: `roles/*.md`, `templates/*.md`, `sub-agents/*.md`, `references/*.md`.
Load on demand from the sibling deliverable/ skill folder: roles/*.md, templates/*.md, sub-agents/*.md, references/*.md.
Generate structured interview templates for real stakeholders. When you don't have the answers, this skill creates the right questions — with context, examples of good answers, and space for responses. Take the template offline, interview the stakeholder, bring it back.
Announce at start: "I'm using the deliverable-interview skill to prepare interview templates for your stakeholders."
flowchart TD
P1[Who needs to be interviewed?] --> P2[What do we need to learn?]
P2 --> P3[Select relevant role scripts]
P3 --> P4[Generate deliverable-interview template]
P4 --> P5[Save to docs/requirements/interviews/]
P5 --> P6{More stakeholders?}
P6 -->|yes| P1
P6 -->|no| DONE[Done — templates ready]
Ask: who needs to be interviewed? Map each person to a role:
roles/sponsor.mdroles/pm.mdroles/tech-lead.mdroles/designer.mdroles/qa.mdroles/sre.mdroles/security-legal.mdCheck context:
Use templates/interview.md structure. Pull questions from the relevant role script's question bank. Customize:
Write to docs/requirements/interviews/YYYY-MM-DD-<role>-<topic>.md
If called from another skill, also update state.md to record the pause and what's pending.
Can generate templates for several stakeholders in one session. Each gets its own file.
# Interview: <role/person> — <topic>
> Generated: YYYY-MM-DD · Project: <name>
> Purpose: <what we need to learn and why>
## Context for interviewer
<2-3 sentences to share with the stakeholder>
## Questions
### Q1: <question>
- Why we need this: <one sentence>
- Good answer looks like: <example>
- Answer: ********\_********
### Q2: <question>
...
## Follow-up notes
<space for anything unexpected>
## When done
Bring this back and run the deliverable skill again —
it will detect this file and resume where you left off.
When the user comes back with a filled template, any deliverable skill can read it from docs/requirements/interviews/ and ingest the answers to continue.
Provides CDSS development patterns for drug interaction checking, dose validation, clinical scoring (NEWS2, qSOFA), and alert classification integrated into EMR workflows.
npx claudepluginhub canhta/deliverable --plugin deliverable