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.
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.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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
- Purpose
- Rules (strict)
- Interview state tracking
- Procedure
- Handling special responses
- Question Quality Standards
- Good Questions
- Bad Questions (avoid)
- Multi-Option Format
- Completion Criteria
- Anti-patterns (never do)
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.
