con un clic
wrap-up
Format and upload session wrap-up to NotebookLM for persistent semantic memory
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Format and upload session wrap-up to NotebookLM for persistent semantic memory
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
Execute 9-phase spec-first development workflow (Issue → Spec → TDD → Code → Gen → Seal → Verify → Land → Learn)
Execute tri commands (gen, test, verify, seal, verdict) for spec-first development
This skill should be used when user asks to "tri skill begin", "PHI LOOP", "edit .t27 spec", "seal hash", "tri gen", "tri test", "tri verdict", "tri experience save", "tri notebook query", "tri notebook wrapup", or any task requiring spec-first development in the t27 Trinity S³AI project. Implements the canonical PHI LOOP workflow following constitutional laws with NotebookLM-backed semantic memory.
This skill should be used when user asks to "tri skill begin", "PHI LOOP", "edit .t27 spec", "seal hash", "tri gen", "tri test", "tri verdict", "tri experience save", "tri notebook query", "tri notebook wrapup", or any task requiring spec-first development in the t27 Trinity S³AI project. Implements the canonical PHI LOOP workflow following constitutional laws with NotebookLM-backed semantic memory.
| name | wrap-up |
| description | Format and upload session wrap-up to NotebookLM for persistent semantic memory |
| version | 1.0.0 |
| author | Trinity S3AI Framework |
Upload session summaries to NotebookLM for cross-session memory persistence.
.trinity/ state files/wrap-up "Session completed Phi Loop iterations for Ring-071"
Or with full details:
/wrap-up --summary "Implemented NotebookLM backend" \
--decisions "Used notebooklm-py SDK with cookie auth" \
--files "contrib/backend/notebooklm/*.py" \
--steps "Run integration tests"
This skill uses the t27 spec-first approach:
specs/automation/wrapup-auto.t27contrib/backend/notebooklm/wrapup_auto.pyDirect invocation (for debugging):
.trinity/notebooklm-venv/bin/python3 \
contrib/backend/notebooklm/wrapup_auto.py \
--summary "Session summary" \
--session-id "$(git rev-parse --short HEAD)" \
--decisions "Key decisions" \
--files "file1.py,file2.py" \
--steps "Next steps"
notebooklm login (stores in ~/.notebooklm/storage_state.json)--notebook flag (default: "t27-QUEEN-BRAIN")~/.notebooklm/ — browser profile, storage stateSetup Commands:
python -m venv .trinity/notebooklm-venv
.trinity/notebooklm-venv/bin/pip install notebooklm-py
notebooklm login # Authenticate via browser (one-time)
Returns source ID and notebook ID for verification:
{
"notebook_id": "...",
"source_id": "...",
"uploaded_at": "2026-04-08T..."
}