From Recoup Skills
Review and underwrite a music catalog deal end to end — ingest a messy royalty data room, value it (NPS/NLS, concentration, scenarios), build the executive dashboard, and write the IC memo. Use for "review/underwrite this catalog", "clean these royalty statements", "catalog valuation", "build the deal dashboard", or "write the IC memo". Modes: review (default), ingest, value, dashboard, report. Needs seller files; source/ is immutable and completion is gated. For a quick value from public data only, use recoup-catalog-estimate-value.
How this skill is triggered — by the user, by Claude, or both
Slash command
/recoup-skills:recoup-catalog-review-dealThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Catalog deal review end to end. **review** runs the full diligence pipeline; ingest /
fixtures/demo-data-room/source/00_overview/README.mdfixtures/demo-data-room/source/01_track_list/track-list.csvfixtures/demo-data-room/source/02_compositions/composition-list.csvfixtures/demo-data-room/source/03_royalty_statements/ascap/ascap-statements-2024.csvfixtures/demo-data-room/source/03_royalty_statements/distributor/distributor-2024.csvfixtures/demo-data-room/source/03_royalty_statements/mlc/mlc-2024.csvfixtures/demo-data-room/source/03_royalty_statements/soundexchange/soundexchange-2024.csvfixtures/demo-data-room/source/03_royalty_statements/youtube/youtube-cid-2024.csvfixtures/demo-data-room/source/04_rights_documents/agreements/publishing-admin-agreement-2019.txtfixtures/demo-data-room/source/04_rights_documents/agreements/recording-agreement-2018.txtfixtures/demo-data-room/source/04_rights_documents/split_sheets/bright-lights-split.txtreferences/canonical-schema.mdreferences/cleaning-rules.mdreferences/data-room-checklist.mdreferences/deal-workflow.mdreferences/deal-workspace.mdreferences/financing-underwrite.mdreferences/methodology.mdreferences/normalization.mdreferences/output-templates.mdCatalog deal review end to end. review runs the full diligence pipeline; ingest /
value / dashboard / report are the stages (each runnable alone). Work lives in a deal
workspace deals/{deal-id}/ whose source/ is immutable evidence (never write
into it). The workspace schema is references/deal-workspace.md; the scaffold is
templates/deal-workspace/. Deterministic math + validators ship in scripts/
(invoke relatively).
deals/{deal-id}/. Treat source/ as immutable (a PreToolUse hook
blocks writes to it on Claude Code).python3 scripts/run-deal-checks.py deals/{deal-id} exits clean;
build-deal-readiness.py is not blocked; assumptions.yaml +
evidence-ledger.json exist; findings closed/accepted/listed; every memo claim
traces to evidence; python3 scripts/validate-dashboard.py deals/{deal-id} returns
status: ok. On Claude Code a Stop hook enforces this.Normalize messy statements/rights/metadata into the canonical schema
(references/canonical-schema.md, references/cleaning-rules.md,
references/normalization.md; checklist references/data-room-checklist.md):
auto-column-map.py, normalize-royalty-statement.py (extract-pdf-statement.py for
PDFs), dataroom-hygiene-scan.py, build-file-manifest.py +
build-manual-review-queue.py, calculate-concentration.py. Validate with
validate-normalized-ledger.py + validate-findings-evidence.py. Never silently
coerce ambiguous rows — queue them for manual review.
Project value with references/valuation-framework.md:
calculate-nps-nls-bridge.py, calculate-concentration.py; apply decay, recoupment,
reserves; build downside/base/upside scenarios. Layer the deep-dives:
royalty-audit.md, rights-review.md, pro-performance-income.md,
financing-underwrite.md, seller-prep.md, post-close-admin.md, red-flags.md.
For public-data-only, use recoup-catalog-estimate-value.
Author with creative freedom, then gate it:
python3 scripts/validate-dashboard.py deals/{deal-id} must return status: ok
(also run run-deal-checks.py). Do not present a dashboard that fails validation.
Assemble from the dashboard + workpapers using references/output-templates.md,
export one shareable PDF. Every claim must trace to evidence-ledger.json or
assumptions.yaml.
source/ is immutable evidence — never write into it.run-deal-checks.py clean, readiness not blocked,
validate-dashboard.py ok before "ready".scripts/, not by hand.references/ — deal-workspace, deal-workflow, canonical-schema, cleaning-rules,
normalization, data-room-checklist, valuation-framework, royalty-audit,
rights-review, financing-underwrite, post-close-admin, pro-performance-income,
red-flags, output-templates, methodology, recoup-api, seller-prep.scripts/ — ingest/normalize, calculate-, validate-, run-deal-checks,
build-deal-readiness. Ship alongside this skill; invoke relatively.npx claudepluginhub recoupable/skills --plugin recoup-releasesOffers UI/UX design guidance for web and mobile with 50+ styles, 161 color palettes, 57 font pairings, and 99 UX guidelines across 10 stacks. Use for designing pages, components, color systems, or reviewing UI code.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.