aops-pkb/skills/dump/SKILL.md
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.
npx skillsauth add nicsuzor/academicops dumpInstall 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.
Perform a fast session exit by creating a resume-ready task and emitting a handover block. Do not commit, push, create PRs, or output reflection blocks.
Call mcp__pkb__update_task on the bound task:
session_id to $AOPS_SESSION_ID. Do not modify other frontmatter or change status.## Resume <UTC-timestamp> section containing:
mcp__pkb__create_task with an appropriate parent task, and the resume details as the body.Emit exactly this markdown block:
### Emergency Handover
- **Session ID**: `$AOPS_SESSION_ID`
- **Resume Task**: `<task-id>` (<short title>)
- **Branch**: `<branch>` (uncommitted: yes/no)
- **Next**: <what to do first in the next session>
Terminate execution immediately after the block. Do not add trailing text.
data-ai
Canonical session close — commit, push, PR, release_task, reflection blocks, handover. Use /dump for emergency bail (no commit/PR/reflection).
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.
testing
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.
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).