一键导入
retrospectives
The reflection and iterative improvement layer, managing project and session retrospectives.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
The reflection and iterative improvement layer, managing project and session retrospectives.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
A project and task management system for tracking work across the Abraxas system.
The Sovereign Vault for verified truth fragments and historical provenance tracking.
Soter is the Risk Sensing & Triggering pillar of the Sovereign Brain. It monitors for linguistic sycophancy and mechanistic attention sinks to trigger an Epistemic Crisis (T=1) and assign a Risk Score (R[0-5]).
The core governance and system integrity layer of the Abraxas sovereign environment.
The ingestion and filtration loop for external data entering the Abraxas system.
The Void Mapper for identifying and resolving epistemic gaps.
| name | retrospectives |
| description | The reflection and iterative improvement layer, managing project and session retrospectives. |
The Retrospectives skill provides a structured way to capture, organize, and act upon project and session reflections. It transforms raw feedback into actionable ledger tasks to drive iterative improvement.
The system organizes retrospectives into a time-indexed hierarchy (Year $\rightarrow$ Month $\rightarrow$ Day) to ensure historical continuity and easy retrieval.
Supports three levels of reflection:
Every retrospective captures a structured state:
The skill integrates with the project ledger. When a retrospective identifies a critical failure or improvement, it can spawn a ledgerTask, linking the theoretical reflection to an actual work item.
save_retroPersists a structured retrospective to the sovereign memory.
date (YYYY-MM-DD), type (task/day/week), id, content (RetroSchema).get_retros_for_periodRetrieves all retrospectives within a specific date window.
start_date, end_date.create_ledger_taskTransforms a retrospective finding into a formal ledger task.
description, priority, source_retro_id.