Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问许可证需确认审计提醒

feature-radar-scan特征雷达扫描

Agent Skill

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

总安装

318

周安装

13

GitHub Stars

12

下载量

102
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/runkids/feature-radar --skill feature-radar-scan

简介

扫描潜在功能机会并加入雷达库,过滤弱信号。

  • 需强证据支撑才创建机会文件,避免无效消耗。
  • 支持 brainstorm 模式与焦点阅读模式两种触发方式。
  • 适用于持续发现增量改进与突破性想法。适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。
  • feature-radar-scan 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Scan Opportunities

Discover new feature opportunities and add them to .feature-radar/opportunities/.

Deep Read

Behavioral Directives

Additional directive for this skill:

  • Filter aggressively — Do NOT create opportunity files for weak signals. If you can't cite concrete demand evidence, skip it.

Brainstorm Intake

Enter Brainstorm Intake if ANY of these are true:

  • User says "I have an idea", "what if we...", "I was thinking about...", "brainstorm"
  • User describes a problem without a clear feature shape
  • User's input lacks specific demand signals, impact/effort estimates, or a concrete feature name

Skip Brainstorm Intake if ALL of these are true:

  • User gave a specific directive like "scan opportunities", "scan ecosystem", "find new features"
  • User's input does not contain a personal idea or vague exploration

If skipping, jump directly to ## Workflow.

Phase 1: Core Questions

Ask these one at a time. Prefer multiple-choice when possible.

  1. Problem space — "What problem are you trying to solve, or what experience do you want to improve?"

- Cross-reference: search existing opportunities/ and archive/ for related themes. - If a match is found, surface it: "Is this related to #{nn} {title}, or a completely different direction?"

  1. Target user — "Who would benefit from this feature?"

- Offer choices derived from base.md Project Context if available.

  1. Spark — "What triggered this idea?"

- (A) A pain point from my own usage - (B) Saw a similar feature in another tool/project - (C) New technical possibilities (new API, new library) - (D) Community/user feedback - (E) Pure creative exploration

Phase 2: Adaptive Depth

After Phase 1, assess idea maturity:

Mature (has clear problem + user + demand signal): → Ask 1 closing question to confirm scope, then proceed to Exit.

Emerging (has problem but fuzzy shape): → Ask up to 3 more questions to sharpen:

  • "What does the usage look like in your mind?"
  • "Have you seen an implementation you particularly liked?" (if yes, consider creating a references/ entry)
  • "What's the minimum scope that would feel useful?" (MVP scoping)

Raw (pure exploration, no clear problem yet): → Switch to open-ended dialogue. Ask up to 5 more questions:

  • Explore adjacent possibilities
  • Challenge assumptions: "If we don't build this, what's the biggest loss?"
  • Seek demand signals: "Has anyone (including yourself) run into this problem repeatedly?"
  • Stop when: a clear feature shape emerges, OR user says "enough"

Exit: Output Options

Summarize the refined idea:

"Here's a summary of our discussion:

  • Problem: {problem}
  • Target user: {target user}
  • Direction: {feature shape}
  • Demand signal: {demand evidence or 'creative exploration'}
  • Related items: {related opportunities/archive/specs, or 'none found'}"

Then ask:

"What would you like to do next?"

  • (A) Proceed to scan — use this direction as focused context, search all 6 sources for supporting evidence and related opportunities
  • (B) Save as opportunity draft — write to opportunities/{nn}-{slug}.md with Status: Open, decide later whether to scan

If (A): Pass the summary as context into ## Workflow Step 1, with a narrowed focus on the identified direction. If (B): Create the opportunity file following ../feature-radar/references/SPEC.md § 3.3, populate fields from the intake summary, then run the Annotation Checkpoint per ../feature-radar/references/WORKFLOW-PATTERNS.md. After approval, present Completion Summary and suggest "run a focused scan around this direction" as a next step.

Workflow

  1. Identify sources — where to look for ideas:

