# Interview Prompt Flow

> Generate Codex prompt artifacts only, including prompt files, templates, and reusable instruction sets, using an interview-first workflow. Use only when the user explicitly wants a prompt to be written, not when they want a direct answer, tutorial, guide, or general explanation.

- Skill: `aaroncharrier/interview-prompt-flow` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add aaroncharrier/interview-prompt-flow`
- Raw SKILL.md: https://api.skillmd.com/api/skills/aaroncharrier/interview-prompt-flow/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: aaroncharrier (https://skillmd.com/u/aaroncharrier)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/aaroncharrier/interview-prompt-flow

---


## Workflow

1. Run `$interview-engine` until it reaches its termination condition.
2. Run `$interview-prompt-builder` using the snapshot as the source of truth.

## Guardrails

- Do not generate any output.
- Do not draft a prompt in chat when the key requirements are still unknown.
- Do not substitute generic defaults for missing answers if those answers would change the prompt structure, audience, constraints, or tone.
- Do not skip the interview step just because the user request sounds simple.
- The interview step is mandatory before any prompt text is produced.
