underwrite
Underwrite a screened Target to the IRR hurdles and set the walk-away price (GATE 1: the user approves the number).
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Underwrite a screened Target to the IRR hurdles and set the walk-away price (GATE 1: the user approves the number).
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
The market-radar's sensing pass — sweep recent public signal (HN + Reddit, free, recency-windowed) on a company or theme and bucket every hit against the contract's watch signals (distress, ownership, momentum, valuation, AI-pressure). Use to scout a candidate or refresh the pipeline.
Run the model's audit (the model's audit service, mechanical subset) and summarize — green/red, defects with the invariant each violates. Run after any batch of edits.
Close an acquisition: create the Deal + Business + Interface(s) (GATE 2: go/no-go is the user's).
The desk over the whole deal machine — pipeline status, pending proposals, and which verb applies next. Start here ("/deal-desk") to see the state and be guided to the right action skill.
The hiring assistant — run a candidate through Bending Spoons' selection funnel and score them against the disclosed gates. Read-only, advisory: it drafts a recommendation; the committee decides. The people-side twin of screen-target.
Screen a Target against the hard gates (the screen verb). Applies auto — the write IS the screen.
| name | underwrite |
| description | Underwrite a screened Target to the IRR hurdles and set the walk-away price (GATE 1: the user approves the number). |
Execute the underwrite verb of the Bending Spoons world model, per its contract.
capabilities/actions/deal-value.md — parameters, submission criteria, gate. Follow it exactly.python3 -c "import sys; sys.path.insert(0,'mcp'); import engine, json; print(json.dumps(engine.propose('underwrite', PARAMS), indent=2))"
If the engine REFUSES, report the refusal verbatim — it is a submission criterion firing (a will
constraint or an invariant), not an error to work around.python3 -c "import sys; sys.path.insert(0,'mcp'); import engine; print(engine.apply('PROPOSAL_ID', 'USER_NAME'))"
The engine runs the audit and commits if green; report the outcome. Never edit the csvs directly.