setup-payoff-ledger
Maintain a structured Setup/Payoff ledger (promises, debts, payoffs) and generate a payoff roadmap.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Maintain a structured Setup/Payoff ledger (promises, debts, payoffs) and generate a payoff roadmap.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Govern canon changes: require explicit reason/impact/retroactive policy, and produce an actionable propagation plan.
Turn "AI draft -> author edits" diffs into structured deviation items, an author-intent prompt, and a concrete propagation plan.
Help the author write narrative unit tests (rules/constraints) and interpret failures with a concrete fix roadmap.
Simulate multiple reader personas to score a chapter (爽点/困惑/信息负荷) and propose actionable alternatives.
Manage rewrite branches: when to branch, how to compare, and how to merge back with minimal chaos.
Define what the Story Control Panel shows, how to compute signals, and how the author should act on alerts.
| name | setup-payoff-ledger |
| description | Maintain a structured Setup/Payoff ledger (promises, debts, payoffs) and generate a payoff roadmap. |
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)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):