aops-core/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.
For when you (or the user) need a clean session now and do not want to commit, push, file a PR, or write reflection blocks. The full canonical close is /end-session.
The goal of this skill is a resume-ready task and a short handover block, in as few tool calls as possible. Uncommitted work stays on the branch as-is. The supervisor and the next session pick it up from the task body.
release_task, reflection blocks.If the bound task is genuinely complete, do not use /dump — use /end-session.
Write a resume delta to the task. Call mcp__pkb__update_task on the bound task:
session_id to $AOPS_SESSION_ID if not already set. Do not mutate any other frontmatter; do not change status.## Resume <UTC-timestamp> section containing:
If no task is bound, call mcp__pkb__create_task with a one-sentence title, the resume content as the body, parent="adhoc-sessions" (the default catch-all parent for resume/handover tasks), and priority=3 (direct MCP calls default to P2 if unspecified — always pass P3 explicitly per Priority Assignment Rules), then proceed.
Emit the handover block. Exactly this shape, no prose before or after:
### Emergency Handover
- **Session ID**: `$AOPS_SESSION_ID`
- **Resume Task**: `<task-id>` (<short title>)
- **Branch**: `<branch>` (uncommitted: yes/no)
- **Next**: <one line: what to do first in the new session>
Halt. Nothing follows the block.
release_task or change task status. The supervisor sees the task still in_progress — that is intentional; the work is resuming.## Framework Reflection, ## Output, or ## Tasks worked. Those belong to /end-session./dump again.tools
Program / portfolio supervision — the autonomous top loop above /supervisor. "Ready the release" → discover and decompose the constituent epics → run /supervisor on each → surface only escalations + merge-ready PRs. Stateless tick driven by /loop; all cross-tick state lives in the program task body.
development
Mirror PKB tasks onto the Cowork native task list at claim time and sync completion back to PKB. Cowork-only; ships only in the cowork build of aops-core.
testing
Instruction quality gate — reviews agent instructions (task bodies, workflow steps, skill procedures, self-test protocols) for shallow-execution vulnerabilities before deployment. Two modes: author (pre-hoc review) and audit (trace a failure back to the instruction gap). The bar is excellence, not compliance.
content-media
Design-stage fitness rubric — persona immersion, scenario design, dimensions that define what excellence looks like for the people a feature serves. Two modes — author (produce a rubric for a new spec) and critique (red-team an existing spec). Output lives on the spec, not in the verification brief. Owned by pauli.