- User signals: issues, discussions, forum posts, support requests - Creative exploration: "what if we..." brainstorming, combining existing features in new ways - Ecosystem evolution: adjacent tools, emerging standards, new capabilities in dependencies - Technical possibilities: new APIs, libraries, or techniques that enable things previously impossible - Cross-project research: interesting approaches from related projects (from base.md Inspiration Sources) - Community conversations: Reddit, HN, Discord, blog posts - If Brainstorm Intake was completed: use the intake summary as the primary focus direction. Prioritize sources most relevant to the identified problem space. Still scan all 6 source types, but weight results toward the intake direction.

  1. Scan and collect — for each source, look for:

- Unmet user needs and recurring pain points - Feature ideas with demand signals (upvotes, comments, multiple independent asks) - Creative approaches that could enhance existing functionality - Technical breakthroughs that unlock new possibilities - Patterns emerging across multiple tools

  1. Deduplicate — check against existing opportunities/ and archive/ files
  2. Cross-reference codebase — for each candidate, search the project to check:

- Already partially implemented? → mark as "Partially Done" - Does existing architecture support this? → note in "Design Notes" - Related TODOs or FIXMEs in the code? → cite them

  1. Evaluate each candidate:
CriterionQuestion
Real user demandAre users actually asking for this, or does it solve a latent need?
Value upliftDoes this meaningfully improve the user experience or unlock new possibilities?
Innovation potentialDoes this introduce a creative breakthrough or unique approach?
Effort / impact ratioIs the cost justified by the benefit?
Architectural fitDoes it align with our core philosophy?
Ecosystem timingIs the ecosystem ready?
  1. Create opportunity files — for each viable candidate, write .feature-radar/opportunities/{nn}-{slug}.md
  2. Checkpoint — Review & Annotate per ../feature-radar/references/WORKFLOW-PATTERNS.md

Present scan results using this format:

Scan complete: {n} new opportunities
| # | Opportunity | Demand Signal | Impact | Effort | Source |
|---|------------|---------------|--------|--------|--------|
| {nn} | {title} | {evidence} | H/M/L | H/M/L | {where found} |
  1. Update base.md — increment opportunities count, update Value & Innovation Landscape if needed

Opportunity File Format

Use the format defined in ../feature-radar/references/SPEC.md § 3.3 (opportunities/{nn}-{slug}.md).

Guidelines

  • Don't create opportunities for every idea you find. Filter aggressively — weak signal wastes attention.
  • 1 issue with no comments = weak signal. Multiple independent asks = strong signal.
  • Creative ideas without existing demand can still be valid — evaluate innovation potential separately.
  • Write an honest "Our Position" — it's OK to say "we don't want this" or "not yet."
  • Number sequentially from the highest existing number in opportunities/ and archive/.
  • If scanning reveals problems others have that we've already solved, add to references/ instead.

Example Output

→ Created opportunities/07-streaming-output.md (Impact: High, Effort: Medium)
→ Skipped: "hook system" already exists as opportunities/03-hook-system.md
→ Updated base.md: opportunities 6 → 7

Brainstorm Intake Example

User: "I was thinking... what if we could automatically detect when a feature is getting stale?"

Phase 1:
  Q1 (Problem): "What problem are you trying to solve?" → Feature opportunities sitting unreviewed
  Cross-ref: Found #05 role-assignment — user confirms: different direction
  Q2 (Target): "Who benefits?" → Project maintainers managing backlogs
  Q3 (Spark): (A) Pain point from own usage

Phase 2 (Emerging → 2 follow-ups):
  Q4: "What does usage look like?" → Periodic check, flag items older than N days with no activity
  Q5: "Minimum useful scope?" → Just a reminder in completion summary, no automation needed

Exit summary:
  Problem: Stale opportunities go unnoticed
  Target user: Project maintainers
  Direction: Staleness detection in completion summaries
  Demand signal: Personal pain point (single user)
  Related: None found

User chose: (B) Save as opportunity draft
→ Created opportunities/06-staleness-detection.md (Impact: Low, Effort: Low)
→ Suggested next step: "run a focused scan around staleness detection"

Completion Summary

Follow the template in ../feature-radar/references/DIRECTIVES.md, with skill name "Scan Complete".

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

35.69%
按下载量换算36

Claude

32.91%
按下载量换算34

Cursor

19.05%
按下载量换算19

Gemini CLI

10.19%
按下载量换算10

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

需要联网

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

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills