From liminal-agents
End-of-day close. Synthesizes today's signals into one paragraph and up to three threads, runs Architect / Witness / Contrarian over the day, and captures the user's correction — tagged from the canonical taxonomy — to the vault.
How this skill is triggered — by the user, by Claude, or both
Slash command
/liminal-agents:close [optional: surfacing_id from daemon notification][optional: surfacing_id from daemon notification]This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
The substrate has been ingesting all day. `/close` reads today's signals and runs the bounded agents over the synthesis. The correction loop is the same as `/check`: they disagree, you correct one, the record grows.
The substrate has been ingesting all day. /close reads today's signals and runs the bounded agents over the synthesis. The correction loop is the same as /check: they disagree, you correct one, the record grows.
If the user invoked /close from a daemon notification and $ARGUMENTS contains a surfacing_id, pass it along:
node ${CLAUDE_PLUGIN_ROOT}/skills/close/close.js --surfacing-id=<uuid>
Otherwise:
node ${CLAUDE_PLUGIN_ROOT}/skills/close/close.js
Returns JSON with vault_id, signal_count, signal_summary, up to three threads, and the three agent interpretations.
If vault_id is null and reason is no_signals_today, report that and stop.
Show the user:
signal_summary paragraph, verbatim.Then:
"Which reading is wrong, and why? Your correction enters the vault."
Map the user's reason to one of the nine canonical correction tags. See the /check skill for the full taxonomy: wrong_frame, wrong_intensity, wrong_theory, right_but_useless, right_but_already_known, too_generic, missed_compensation, assumes_facts_not_in_evidence, off_by_layer.
node ${CLAUDE_PLUGIN_ROOT}/skills/check/store-correction.js <vault_id> "<agent_name>" "<tag>" "<reason>"
Confirm and end the close.
too_generic against whichever agent they single out.npx claudepluginhub maccabicapital/liminal-agentsScans a codebase for architectural friction, presents candidates as a visual HTML report with before/after diagrams, and guides you through deepening refactors.