スキル一覧に戻る
venikman

fpf-skillplanning-update-plan

by venikman

AI-Powered Observability with .NET Aspire + MCP

0🍴 0📅 2026年1月10日
GitHubで見るManusで実行

SKILL.md


name: fpf-skill:planning-update-plan description: Updates a PlanItem by recording variance, preserving the audit trail. version: 0.1.0 allowed_tools: []

planning/update-plan Kernel

Context

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.

Instructions

Given a previous SlotFillingsPlanItem and a requested change (Constraint Update), generate the new plan edition.

1. Invariants

  • Immutability: Do NOT modify the original object. Return a new object.
  • Traceability: The new object must reference the previous_edition_ref.
  • Reasoning: You must include a variance_reason explaining WHY the change occurred (e.g., "User added constraint X").

2. Output Schema

{
  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"
    }
  }
}

スコア

総合スコア

50/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です