← スキル一覧に戻る

setup-payoff-ledger
by aevatarAI
⭐ 10🍴 7📅 2026年1月22日
SKILL.md
name: setup-payoff-ledger description: Maintain a structured Setup/Payoff ledger (promises, debts, payoffs) and generate a payoff roadmap.
When to use
- Building or updating the “伏笔台账”
- Author edits cause deviations and you need to check whether setups were broken or payoffs drifted.
Output files (human-readable)
artifacts/ledger/setup_payoff_ledger.md: SSOT structured ledger entries (author editable)artifacts/ledger/reports/<run_id>_setup_payoff_report.md: derived scan report (auto-generated)
Entry schema (v1 deterministic JSON block)
setup_payoff_ledger.md must contain a ```json code block like:
{
"entries": [
{
"id": "promise-a",
"type": "promise",
"title": "A promises to reveal X",
"setupPattern": "I will tell you X",
"payoffPattern": "X is revealed",
"deadlineChapter": 12,
"regex": false,
"severity": "MAJOR"
}
]
}
Fields (recommended):
- id: stable id (unique)
- type: setup / promise / debt (free-form for now)
- title: one-line human title
- setupPattern: keyword or regex to locate the setup
- payoffPattern: keyword or regex to locate the payoff
- deadlineChapter: optional “should be paid by chapter N”
- regex: true to treat patterns as regex
- severity: MINOR / MAJOR (free-form for now)
Heuristics (assistant mindset)
- A setup is “broken” if later text contradicts its promise without an intentional twist.
- A payoff is “weak” if it resolves mechanically without emotional/meaningful consequence.
- “Upgradable” setups are those with high emotional stakes but low information cost.
Procedure
- Scan story outline + existing chapters for explicit promises and implicit debts.
- Normalize them into ledger entries (avoid duplicates).
- Mark conflicts introduced by author deviations.
- Generate 2-3 payoff roadmaps:
- conservative (minimal edits)
- aggressive (rewrite/upgrade to a bigger twist)
- branch option (if it risks breaking the mainline)
スコア
総合スコア
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
レビュー
💬
レビュー機能は近日公開予定です