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 の言語
英語
スター
944
フォーク
92

インストール方法

デフォルトでは、最初にソースを確認する 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で見る