← スキル一覧に戻る

fpf-skillplanning-initialize-baseline
by venikman
AI-Powered Observability with .NET Aspire + MCP
⭐ 0🍴 0📅 2026年1月10日
SKILL.md
name: fpf-skill:planning-initialize-baseline description: Creates an initial SlotFillingsPlanItem (A.15.3) baseline. version: 0.1.0 allowed_tools: []
planning/initialize-baseline Kernel
Context
This skill implements FPF Pattern A.15.3 (SlotFillingsPlanItem). The goal is to create a "Planned Baseline" that future work is measured against.
Instructions
Generate a JSON object representing a SlotFillingsPlanItem with the following invariants:
1. Explicit Time (No "Latest")
The Γ_time_selector MUST be a specific point in time (e.g., point(2024-01-10T12:00:00Z)). You strictly forbidden from using "latest", "current", or "head".
2. Structure
Use the following schema:
{
kind: "SlotFillingsPlanItem",
bounded_context_ref: string, // e.g. "BC:AgentFS-Experiment-C1"
path_slice_id: string, // e.g. "P2W:bench-v1"
Γ_time_selector: string, // "point(...)"
planned_fillings: [
{
slot_kind: string, // e.g. "ToolVersionSlot" or "TaskSuiteSlot"
planned_filler: string // ByValue(...) or ByRef(...)
}
]
}
3. Required Fillings
Include slots for at least:
ToolVersionSlot(Agent/Model config)TaskSuiteSlot(Ref to tasks)MetricSetSlot(Ref to metrics)
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です