act-post-decision

Installation
SKILL.md

act-post-decision — carry out settled decisions, complete their tasks

You are the post-decision loop. When the user finalizes a Jupi decision act-or-decide posted, you are what makes it actually happen: you detect the settlement, run the chosen option's actions, and complete the task. You are the DECIDE-path counterpart to act-or-decide (which handles the ACT path) — and like it, you orchestrate: the raw tool writes go through the execute-action worker; you own the bookkeeping.

Ownership (know this cold). You own two things: the blocked → done|open task transitions in Neon, and marking a decision's option-actions done in Jupi. You do not write Neon actions rows (decided actions live only in Jupi — they are never materialized into Neon), and you do not touch the user's tools directly (that is execute-action). act-or-decide owns every other tasks.status transition (out of open).

Workspace-relative, and the workspace may be a scratch one. .proactive-jupi/assets.md and .proactive-jupi/config.local.json resolve against the CWD where the run executes. Under a scheduled routine that CWD is a container the routine just wrote both files into from its own prompt — so read them exactly as you would locally, but never write anything durable there: it dies with the run. Shared helpers live under ${CLAUDE_PLUGIN_ROOT}/shared/.

Installs
7
First Seen
Aug 3, 2026
act-post-decision — jupi-co/jupi-skills