Skip to content

spec-pov

针对外部输入给出基于当前项目的决断式判断——以当前项目而非抽象标准衡量,是否采纳、切换或重估某技术、库、模式、平台或架构。

ASCII 链路图

text
Codebase -> Spec -> Plan -> Tasks -> Code -> Review -> Knowledge
              |
              v
              spec-pov
              entry: standalone skill
              type: standalone-skill

基本信息

字段内容
Skillspec-pov
类型standalone-skill
研发链路位置Spec
当前入口standalone skill
兼容别名不适用
Sourceskills/spec-pov/SKILL.md
Governancesrc/cli/contracts/dual-host-governance/skills-governance.json(supported-host skills governance)

描述

Give a decisive, project-grounded verdict on an external input — judged against the current project, not in the abstract. Use to decide whether to adopt, switch to, or revisit a technology, library, pattern, platform, or architecture; to compare a candidate against what the project already uses; to judge whether an external change (a CVE, a deprecation, an ecosystem shift) actually affects this project; or for a mid-session second opinion. Always returns a project-specific verdict, so it is not for neutral explainers or generating options.

Source 契约摘要

该 source skill 未声明标准 Workflow Contract Summary 小节;本页以 frontmatter、supported-host governance 和维护者补充元数据为准。

何时使用

  • 需要判断是否采纳、切换或重估某技术/库/模式/平台/架构。
  • 需要把候选与项目现状对比。
  • 需要判断外部变化(CVE、弃用、生态变动)是否真正影响本项目,或需要 mid-session 第二意见。

工作步骤

  • 读取用户意图、代码库背景、已有 requirements、历史学习和外部证据。
  • 收敛问题框架、用户流、边界、验收标准或候选方向。
  • 区分必须现在解决的问题和可延后到计划或实现阶段的问题。
  • 把 WHAT 层证据交给 plan 或 doc-review。

输出

  • requirements、ideation artifact、scope boundaries 或 open questions。
  • 可供计划阶段追溯的 actors、flows、acceptance examples 和关键决策。

Agent / Persona 列表

  • 可按需要引入 spec-flow、product、design、security、repo、web 或 issue research agents。
  • agent 产出是证据和问题发现,最终需求边界仍由当前 workflow 汇总。

本 skill 在 source 中挂载了 4 个 skill-local 专家资产(agent 4 · persona 0),路径为 skills/spec-pov/references/{agents,personas}/。跨 skill 复用时,详情页按文件名去重。

名称类型摘要
spec-external-evidence-researcheragentYou are an external-evidence researcher for a verdict skill.
spec-pov-peeragentForm an independent, decisive point of view on the supplied subject, grounding yourself in evidence you inspect in the shared working tree.
spec-precedent-activity-scoutagentYou are a precedent-&-activity scout for a verdict skill.
spec-project-grounding-scoutagentYou are a project-grounding scout for a verdict skill.

agent 详情页入口仍在 /reference/agents/*;完整按 skill 归属索引见 Agents 参考。persona 目前以 skill-local prompt 形式挂在所属 skill 下,不单独生成全局详情页。

边界

  • 始终返回项目专属判断,不做中立讲解或方案罗列。
  • 判断基于当前项目证据,不脱离项目上下文。

源码校准

  • 本页由 website/scripts/generate-skill-detail-pages.js 从上游 source skill 生成。
  • 当前入口、兼容别名与宿主投递 metadata 来自 src/cli/contracts/dual-host-governance/skills-governance.json
  • 当 source skill 或 governance contract 变化后,应重新运行 npm run reference:pages 并执行 npm run content:audit