Agent Plugins Marketplace
← All plugins

interview

v0.1.0

Interviews you on any topic with structured, recommendation-first questions, hunts your blindspots, then writes a handoff document of every question and answer.

CodexClaude Code1 Skill

By Andrew LeachLicense: MIT0 GitHub starsUpdated 2 hours ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 24, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →

Install interview for Codex and Claude Code

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add interview@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/dashworthy/interview

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

interview/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── skills/conducting-interviews/SKILL.md

Included Skills1

conducting-interviewsskills/conducting-interviews/SKILL.md

Interview a person on a topic they name, using structured multiple-choice and multi-select questions that always propose a recommendation, deliberately probing blindspots, then producing a handoff document of every question and answer. Use when the user asks to be interviewed, wants to flesh out or pressure-test an idea, runs discovery on a topic, or invokes /interview.

Plugin manifests2

.codex-plugin/plugin.json
{
  "name": "interview",
  "version": "0.1.0",
  "description": "Interviews you on any topic with structured, recommendation-first questions, hunts your blindspots, then writes a handoff document of every question and answer.",
  "author": {
    "name": "Andrew Leach",
    "email": "[email protected]"
  },
  "license": "MIT",
  "keywords": [
    "interview",
    "discovery",
    "requirements",
    "brainstorming",
    "handoff",
    "skills",
    "codex"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Interview",
    "shortDescription": "Structured, recommendation-first interviews that hunt blindspots and produce a handoff doc.",
    "longDescription": "Name a topic and Interview questions you about it as structured multiple-choice / multi-select decisions, always proposing a recommendation first and always offering an exit. It deliberately probes the blindspots you didn't raise — scope, non-goals, users, success criteria, constraints, edge cases, assumptions, alternatives, and second-order effects — then writes a handoff document capturing every question, the options offered, and your answers. Delivery is tool-agnostic: it uses a structured-question tool when one is available and falls back to a plain-text numbered menu otherwise.",
    "developerName": "Andrew Leach",
    "category": "developer-tools",
    "capabilities": [
      "Interactive",
      "Write",
      "skills"
    ],
    "defaultPrompt": [
      "Interview me about a subscription pricing model for my SaaS.",
      "Help me pressure-test and flesh out a half-baked idea before I build it.",
      "Interview me about the architecture for a new feature."
    ]
  }
}
.claude-plugin/plugin.json
{
  "name": "interview",
  "version": "0.1.0",
  "description": "Interviews you on any topic with structured, recommendation-first questions, hunts your blindspots, then writes a handoff document of every question and answer.",
  "author": {
    "name": "Andrew Leach",
    "email": "[email protected]"
  },
  "keywords": [
    "interview",
    "discovery",
    "requirements",
    "brainstorming",
    "handoff"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[interview on Agent Plugins Marketplace](https://pluginsmp.com/plugins/interview)