experimental/novel/agent_skills/setup-payoff-ledger/SKILL.md
Maintain a structured Setup/Payoff ledger (promises, debts, payoffs) and generate a payoff roadmap.
npx skillsauth add aevatarai/aevatar-agent-framework setup-payoff-ledgerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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):
data-ai
Aggregate a writing session into a readable log + a reusable author-intent prompt.
tools
Define what the Story Control Panel shows, how to compute signals, and how the author should act on alerts.
documentation
--- name: rewrite-branch-merge description: Manage rewrite branches: when to branch, how to compare, and how to merge back with minimal chaos. --- ## When to use - A change is risky (canon/timeline/payoff) and might break the mainline. - Author wants to explore multiple routes in parallel. ## Branching rules (simple, strict) - Branch if: - canon changes would require editing many existing chapters - timeline constraints are violated and fix is non-local - payoff plan changes the story’s
tools
Simulate multiple reader personas to score a chapter (爽点/困惑/信息负荷) and propose actionable alternatives.