ワンクリックで
fpf-skillplanning-initialize-baseline
Creates an initial SlotFillingsPlanItem (A.15.3) baseline.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Creates an initial SlotFillingsPlanItem (A.15.3) baseline.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | fpf-skill:planning-initialize-baseline |
| description | Creates an initial SlotFillingsPlanItem (A.15.3) baseline. |
| version | 0.1.0 |
| allowed_tools | [] |
This skill implements FPF Pattern A.15.3 (SlotFillingsPlanItem). The goal is to create a "Planned Baseline" that future work is measured against.
Generate a JSON object representing a SlotFillingsPlanItem with the following invariants:
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".
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(...)
}
]
}
Include slots for at least:
ToolVersionSlot (Agent/Model config)TaskSuiteSlot (Ref to tasks)MetricSetSlot (Ref to metrics)Verifies that an execution trace complies with the FPF Behavioral Specification.
Generated skill for design/audit-name.
Generated skill for design/deprecate-name.
Generated skill for design/mint-name.
Minimal reference skill used to validate parsing and loading.
Evaluates a value against an FPF CSLC (Characteristic/Scale/Level/Coordinate) definition (A.18).