بنقرة واحدة
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"
}
}
}