원클릭으로
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 직업 분류 기준
| 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"
}
}
}
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).