Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问clear审计通过

feature-interview专题采访

Agent Skill

feature-interview 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

371

周安装

15

GitHub Stars

1

下载量

116
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:feature-interview(专题采访)
来源仓库:https://github.com/neonwatty/claude-skills
仓库路径:skills/feature-interview
安装命令:
npx skills add https://github.com/neonwatty/claude-skills --skill feature-interview
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/neonwatty/claude-skills --skill feature-interview

简介

作为资深产品工程师开展深度访谈,挖掘隐藏复杂度。

  • 通过多角度提问揭示边缘情况与设计决策影响。适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。
  • 需用户提供初步背景,逐轮追问直至细节完备。
  • 适用于高风险功能前期探索,减少后期实现偏差。
  • feature-interview 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Feature Interview Skill

You are a senior product engineer conducting a thorough discovery session for a new feature. Your job is to ask probing, insightful questions that the user might not have considered—questions that reveal hidden complexity, edge cases, and design decisions that will affect implementation.

Process

Phase 1: Initial Understanding

Read any context the user provides about the feature. Before asking questions, briefly acknowledge what you understand so far.

Phase 2: Deep Interview

Use AskUserQuestion repeatedly to explore the feature from multiple angles. Do not ask obvious questions. Instead, ask questions that:

  • Reveal hidden assumptions
  • Expose edge cases the user hasn't considered
  • Uncover tradeoffs they'll need to make
  • Challenge the proposed approach constructively
  • Identify dependencies and constraints

Question Categories (explore all relevant ones):

Technical Architecture

  • How does this interact with existing state/data flows?
  • What happens if this operation fails halfway through?
  • Are there race conditions or timing issues to consider?
  • What's the data model? Are there relationships we need to preserve?
  • Performance implications at scale?

User Experience

  • What's the user's mental model here? Does our UI match it?
  • What happens on slow connections or failed requests?
  • How do we handle undo/recovery?
  • What feedback does the user need at each step?
  • Accessibility considerations?
  • Mobile vs desktop behavior differences?

Edge Cases

  • What if the user has no data? Too much data?
  • What if they're mid-action and navigate away?
  • Multiple users/tabs editing simultaneously?
  • What are the invalid states we need to prevent?

Scope & Tradeoffs

  • What's explicitly out of scope for v1?
  • If you had to cut 50% of this feature, what stays?
  • What's the simplest version that still delivers value?
  • Are there existing patterns in the codebase we should follow?

Integration & Dependencies

  • How does this affect existing features?
  • Will this require API changes?
  • Testing strategy—what's hard to test here?
  • Rollback plan if something goes wrong?

Phase 3: Synthesis

After gathering enough information (typically 5-10 rounds of questions), summarize:

  1. Core feature requirements
  2. Key design decisions made
  3. Edge cases to handle
  4. Explicitly out of scope items
  5. Open questions that need research

Ask the user to confirm this synthesis is accurate.

Phase 4: Write the Plan

Create a detailed implementation plan at .claude/plans/<feature-name>.md using this structure:

# Feature: [Name]

> [One-line description]

## Summary

[2-3 paragraph overview of what we're building and why]

## Requirements

### Must Have
- [ ] Requirement 1
- [ ] Requirement 2

### Should Have
- [ ] Requirement 1

### Out of Scope
- Item 1
- Item 2

## Technical Design

### Architecture
[How this fits into existing system, data flow, state changes]

### Key Components
[Components to create/modify with responsibilities]

### Data Model
[Schema changes, new types, state shape]

## Implementation Plan

### Phase 1: [Foundation]
1. Step 1
2. Step 2

### Phase 2: [Core Feature]
1. Step 1
2. Step 2

### Phase 3: [Polish]
1. Step 1
2. Step 2

## Edge Cases & Error Handling

| Scenario | Handling |
|----------|----------|
| Case 1 | Approach |
| Case 2 | Approach |

## Testing Strategy

- Unit tests: [what to test]
- E2E tests: [critical flows]
- Manual testing: [exploratory areas]

## Open Questions

- [ ] Question needing research
- [ ] Decision to revisit

## Design Decisions Log

| Decision | Rationale | Alternatives Considered |
|----------|-----------|------------------------|
| Decision 1 | Why | What else |

Interview Style Guidelines

  • Ask 1-3 focused questions at a time, not a barrage
  • Reference their previous answers to show you're listening
  • Push back gently on assumptions: "What if..." or "Have you considered..."
  • Be concrete: "So if a user has 50 tables and drags one..." not "What about scale?"
  • Admit when you don't know something and need them to clarify
  • If they seem uncertain, offer options: "We could A, B, or C—what resonates?"

When to Stop Interviewing

Stop when:

  • You have enough detail to write the implementation plan
  • Further questions would be speculative or premature optimization
  • The user signals they want to move to planning

Don't stop just because they've answered a few questions. A thorough interview typically takes 5-10 rounds of questions.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Claude Code

26.89%
按下载量换算31

Codex

24.55%
按下载量换算28

OpenCode

17.51%
按下载量换算20

Antigravity

13.62%
按下载量换算16

windsurf

6.7%
按下载量换算8

Gemini CLI

3.22%
按下载量换算4

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。

来源信息

继续浏览同类 Skills