Agent skill · AI & Agents

agent-ops-interview

Conduct structured interviews with the user. Use when multiple decisions need user input: ask ONE question at a time, wait for response, record answer, then proceed to next question.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill agent-ops-interview --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 4 KB
Bundled scripts: none
Path: skills/agent/agent-ops-interview/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Interview workflow ## Purpose Gather user decisions, preferences, or clarifications through a structured one-question-at-a-time process. This prevents overwhelming the user and ensures each answer is properly understood before moving on. ## Rules (strict) 1. **One question per message.** Never batch multiple questions. 2. **Present clear options.** Each question should have labeled options (A, B, C) or a clear format for the expected answer. 3. **Explain briefly.** Give just enough context for the user to decide—not a wall of text. 4. **Record immediately.** After each answer, note it in `.agent/focus.md` or a working document before asking the next question. 5. **Allow escape.** User can say "skip", "defer", "use your recommendation", or "stop interview". 6. **Summarize at end.** When all questions are answered, present a summary for confirmation. ## Interview state tracking Track in `.agent/focus.md` under "Doing now": ```markdown ## Doing now Interview: [topic] - Q1: [question summary] → [answer or pending] - Q2: [question summary] → [answer or pending] - ... ``` ## Procedure 1. **Setup**: List all questions internally (do not show to user yet). 2. **Ask Q1**: Present one ques

What's inside
Steps it walks through
  1. Purpose
  2. Rules (strict)
  3. Interview state tracking
  4. Procedure
  5. Handling special responses
  6. Question Quality Standards
  7. Good Questions
  8. Bad Questions (avoid)
  9. Multi-Option Format
  10. Completion Criteria
  11. Anti-patterns (never do)
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the agent-ops-interview skill do?

Conduct structured interviews with the user. Use when multiple decisions need user input: ask ONE question at a time, wait for response, record answer, then proceed to next question.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill agent-ops-interview --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going