Skip to main content

implement-spf-feature

Implement an SPF feature from its registry entry. Use when an engine capability spans behaviors and requires tests plus status updates.

跳到安装

来源信息

仓库
videojs/v10
最近来源活动
2026年8月13日 16:54
检测到的 SKILL.md 语言
英语
星标
947
分支
91

安装方式

默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。

检查来源文件

决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。

文件资源管理器
2 个文件

正在显示 SKILL.md

SKILL.md
来源说明 · 只读预览
name
implement-spf-feature
description
Implement an SPF feature from its registry entry. Use when an engine capability spans behaviors and requires tests plus status updates.
# Implement an SPF feature Read `references/workflow.md` completely before acting; it contains the detailed disambiguation, planning, implementation, testing, and registry-update workflow. Treat the feature entry as planning input. Reconcile it with code, tests, conventions, and requested scope before editing. 1. Read the entry, related features, implementation, tests, and applicable SPF conventions. 2. List contradictions, open decisions, and out-of-scope capability. 3. Define the smallest end-to-end increment with observable value and split it into testable state, behavior, composition, adapter, and documentation chunks. 4. For each chunk, add or update a failing test, implement the minimum at the correct ownership layer, and run the narrow target. 5. Run cumulative SPF tests, build, and size checks proportional to impact. 6. Collapse the feature record to final decisions, remaining scope, and current source pointers. Report implemented and deferred scope, test evidence, record updates, and remaining risks. Do not claim completion for a prerequisite or partial increment. ## Example Input: “Implement the smallest useful increment of timeline discontinuity support.” Output: The smallest end-to-end capability, test evidence, proportional checks, updated feature status, and explicit deferred scope.
在 GitHub 查看