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

feature-vision特征视觉

Agent Skill

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

总安装

1,028

周安装

42

GitHub Stars

32

下载量

333
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/steveclarke/dotfiles --skill feature-vision

简介

feature-vision 提供结构化命令引导创建愿景文档,系统化梳理功能目标和方向。

  • 适用于 Codex、Claude、Cursor、Gemini CLI,适合功能启动前的目标对齐时使用。
  • 依据功能开发流程指南构建文档结构,确保各章节内容完整一致。
  • 安装前需确认权限范围和维护状态,注意可能触发文件读写和本地文档访问。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Vision Document

Overview

Structured command to help create vision documents by guiding through focused discovery phases and building each section systematically following our established feature development process.

Create a vision document following the established feature development process. First, read the feature development guide at @~/.local/share/dotfiles/ai/guides/feature-development-process.md to understand the vision document structure and approach.

Note: If the project has a local copy of the guide at @project/guides/feature-development-process.md, you may reference that instead for project-specific modifications.

IMPORTANT: Start by creating a TODO list to track the 5 phases of vision document creation. Mark the first phase as "in_progress" and others as "pending".

Vision Document Structure

Our vision documents are lean and focused - typically 100-150 lines, never more than 200. They flow from general to specific:

Required sections:

  • Clear vision statement (one sentence)
  • Table of contents (with links to all major sections)
  • Problem (what's broken, who it affects, why it matters)
  • Solution (how we'll solve it, core philosophy, key capabilities)
  • User Needs (simple bullets by role - what they need to accomplish)
  • Future Possibilities (brief overview with reference to separate future.md)
  • Scope (concrete list of what v1 delivers and what's not included)

What does NOT belong in vision:

  • Detailed business justifications or ROI calculations
  • Deployment details (where/how it runs - that's spec territory)
  • Technical implementation details (APIs, schemas, architecture - that's spec territory)
  • Detailed user stories or acceptance criteria (that's requirements territory)
  • Step-by-step workflows or process flows (that's requirements territory)
  • Repetitive sections that restate the same information

Process: Work Through These 5 Phases Sequentially

Phase 1: Problem Discovery

Ask focused questions to understand:

  • What specific problem are we solving?
  • Who experiences this problem and how?
  • What's the current painful/manual process?
  • What are the consequences of not solving this?

ONE QUESTION AT A TIME - Wait for answers before proceeding. NO CORPORATE SPEAK - Keep language conversational and direct.

Phase 2: Solution Exploration

Ask about:

  • How do we envision solving this at a high level?
  • What's our core philosophy or approach?
  • What are the 3-5 key capabilities we need?
  • What makes this solution different/better?

Phase 3: User Needs Analysis

Use consolidated user roles at vision level:

  • End Users (all user types)
  • Admin Staff (consolidate all staff types - Staff, Administrators, Organization Admins)
  • Product Team (if relevant)

Avoid fine-grained role distinctions - detailed role breakdown goes in requirements document.

For each consolidated role, ask ONLY:

  • What do they need to accomplish with this feature?

STOP THERE. Don't ask about "current pain points" or "how success looks different" - that creates redundancy with the Problem section and belongs in requirements.

Phase 4: Future & Scope Discovery

Ask about:

  • What nice-to-have features should we consider for future phases?
  • What scope are we explicitly INCLUDING in v1? (get concrete details)
  • What scope are we explicitly NOT including in v1?

Key: Get detailed, concrete information about what v1 will actually deliver - this becomes the bridge to requirements.

Phase 5: Document Generation

Before generating, ruthlessly eliminate redundancy:

  • Does this section repeat information from another section?
  • Is this section justifying something already obvious from the problem?
  • Is this spec-level detail (deployment, technical architecture)?
  • Is this requirements-level detail (detailed workflows, acceptance criteria)?

Then generate three documents:

1. vision.md - The lean, focused vision document:

  • Create a clear one-sentence vision statement
  • Generate a table of contents with links to all major sections
  • Compile vision document with concrete scope section
  • Flow from general (problems, solution) to specific (detailed scope)
  • Follow "no corporate speak" principle throughout
  • Reference future.md in the brief future possibilities section
  • Keep total length under 150 lines - be ruthless about brevity

2. future.md - Detailed future enhancements:

  • Create separate detailed future.md document with all future features
  • Organize by phases (Phase 2, Phase 3, etc.)
  • Include strategic future vision (if applicable)

3. discussion-summary.md - Living discussion summary document:

  • Create a unified discussion summary that will accumulate across all phases
  • Include "Vision Phase" section with all vision-related discussions
  • Include placeholder sections for Requirements, Spec, and Plan phases
  • Document architectural decisions made and their rationale in Key Decisions Log
  • Capture technical feasibility discussions and implementation ideas
  • Note any technical constraints or challenges identified
  • Include open questions that should be addressed in requirements/spec
  • Add Technical Context section with files referenced and related features
  • Organize with clear sections and table of contents
  • This document serves as institutional memory across the entire feature lifecycle

Key Principles

Flow from General to Specific: Start with high-level problems and solutions, end with concrete scope details that bridge naturally to requirements.

Scope Section is Critical: This should be a concrete LIST of what v1 delivers. Think: bullet points of capabilities/tools/features. This bridges vision to requirements.

BUT don't include:

  • How it will be deployed (staging vs production) - that's spec territory
  • Technical architecture details - that's spec territory
  • Justifications for why things are excluded - just list what's out, no explanations needed

Separate Future Content: Create detailed future.md document for all future features. Vision should only have brief future overview.

No Corporate Speak: Write for humans first. Use clear, simple language. Avoid jargon and unnecessarily complex terminology.

User Role Consolidation: Keep user roles consolidated at vision level. Detailed role breakdowns belong in requirements.

Eliminate Redundancy (CRITICAL): We're a small team that values lean, readable documents. Every section must add NEW information. Before including a section, ask: "Does this repeat something already said?" If yes, DELETE IT.

Common redundant patterns to AVOID:

  • "Business Case" that just restates the problem in corporate language
  • "Consequences" section that repeats pain points already in Problem
  • "Who This Affects" section when it's obvious from Problem
  • Multiple sections listing benefits/value in different ways
  • Detailed "current pain points" AND "how success looks different" in user needs (Problem section already covers this)

Keep It Short: Vision documents should be 100-150 lines MAX. If you're over 200 lines, you're repeating yourself or including spec/requirements-level detail.

Guidelines

  • Ask ONE question at a time and wait for response
  • Update your TODO list as you complete each phase
  • Keep questions conversational, not corporate-speak
  • Focus on immediately useful information, avoid fluff
  • Reference any existing notes or context provided
  • Stay practical - we're a small team that values readable, actionable documents
  • During discovery, it's normal to discuss technical feasibility and architecture - capture all of this
  • Always create three documents at the end: vision.md, future.md, and discussion-summary.md

Getting Started Process

  1. Create your 5-phase TODO list immediately
  2. Ask user: "What feature directory are you working in? Please provide the full path (e.g., project/features/FT033-feature-name)"
  3. Ask user: "If you have existing notes, please tag them with @notes.md or @[filename].md so I can review them"
  4. Validate the directory exists and confirm that's where you'll create vision.md, future.md, and discussion-summary.md
  5. Review any tagged notes files
  6. Begin Phase 1 with the first problem discovery question
  7. Keep questions focused and wait for answers before proceeding to next questions
  8. During conversations, capture technical/architectural discussions even if they don't directly go into vision.md

What to Capture in discussion-summary.md

This document should be structured to accumulate context across all feature development phases. For vision phase, create the full document structure:

Document Structure:

# Feature Name: Discussion Summary

Living document capturing technical discussions, research, decisions, and
context from all phases of feature development.

## Table of Contents
- [Vision Phase](#vision-phase)
- [Requirements Phase](#requirements-phase)
- [Spec Phase](#spec-phase)
- [Plan Phase](#plan-phase)
- [Key Decisions Log](#key-decisions-log)
- [Technical Context](#technical-context)

## Vision Phase
[Vision phase content goes here]

## Requirements Phase
*To be added during requirements phase.*

## Spec Phase
*To be added during spec phase.*

## Plan Phase
*To be added during plan phase.*

## Key Decisions Log
| # | Decision | Rationale | Phase |
|---|----------|-----------|-------|
[Decisions from vision phase]

## Technical Context
### Files Referenced
[Backend and frontend files referenced]

### Related Features
[Related feature references]

Vision Phase Content to Include:

  • Core problem identified and all nuances discussed
  • Solution approach and how it evolved during discussion
  • Technical feasibility discussions
  • Architectural decisions made and their rationale
  • Implementation ideas explored (even if not chosen)
  • Technology choices and why (SDKs, frameworks, protocols)
  • Technical constraints identified
  • Integration points with existing systems
  • Open questions for requirements/spec phases

Key Decisions Log:

  • Number decisions starting from 1
  • Include decision, rationale, and "Vision" as the phase
  • Later phases will continue the numbering

Technical Context:

  • List files referenced during discussions (backend and frontend paths)
  • Note related features that may be affected

Purpose: This document serves as institutional memory across the entire feature lifecycle. Each phase adds its section, and the Key Decisions Log and Technical Context accumulate across all phases.

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

35.23%
按下载量换算117

Claude

32.6%
按下载量换算109

Cursor

21.06%
按下载量换算70

Gemini CLI

9.05%
按下载量换算30

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

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

安装前确认

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

来源信息

继续浏览同类 Skills