ワンクリックで
fpf-skillplanning-update-plan
Updates a PlanItem by recording variance, preserving the audit trail.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Updates a PlanItem by recording variance, preserving the audit trail.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
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).
| name | fpf-skill:planning-update-plan |
| description | Updates a PlanItem by recording variance, preserving the audit trail. |
| version | 0.1.0 |
| allowed_tools | [] |
This skill handles Plan Iteration. In FPF, you update a plan by creating a NEW edition (or delta) that explicitly records the variance from the baseline. You never mute the history.
Given a previous SlotFillingsPlanItem and a requested change (Constraint Update), generate the new plan edition.
previous_edition_ref.variance_reason explaining WHY the change occurred (e.g., "User added constraint X").{
kind: "SlotFillingsPlanItem",
// ... (standard fields updated)
previous_edition_ref: string, // URI of the previous plan
variance_record: {
reason: string,
delta: {
// Describe what slots changed
// e.g. "removed Slot X, added Slot Y"
}
}
}