aops-core/skills/narrative-digest/SKILL.md
Launder supervisor/worker task-log output into a Nic-facing narrative — what happened, where things are headed, and what (if anything) is genuinely his to decide. Never relays raw process detail (worker IDs, thread pointers, log paths) or verbatim task-log stream-of-consciousness.
npx skillsauth add nicsuzor/academicops narrative-digestInstall 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.
Turn supervisor/worker task-log detail — dispatch records, review verdicts,
evidence bundles, escalations — into a short, accurate narrative for Nic. This
is the mechanism behind the head's Supervision Boundary obligation (P4/P5,
head-role-charter.md): the head does not run day-to-day dispatch, but it
must still report on what the supervisor produced, in a form Nic can read in
seconds, not a form he has to decode.
Whatever the supervisor/worker layer already emits and the head can read without running its own investigation:
get_task,
get_task_children, list_tasks).Never the raw dispatch/execution transcript itself — if only a raw log is available, that is a signal the supervisor's output contract is incomplete, not something to paraphrase line-by-line.
A digest fit for the charter's Fitness Criteria (response density, PKB as the only persistence surface for anything durable, outcomes-not-threads). Three parts, in order, each omitted if it would be empty rather than rendered as a stale/empty placeholder:
data-ai
Canonical session close — commit, push, PR, release_task, reflection blocks, handover. Use /dump for emergency bail (no commit/PR/reflection).
data-ai
Emergency session bail — fast resume task + short handover, no commit/PR/reflection. For when you (or the user) need a clean context now. Use /end-session for canonical close.
data-ai
Daily note lifecycle — compose and maintain a factual daily note. Reports the state of the day; does not prioritise or recommend. SSoT for daily note structure.
development
Judgement-based QA pass. Does this artifact meet its goal and serve its user? Demands excellence, not compliance. Owned by marsha; reads the spec's Fitness Rubric (designed upstream via /design-rubric).