一键导入
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"
}
}
}